-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v5.20 Patches to Upgrade Oracle, and Writeset generators (#1155)
* bump version number * changelog * format tower backlog error msg in edge case * Docs for rescue writesets * refactor epoch boundary counter reset in writeset builder * Upgrade oracle to have upgrade function to expire a vote * add vote revocation to Oracle Upgrade * fullnode subsidy aka Carpe towers get paid anyways during the recovery mode * recovery writeset should trigger the epoch counters to reset * set the oracle expiry window * add upgrade proposal expiration to rescue * bind to correct module in Oracle * patch writeset * add upgrade expiration cli command * make files * refactor oracle upgrade expire writeset * add txs helper for voting * revoke functional test, passing * deprecate fullnode payment in recovery mode test * revoking vote, should revoke delegates * test for revoking delegated votes * patch test * recovery mode uses the initial validators throughought the period * makefile set recovery epoch 295 * including misko9's validator yaml configs * update StateSyncConfig parameters
- Loading branch information
1 parent
7a5628b
commit ac741e4
Showing
52 changed files
with
1,001 additions
and
251 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "diem-config" | ||
version = "5.1.3" | ||
version = "5.2.0" | ||
authors = ["Diem Association <[email protected]>"] | ||
description = "Diem diem-config" | ||
repository = "https://github.com/diem/diem" | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "diem-management" | ||
version = "5.1.3" | ||
version = "5.2.0" | ||
authors = ["Diem Association <[email protected]>"] | ||
description = "Diem Management is a tool used to manage the configuration of a Diem Node" | ||
repository = "https://github.com/diem/diem" | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "diem-node" | ||
version = "5.1.3" | ||
version = "5.2.0" | ||
authors = ["Diem Association <[email protected]>"] | ||
description = "Diem node" | ||
repository = "https://github.com/diem/diem" | ||
|
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
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.