SIMD-0159 Relax Precompile Failure Constraint
The Solana protocol currently prohibits block producers from including transactions with precompile instructions that fail signature verification. This constraint is not ideal since block producers may have to do work to verify precompiles without a guarantee that they can receive a fee from the transaction.
Feature gate
The account below is the gate. Its state is decoded from the account data on each cluster, so it reflects the chain rather than the proposal text.
9ypxGLzkMxi89eDerRKXWDXe44UY2z4hBig4mDhNq5Dp
| mainnet | Activated | slot 328,320,000 |
| testnet | Activated | slot 320,636,257 |
| devnet | Activated | slot 365,904,000 |
Followed at the tracking issue
What the proposal covers
Parsed from the canonical proposal · pull request