File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
aptos-move/aptos-release-builder/data Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 2
2
remote_endpoint : https://fullnode.mainnet.aptoslabs.com
3
3
# replace with below for actual release, compat test needs concrete URL above:
4
4
# remote_endpoint: ~
5
- name : " vX.YY.Z "
5
+ name : " v1.32.0 "
6
6
proposals :
7
7
- name : proposal_1_upgrade_framework
8
8
metadata :
9
- title : " Multi-step proposal to upgrade mainnet framework, version vX.YY.Z "
10
- description : " This includes changes in https://github.com/aptos-labs/aptos-core/releases/tag/ aptos-node-vX.YY.Z "
9
+ title : " Multi-step proposal to upgrade mainnet framework, version v1.32.0 "
10
+ description : " This includes changes in https://github.com/aptos-labs/aptos-core/commits/ aptos-release-v1.32 "
11
11
execution_mode : MultiStep
12
12
update_sequence :
13
13
- Gas :
14
- new : current
15
- # replace with below for actual release, above "current" is needed for compat tests:
16
- # old: https://raw.githubusercontent.com/aptos-labs/aptos-networks/main/gas/vX.WW.Z.json
17
- # new: https://raw.githubusercontent.com/aptos-labs/aptos-networks/main/gas/vX.YY.Z.json
14
+ old : https://raw.githubusercontent.com/aptos-labs/aptos-networks/main/gas/v1.31.0.json
15
+ new : https://raw.githubusercontent.com/aptos-labs/aptos-networks/main/gas/v1.32.0.json
18
16
- Framework :
19
17
bytecode_version : 7
20
18
git_hash : ~
You can’t perform that action at this time.
0 commit comments