Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v2.1: Accounting migrating builtin programs default Compute Unit Limi…
…t with feature status (backport of #3975) (#4091) * Accounting migrating builtin programs default Compute Unit Limit with feature status (#3975) * Accounting migrating builtin programs default Compute Unit Limit with its feature gate status * Declare Non/migrating buiiltins in const array, eleminates heap allocation (Vec<>) per transaction * updates for review commients add explicit positional information to migrating builtin feature obj update developer notes, added static_assertion to validate no new items are added, add enum type * use enum to separately define migrating and not-migrating builtins * rename for clarity (cherry picked from commit 9379fbc) * Fix conflicts manually --------- Co-authored-by: Tao Zhu <[email protected]> Co-authored-by: Tao Zhu <[email protected]>
- Loading branch information