-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
protocol upgrade (v2): Burn slashed rewards (phase RD 1) + changes to…
… system epoch info event (#3739) * initial changes * add tests * remove unused function * add snapshot related files * fix(node): regenerate baselines for tests * fix(node): simplify `compute_adjusted_reward_distribution` * fix(node): update framework manifest * fix(node): add some checks and comments to the rewards tests * Update crates/iota-framework/packages/iota-system/sources/validator_set.move correction in a comment * fix(node): regenerate baselines for tests * add comments to reward distribution tests * show correct burnt amount in SystemEpochInfoEventV1 * remove parentheses * Add checks that slashed rewards are burned to tests * get burned and minted amounts directly from match function logic * fix mixed up burned and minted amounts. * update protocol config for v2 * generate v2 framework snapshot * fix(iota-protocol-config): fixed resolving protocol version for simulation tests * update swarm-config snapshots * generate snapshot for e2e tests * update open-rpc * fix(iota-indexer): tests use protocol max version instead of 1 * update framework snapshot * fix(iota-swarm-config): test baseline * fix(iota-e2e-tests): update snapshot for snapshot tests * fix(iota-e2e-tests): update snapshot-tests object ids and tx digest * fix: add comment about protocol version 2 * fix: fmt * fix: update protocol config comment Co-authored-by: Thibault Martinez <[email protected]> --------- Co-authored-by: muXxer <[email protected]> Co-authored-by: Andrew <[email protected]> Co-authored-by: Andrew Cullen <[email protected]> Co-authored-by: Valerii Reutov <[email protected]> Co-authored-by: miker83z <[email protected]> Co-authored-by: Mirko Zichichi <[email protected]> Co-authored-by: Levente Pap <[email protected]> Co-authored-by: Thibault Martinez <[email protected]>
- Loading branch information
1 parent
6edd6cd
commit b7e7a60
Showing
22 changed files
with
1,768 additions
and
662 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
925 changes: 486 additions & 439 deletions
925
crates/iota-e2e-tests/tests/snapshots/snapshot_tests__body_fn.snap
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+10.9 KB
...ot/bytecode_snapshot/2/0x0000000000000000000000000000000000000000000000000000000000000001
Binary file not shown.
Binary file added
BIN
+68.5 KB
...ot/bytecode_snapshot/2/0x0000000000000000000000000000000000000000000000000000000000000002
Binary file not shown.
Binary file added
BIN
+41.3 KB
...ot/bytecode_snapshot/2/0x0000000000000000000000000000000000000000000000000000000000000003
Binary file not shown.
Binary file added
BIN
+19.4 KB
...ot/bytecode_snapshot/2/0x000000000000000000000000000000000000000000000000000000000000000b
Binary file not shown.
Binary file added
BIN
+8.64 KB
...ot/bytecode_snapshot/2/0x000000000000000000000000000000000000000000000000000000000000107a
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.