Commit 6cd8b71
committed
feat: update contracts to euclid version
1 parent e72dc2a commit 6cd8b71
1 file changed
+1
-1
lines changedSubmodule scroll-contracts updated 49 files
- .github/workflows/contracts.yml+1-1
- .github/workflows/docker-release.yml+65
- foundry.toml+3-3
- hardhat-test/ZkEvmVerifierV1.spec.ts+3-3
- hardhat-test/ZkEvmVerifierV2.spec.ts+155
- hardhat-test/testdata/plonk-verifier/v0.12.0-rc.2_pi.data
- hardhat-test/testdata/plonk-verifier/v0.12.0-rc.2_proof.data
- hardhat-test/testdata/plonk-verifier/v0.12.0-rc.3_pi.data
- hardhat-test/testdata/plonk-verifier/v0.12.0-rc.3_proof.data
- hardhat-test/testdata/plonk-verifier/v0.9.8_pi.data
- hardhat-test/testdata/plonk-verifier/v0.9.8_proof.data
- src/L1/L1ScrollMessenger.sol+7
- src/L1/gateways/L1CustomERC20Gateway.sol+6-2
- src/L1/gateways/L1ReverseCustomERC20Gateway.sol+82
- src/L1/rollup/IL1MessageQueue.sol+3-3
- src/L1/rollup/IScrollChain.sol+4-49
- src/L1/rollup/L1MessageQueue.sol+5-5
- src/L1/rollup/L1MessageQueueWithGasPriceOracle.sol+1-1
- src/L1/rollup/MultipleVersionRollupVerifier.sol+3-3
- src/L1/rollup/ScrollChain.sol+228-461
- src/L2/gateways/L2CustomERC20Gateway.sol+8-7
- src/L2/gateways/L2ReverseCustomERC20Gateway.sol+120
- src/libraries/codec/BatchHeaderV3Codec.sol+10-2
- src/libraries/verifier/IRollupVerifier.sol+5-5
- src/libraries/verifier/IZkEvmVerifier.sol+3-3
- src/libraries/verifier/ZkEvmVerifierPostEuclid.sol+100
- src/libraries/verifier/ZkEvmVerifierV2.sol+57-46
- src/libraries/verifier/plonk-verifier/plonk_verifier_v0.12.0-rc.2.bin
- src/libraries/verifier/plonk-verifier/plonk_verifier_v0.12.0-rc.3.bin
- src/libraries/verifier/plonk-verifier/plonk_verifier_v0.9.8.bin
- src/mocks/ScrollChainMockBlob.sol+42
- src/mocks/ScrollChainMockFinalize.sol+10-69
- src/test/L1CustomERC20Gateway.t.sol+35-23
- src/test/L1ERC1155Gateway.t.sol+2-2
- src/test/L1ERC721Gateway.t.sol+2-2
- src/test/L1ETHGateway.t.sol+1-1
- src/test/L1GatewayTestBase.t.sol+20-17
- src/test/L1MessageQueue.t.sol+13-13
- src/test/L1ReverseCustomERC20Gateway.t.sol+413
- src/test/L1ScrollMessengerTest.t.sol+3-3
- src/test/L1StandardERC20Gateway.t.sol+1-1
- src/test/L1WETHGateway.t.sol+1-1
- src/test/L2CustomERC20Gateway.t.sol+27-11
- src/test/L2ReverseCustomERC20Gateway.t.sol+450
- src/test/ScrollChain.t.sol+620-1.6k
- src/test/WithdrawTrieVerifier.t.sol+1
- src/test/batch-bridge/L1BatchBridgeGateway.t.sol+9-9
- src/test/lido/L1LidoGateway.t.sol+1-1
- src/test/mocks/MockRollupVerifier.sol+1-1
0 commit comments