solana-labs / solana

Web-Scale Blockchain for fast, secure, scalable, decentralized apps and marketplaces.
https://solanalabs.com
Apache License 2.0
13.28k stars 4.32k forks source link

Feature Gate: Loosen CPI size limit restriction #26641

Open jstarry opened 2 years ago

jstarry commented 2 years ago

Description

The restriction on the serialized size of cpi instructions is more strict than transaction level instructions. This feature gate allows programs to use more accounts and send more instruction data (up to 10KiB) in invoked instructions but it also adds CU metering for CPI ix data length. For more details see: https://github.com/solana-labs/solana/issues/26639

Feature ID

GDH5TVdbTPUpRnXaRyQqiKUa7uZAbZ28Q2N9bhbKoMLm

Activation Method

Single Core Contributor

Deployment Considerations

This should not be enabled before #26589 and #29708 are.

Minimum Release Version

v1.14.0

Testnet Activation Epoch

No response

Devnet Activation Epoch

No response

Mainnet-Beta Activation Epoch

No response

enzoampil commented 5 months ago

Any idea when this will be released?