Skip to content

Commit

Permalink
update version for main (aptos-labs#13332)
Browse files Browse the repository at this point in the history
  • Loading branch information
sherry-x authored May 18, 2024
1 parent 3ffe098 commit 5770f4a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ jobs:
with:
GIT_SHA: ${{ needs.determine-docker-build-metadata.outputs.gitSha }}
FORGE_TEST_SUITE: compat
IMAGE_TAG: c90dafdb2f450e4d3aa16b1a7cff8e3cad2b882e #aptos-node-v1.12.0
IMAGE_TAG: 3ffe0986b5fe4acb76544ae7ae85d73b91a6a411 #aptos-node-v1.13.0
FORGE_RUNNER_DURATION_SECS: 300
COMMENT_HEADER: forge-compat
FORGE_NAMESPACE: forge-compat-${{ needs.determine-docker-build-metadata.outputs.targetCacheId }}
Expand Down Expand Up @@ -340,7 +340,7 @@ jobs:
with:
GIT_SHA: ${{ needs.determine-docker-build-metadata.outputs.gitSha }}
FORGE_TEST_SUITE: framework_upgrade
IMAGE_TAG: c90dafdb2f450e4d3aa16b1a7cff8e3cad2b882e #aptos-node-v1.12.0
IMAGE_TAG: c90dafdb2f450e4d3aa16b1a7cff8e3cad2b882e #aptos-node-v1.13.0
FORGE_RUNNER_DURATION_SECS: 3600
COMMENT_HEADER: forge-framework-upgrade
FORGE_NAMESPACE: forge-framework-upgrade-${{ needs.determine-docker-build-metadata.outputs.targetCacheId }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/forge-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
uses: aptos-labs/aptos-core/.github/workflows/workflow-run-forge.yaml@main
secrets: inherit
with:
IMAGE_TAG: c90dafdb2f450e4d3aa16b1a7cff8e3cad2b882e #aptos-node-v1.12.0
IMAGE_TAG: 3ffe0986b5fe4acb76544ae7ae85d73b91a6a411 #aptos-node-v1.13.0
FORGE_NAMESPACE: forge-framework-upgrade-${{ needs.determine-test-metadata.outputs.BRANCH_HASH }}
FORGE_RUNNER_DURATION_SECS: 7200 # Run for 2 hours
FORGE_TEST_SUITE: framework_upgrade
Expand Down Expand Up @@ -270,7 +270,7 @@ jobs:
FORGE_RUNNER_DURATION_SECS: 300 # Run for 5 minutes
# This will upgrade from testnet branch to the latest main
FORGE_TEST_SUITE: compat
IMAGE_TAG: c90dafdb2f450e4d3aa16b1a7cff8e3cad2b882e #aptos-node-v1.12.0
IMAGE_TAG: 3ffe0986b5fe4acb76544ae7ae85d73b91a6a411 #aptos-node-v1.13.0
GIT_SHA: ${{ needs.determine-test-metadata.outputs.IMAGE_TAG }} # this is the git ref to checkout
POST_TO_SLACK: true

Expand Down
18 changes: 4 additions & 14 deletions aptos-move/aptos-release-builder/data/release.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,14 @@
---
remote_endpoint: ~
name: "v1.13"
name: "v1.14"
proposals:
- name: step_1_upgrade_gas_schedule
- name: step_1_upgrade_framework
metadata:
title: "Gas schedule upgrade"
description: "Upgrades the gas schedule to version 18, enabling separate limits for governance proposals"
execution_mode: MultiStep
update_sequence:
- DefaultGasWithOverride:
feature_version: 17
overrides:
- name: "txn.max_execution_gas"
value: 4000000000
- name: step_2_upgrade_framework
metadata:
title: "Multi-step proposal to upgrade mainnet framework to v1.13"
title: "Multi-step proposal to upgrade mainnet framework to v1.14"
description: "This includes changes in https://github.com/aptos-labs/aptos-core/commits/aptos-release-v1.13"
execution_mode: MultiStep
update_sequence:
- Framework:
bytecode_version: 6
git_hash: ~
- DefaultGas

0 comments on commit 5770f4a

Please sign in to comment.