Skip to content

Commit

Permalink
Release/1.2.10 (#255)
Browse files Browse the repository at this point in the history
* Remove metatx checks

* Update workflow (prepare needs build); skip forwarder tests

* Add comment to ForwardedContext constructor

* Update registries of deployed addresses

* Remove SlashingController from upgrade.json; update release workflow

* Update registries of deployed addresses

* release/1.2.9

* release/1.2.10

* release.yml

* workflow on  push

* workflow on  push

* if checks removed

* mumbai release

* on pull_request

* Mumbai release

* Update registries of deployed addresses

* 1.2.10 deploy

* deploy step - mumbai

* Create json object

* Re-run Mumbai deploy

* Deploy - Polygon

* Update registries of deployed addresses

* verification step

* finish-release run

* Re-run finish-release

* Mumbai deployment

* Slashing for DEV

* empty prepared-upgrades

* Update registries of deployed addresses

* grant Slasher role

* Update registries of deployed addresses

* Mumbai release

* Update registries of deployed addresses

* node version & migration

* Polygon - node & migration

* Update registries of deployed addresses

* Re-run Mumbai

* Update registries of deployed addresses

* polygon - node version & migration

* Update registries of deployed addresses

* Mumbai - version & migration

* Update registries of deployed addresses

* Release, final clean-up

* Update release title

---------

Co-authored-by: RCantu92 <RCantu92@users.noreply.github.com>
  • Loading branch information
RCantu92 and RCantu92 committed Dec 12, 2023
1 parent 3211fd3 commit 5df3af5
Show file tree
Hide file tree
Showing 13 changed files with 6,799 additions and 29 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ jobs:
name: Code coverage
if: startsWith(github.head_ref, 'release/')
runs-on: ubuntu-22.04
# needs: test
needs: build
needs: test
# needs: build
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -84,12 +84,14 @@ jobs:
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}


# prepare:
# name: Prepare release
# if: startsWith(github.head_ref, 'release/')
# runs-on: ubuntu-22.04
# needs: coverage
# # needs: coverage
# needs: build
# outputs:
# release_version: ${{ steps.parse.outputs.release_version }}
# release_path: ${{ steps.parse.outputs.release_path }}
Expand Down Expand Up @@ -259,7 +261,7 @@ jobs:
# environment: production
# needs:
# - prepare
# # - deploy
# - deploy
# steps:
# - uses: actions/checkout@v3
# with:
Expand Down
Loading

0 comments on commit 5df3af5

Please sign in to comment.