You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add feature gate enable_request_heap_frame_ix, it's default value false ensures v1.14+ will maintain consensus with v1.13, whose behavior is prioritization fee will be ignored (eg set to 0) if same transaction includes compute_budget::request_heap_frame instruction, regardless if compute_budget::set_compute_unit_price is set.
Once the feature gate is enabled (after mainnet-beta is on v1.14), the logically correct behavior will be exhibited - all 3 compute_budget instructions will be honored from same transaction.
This feature gate is for ClusterType::MainnetBeta only, since it only need to match to v1.13
Feature ID
Hr1nUA9b7NJ6eChS26o7Vi8gYYDDwWD3YeBfzJkTbU86
Activation Method
Single Core Contributor
Minimum Beta Version
No response
Minimum Stable Version
No response
Testnet Activation Epoch
524
Devnet Activation Epoch
562
Mainnet-Beta Activation Epoch
503
The text was updated successfully, but these errors were encountered:
Description
Add feature gate enable_request_heap_frame_ix, it's default value
false
ensures v1.14+ will maintain consensus with v1.13, whose behavior is prioritization fee will be ignored (eg set to 0) if same transaction includes compute_budget::request_heap_frame instruction, regardless if compute_budget::set_compute_unit_price is set.Once the feature gate is enabled (after mainnet-beta is on v1.14), the logically correct behavior will be exhibited - all 3 compute_budget instructions will be honored from same transaction.
This feature gate is for ClusterType::MainnetBeta only, since it only need to match to v1.13
Feature ID
Hr1nUA9b7NJ6eChS26o7Vi8gYYDDwWD3YeBfzJkTbU86
Activation Method
Single Core Contributor
Minimum Beta Version
No response
Minimum Stable Version
No response
Testnet Activation Epoch
524
Devnet Activation Epoch
562
Mainnet-Beta Activation Epoch
503
The text was updated successfully, but these errors were encountered: