-
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.
- Loading branch information
1 parent
c6d6c65
commit 4d0b3f6
Showing
14 changed files
with
192 additions
and
16 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
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
Binary file removed
BIN
-2.91 KB
language/diem-framework/releases/artifacts/current/modules/023_Stats.mv
Binary file not shown.
Binary file removed
BIN
-299 Bytes
language/diem-framework/releases/artifacts/current/modules/024_StagingNet.mv
Binary file not shown.
Binary file removed
BIN
-90 Bytes
language/diem-framework/releases/artifacts/current/modules/025_Hash.mv
Binary file not shown.
Binary file removed
BIN
-394 Bytes
language/diem-framework/releases/artifacts/current/modules/026_GAS.mv
Binary file not shown.
Binary file removed
BIN
-1.22 KB
language/diem-framework/releases/artifacts/current/modules/027_Globals.mv
Binary file not shown.
Binary file modified
BIN
-56 Bytes
(96%)
language/diem-framework/releases/artifacts/current/modules/036_Vouch.mv
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
## 5.2.0 | ||
|
||
This upgrade impacts Carpe, Stdlib, and Node binaries. | ||
|
||
Upgrade steps: | ||
1. Roll out Carpe updates to users (backwards compatible with 5.1.2 chain) | ||
2. Validator operators deploy new binaries (backwards compatible with 5.1.2 chain) | ||
2. Vote Stdlib upgrade | ||
|
||
## Deployment | ||
|
||
There is no need to update rust binaries. | ||
|
||
The stdlib payload hash for voting is: cc5c2236b1cd22cb82654ef2d62e01835498bed9d1c356c8157b061b78a2fe26 | ||
|
||
|
||
Execute a lazy vote from a validator in the validator set with: | ||
`txs oracle-upgrade --vote -h cc5c2236b1cd22cb82654ef2d62e01835498bed9d1c356c8157b061b78a2fe26` | ||
|
||
Or build from source and vote: | ||
``` | ||
cd libra | ||
make stdlib | ||
txs oracle-upgrade --vote -f <path to stdlib.mv shown above> | ||
``` | ||
### Summary | ||
|
||
### Changes | ||
|
||
##### Move Changes | ||
|
||
[TODO] | ||
|
||
##### Rust Changes | ||
|
||
[TODO] | ||
|