SIMD-0160: static instruction limit#8182
Conversation
977bde5 to
37f5e5f
Compare
37f5e5f to
286793e
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #8182 +/- ##
========================================
Coverage 83.0% 83.0%
========================================
Files 827 827
Lines 362713 362853 +140
========================================
+ Hits 301254 301389 +135
- Misses 61459 61464 +5 🚀 New features to boost your workflow:
|
| } | ||
|
|
||
| pub mod static_instruction_limit { | ||
| solana_pubkey::declare_id!("64ixypL1HPu8WtJhNSMb9mSgfFaJvsANuRkTbHyuLfnx"); |
|
If this PR represents a change to the public RPC API:
Thank you for keeping the RPC clients in sync with the server API @tao-stones. |
apfitzge
left a comment
There was a problem hiding this comment.
On it's own this PR does not support the transition into the feature correctly, but since #8183 has already been merged it seems this will work as intended.
My thought here was that RuntimeTransaction/SanitizedTransactionView types are not sufficient because we create these values ahead of time and store until we become leader. If ingested before the activation these can get past the filters of this PR for block-production, and a leader could include them. However, since #8183 we do not even reach this stage and they are dropped before we get here.
Problem
Issue #8181 for SIMD-0160
Summary of Changes
Fixes #8181