Skip to content

Commit

Permalink
fixup! add epoch stable sequence number to transaction effects for co…
Browse files Browse the repository at this point in the history
…nfigs
  • Loading branch information
tzakian committed Sep 18, 2024
1 parent 50aa11e commit 4c31d55
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion crates/sui-core/tests/staged/sui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1110,7 +1110,11 @@ UnchangedSharedKind:
NEWTYPE:
TYPENAME: SequenceNumber
4:
PerEpochConfig: UNIT
PerEpochConfigDEPRECATED: UNIT
5:
PerEpochConfigWithSeqno:
NEWTYPE:
TYPENAME: SequenceNumber
UpgradeInfo:
STRUCT:
- upgraded_id:
Expand Down
1 change: 1 addition & 0 deletions crates/sui-open-rpc/spec/openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -1322,6 +1322,7 @@
"fresh_vm_on_framework_upgrade": false,
"hardened_otw_check": false,
"include_consensus_digest_in_prologue": false,
"include_epoch_stable_sequence_number_in_effects": false,
"loaded_child_object_format": false,
"loaded_child_object_format_type": false,
"loaded_child_objects_fixed": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ feature_flags:
enable_coin_deny_list_v2: true
rethrow_serialization_type_layout_errors: true
consensus_round_prober: true
include_epoch_stable_sequence_number_in_effects: true
max_tx_size_bytes: 131072
max_input_objects: 2048
max_size_written_objects: 5000000
Expand Down Expand Up @@ -323,3 +324,4 @@ checkpoint_summary_version_specific_data: 1
max_soft_bundle_size: 5
bridge_should_try_to_finalize_committee: true
max_accumulated_txn_cost_per_object_in_mysticeti_commit: 10

Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ feature_flags:
enable_coin_deny_list_v2: true
rethrow_serialization_type_layout_errors: true
consensus_round_prober: true
include_epoch_stable_sequence_number_in_effects: true
max_tx_size_bytes: 131072
max_input_objects: 2048
max_size_written_objects: 5000000
Expand Down Expand Up @@ -323,3 +324,4 @@ checkpoint_summary_version_specific_data: 1
max_soft_bundle_size: 5
bridge_should_try_to_finalize_committee: true
max_accumulated_txn_cost_per_object_in_mysticeti_commit: 10

Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ feature_flags:
rethrow_serialization_type_layout_errors: true
consensus_distributed_vote_scoring_strategy: true
consensus_round_prober: true
include_epoch_stable_sequence_number_in_effects: true
max_tx_size_bytes: 131072
max_input_objects: 2048
max_size_written_objects: 5000000
Expand Down Expand Up @@ -333,3 +334,4 @@ checkpoint_summary_version_specific_data: 1
max_soft_bundle_size: 5
bridge_should_try_to_finalize_committee: true
max_accumulated_txn_cost_per_object_in_mysticeti_commit: 10

0 comments on commit 4c31d55

Please sign in to comment.