-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[test] Run proposal simulation for 1.16 on the new gas delta schedule
Slight change to rebase cleanly Testing: ``` cargo run -p aptos-release-builder generate-proposals --release-config data/release.yaml --output-dir output cargo run -p aptos-release-builder simulate-multi-step-proposal --network mainnet --proposal-dir output/sources/v1.16/step_1_upgrade_framework/ ``` Simulation output seems to fail, is this expected? Did we catch a potential difference? https://gist.github.com/perryjrandall/80d5b7f26594412cf5ae3e523084258b
- Loading branch information
1 parent
55bd97e
commit 592e804
Showing
8 changed files
with
939 additions
and
1 deletion.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
aptos-move/aptos-release-builder/output/metadata/step_1_upgrade_framework.json
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,6 @@ | ||
{ | ||
"title": "Multi-step proposal to upgrade mainnet framework to v1.16", | ||
"description": "This includes changes in https://github.com/aptos-labs/aptos-core/commits/aptos-release-v1.16", | ||
"source_code_url": "https://github.com/aptos-labs/aptos-core", | ||
"discussion_url": "https://github.com/aptos-labs/aptos-core" | ||
} |
466 changes: 466 additions & 0 deletions
466
...e/aptos-release-builder/output/sources/v1.16/step_1_upgrade_framework/0-gas-schedule.move
Large diffs are not rendered by default.
Oops, something went wrong.
55 changes: 55 additions & 0 deletions
55
...ve/aptos-release-builder/output/sources/v1.16/step_1_upgrade_framework/1-move-stdlib.move
Large diffs are not rendered by default.
Oops, something went wrong.
127 changes: 127 additions & 0 deletions
127
...e/aptos-release-builder/output/sources/v1.16/step_1_upgrade_framework/2-aptos-stdlib.move
Large diffs are not rendered by default.
Oops, something went wrong.
213 changes: 213 additions & 0 deletions
213
...ptos-release-builder/output/sources/v1.16/step_1_upgrade_framework/3-aptos-framework.move
Large diffs are not rendered by default.
Oops, something went wrong.
37 changes: 37 additions & 0 deletions
37
...ve/aptos-release-builder/output/sources/v1.16/step_1_upgrade_framework/4-aptos-token.move
Large diffs are not rendered by default.
Oops, something went wrong.
34 changes: 34 additions & 0 deletions
34
...-release-builder/output/sources/v1.16/step_1_upgrade_framework/5-aptos-token-objects.move
Large diffs are not rendered by default.
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