-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename instant_finality protocol feature to savanna #211
Conversation
…t depend on all previous protocol features
case setup_policy::full_except_do_not_transition_to_savanna: | ||
case setup_policy::full_except_do_not_disable_deferred_trx: { | ||
case setup_policy::full_except_do_not_disable_deferred_trx: | ||
case setup_policy::full_except_do_not_transition_to_savanna: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
full_except_do_not_transition_to_savanna
is not merged in yet. I don't see where it is defined in your branch.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I targeted this PR to your PR to avoid conflicts.
Note:start |
…nna-protocol-feature
…nna-protocol-feature
@@ -285,7 +283,9 @@ namespace eosio::testing { | |||
preactivate_all_builtin_protocol_features(); | |||
} | |||
produce_block(); | |||
set_bios_contract(); | |||
if (policy == setup_policy::full || policy == setup_policy::full_except_do_not_transition_to_savanna ) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe add a comment here why bios contract might be needed for setup_policy::full_except_do_not_transition_to_savanna
(to transition to Savanna later).
Fix terminate-at-block for transition blocks
Rename
instant_finality
protocol feature tosavanna
.Make
savanna
protocol feature depend on all previous protocol features.Resolves #170