Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/1.2.10 #255

Merged
merged 47 commits into from
Dec 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
757f9f3
Remove metatx checks
RCantu92 Dec 5, 2023
0917e79
Update workflow (prepare needs build); skip forwarder tests
RCantu92 Dec 5, 2023
571406c
Add comment to ForwardedContext constructor
RCantu92 Dec 5, 2023
a39b2c0
Update registries of deployed addresses
RCantu92 Dec 5, 2023
10dbadb
Remove SlashingController from upgrade.json; update release workflow
RCantu92 Dec 5, 2023
d9e1dee
Remove SlashingController; update release workflow
RCantu92 Dec 5, 2023
1ad631a
Update registries of deployed addresses
RCantu92 Dec 5, 2023
eb7ce86
release/1.2.9
RCantu92 Dec 6, 2023
f50621e
release/1.2.10
RCantu92 Dec 6, 2023
686466e
release.yml
RCantu92 Dec 6, 2023
2e50953
workflow on push
RCantu92 Dec 6, 2023
bddfaa4
workflow on push
RCantu92 Dec 6, 2023
4aabc3b
if checks removed
RCantu92 Dec 6, 2023
2a46ee5
mumbai release
RCantu92 Dec 6, 2023
71d7405
on pull_request
RCantu92 Dec 6, 2023
ebe18e8
Mumbai release
RCantu92 Dec 6, 2023
a0c988d
Update registries of deployed addresses
RCantu92 Dec 6, 2023
96291fe
1.2.10 deploy
RCantu92 Dec 6, 2023
de9e4f2
deploy step
RCantu92 Dec 6, 2023
9848878
deploy step - mumbai
RCantu92 Dec 6, 2023
49d8e53
Create json object
RCantu92 Dec 6, 2023
edec9f7
Re-run Mumbai deploy
RCantu92 Dec 6, 2023
5c5318f
Deploy - Polygon
RCantu92 Dec 6, 2023
4326184
Update registries of deployed addresses
RCantu92 Dec 6, 2023
6f70a46
verification step
RCantu92 Dec 6, 2023
21df424
finish-release run
RCantu92 Dec 6, 2023
11fb04e
Re-run finish-release
RCantu92 Dec 6, 2023
7eb9570
Mumbai deployment
RCantu92 Dec 7, 2023
7680895
Slashing for DEV
RCantu92 Dec 7, 2023
850d934
empty prepared-upgrades
RCantu92 Dec 7, 2023
4bf780a
Update registries of deployed addresses
RCantu92 Dec 7, 2023
e359377
grant Slasher role
RCantu92 Dec 7, 2023
0bcc93f
Update registries of deployed addresses
RCantu92 Dec 7, 2023
2988ad9
Mumbai release
RCantu92 Dec 7, 2023
7b899ea
Merge branch 'release/1.2.10' of github.com:forta-network/forta-contr…
RCantu92 Dec 7, 2023
e672855
Update registries of deployed addresses
RCantu92 Dec 7, 2023
cc4298f
node version & migration
RCantu92 Dec 7, 2023
17a3929
Polygon - node & migration
RCantu92 Dec 7, 2023
d12b54c
Update registries of deployed addresses
RCantu92 Dec 7, 2023
537dd60
Re-run Mumbai
RCantu92 Dec 7, 2023
427ac08
Update registries of deployed addresses
RCantu92 Dec 7, 2023
840d68d
polygon - node version & migration
RCantu92 Dec 7, 2023
8becab6
Update registries of deployed addresses
RCantu92 Dec 7, 2023
a8f9dd3
Mumbai - version & migration
RCantu92 Dec 7, 2023
91c501e
Update registries of deployed addresses
RCantu92 Dec 7, 2023
b19669a
Release, final clean-up
RCantu92 Dec 12, 2023
19c2b3a
Update release title
RCantu92 Dec 12, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading