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

Elderberry release #205

Merged
merged 30 commits into from
Mar 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
5f7cf58
addrollupTypeinfo
invocamanman Feb 21, 2024
6fd7413
update consensus contracts
invocamanman Feb 16, 2024
09dda16
udpate tests
invocamanman Feb 16, 2024
4ca84c2
upgradability test
invocamanman Feb 16, 2024
15dee4f
remove sequence num, for initSequencedBatch
invocamanman Feb 19, 2024
62959c6
update tests
invocamanman Feb 19, 2024
1476bda
update compiled contracts and docs
invocamanman Feb 19, 2024
599ee2c
add previosu verifiers
invocamanman Feb 20, 2024
e42beac
commit verified generated with v5.0.0-rc.2-fork.8
zkronos73 Feb 20, 2024
120afa0
add deploy dat commitee scripts
invocamanman Feb 20, 2024
cc2d1ea
fetch rollup data
invocamanman Feb 20, 2024
eecf908
add update Rollup
invocamanman Feb 21, 2024
f0d3491
buildsetup-v5.0.0-rc.3-fork.8
zkronos73 Feb 22, 2024
2f4b05b
first approach2
invocamanman Feb 26, 2024
bed540c
upgrade mainent
invocamanman Feb 26, 2024
cd162a1
forktest
invocamanman Feb 26, 2024
aed6692
update id
invocamanman Feb 26, 2024
2856f97
correct timelock encoded
invocamanman Feb 26, 2024
970c559
test migration
invocamanman Feb 26, 2024
30b9f1d
comment upgrade
invocamanman Feb 26, 2024
1e9405f
add info
invocamanman Feb 26, 2024
13c092f
update astar
invocamanman Feb 26, 2024
474dad6
export all jsons in compiled-contracts
krlosMata Feb 27, 2024
dc5e721
update docs and compiled contracts
invocamanman Feb 28, 2024
b4e08dc
Fix
Stefan-Ethernal Mar 5, 2024
74b6503
update verify document
zkronos73 Mar 5, 2024
eae8e38
ClaimCompressor compiled for paris
joanestebanr Mar 13, 2024
1c701af
add claim compressor deplyoment
invocamanman Mar 14, 2024
d4d4a9d
fix hardhat version until bug it's fixed
invocamanman Mar 14, 2024
76a0ce2
add grant role
invocamanman Mar 19, 2024
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
4 changes: 4 additions & 0 deletions .githooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,13 @@ if npm run lint; then
cp artifacts/contracts/v2/PolygonZkEVMGlobalExitRootV2.sol/PolygonZkEVMGlobalExitRootV2.json compiled-contracts/
cp artifacts/contracts/v2/consensus/zkEVM/PolygonZkEVMEtrog.sol/PolygonZkEVMEtrog.json compiled-contracts/
cp artifacts/contracts/v2/consensus/zkEVM/PolygonZkEVMExistentEtrog.sol/PolygonZkEVMExistentEtrog.json compiled-contracts/
cp artifacts/contracts/v2/previousVersions/PolygonZkEVMEtrogPrevious.sol/PolygonZkEVMEtrogPrevious.json compiled-contracts/

cp artifacts/contracts/v2/consensus/validium/PolygonValidiumEtrog.sol/PolygonValidiumEtrog.json compiled-contracts/
cp artifacts/contracts/v2/consensus/validium/PolygonDataCommittee.sol/PolygonDataCommittee.json compiled-contracts/

cp artifacts/contracts/v2/utils/ClaimCompressor.sol/ClaimCompressor.json compiled-contracts/

git add compiled-contracts
exit 0
else
Expand Down
116 changes: 116 additions & 0 deletions compiled-contracts/ClaimCompressor.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions compiled-contracts/FflonkVerifier.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions compiled-contracts/PolygonDataCommittee.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions compiled-contracts/PolygonRollupManager.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions compiled-contracts/PolygonRollupManagerMock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions compiled-contracts/PolygonRollupManagerMockInternalTest.json

Large diffs are not rendered by default.

47 changes: 45 additions & 2 deletions compiled-contracts/PolygonValidiumEtrog.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions compiled-contracts/PolygonZkEVMBridgeV2.json

Large diffs are not rendered by default.

37 changes: 35 additions & 2 deletions compiled-contracts/PolygonZkEVMEtrog.json

Large diffs are not rendered by default.

Loading
Loading