-
Notifications
You must be signed in to change notification settings - Fork 452
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2642 from OffchainLabs/revert-2640-fix-mininitgas…
…-returntypes Revert "Fix ArbWASM precompile minInitGas() method from reverting"
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule contracts
updated
19 files
+19 −5 | .github/workflows/audit-ci.yml | |
+2 −11 | .github/workflows/contract-tests.yml | |
+1 −11 | audit-ci.jsonc | |
+8 −22 | hardhat.config.ts | |
+2 −5 | package.json | |
+1 −1 | scripts/createEthRollup.ts | |
+1 −17 | scripts/deployment.ts | |
+9 −63 | scripts/deploymentUtils.ts | |
+0 −90 | scripts/printMetadataHashes.ts | |
+16 −8 | scripts/rollupCreation.ts | |
+1 −1 | slither.db.json | |
+9 −0 | src/libraries/Error.sol | |
+0 −2 | src/mocks/BridgeUnproxied.sol | |
+1 −1 | src/precompiles/ArbWasm.sol | |
+4 −4 | src/rollup/RollupCreator.sol | |
+4 −1 | src/rollup/RollupUserLogic.sol | |
+1 −1 | test/contract/toolkit4844.ts | |
+0 −13 | test/unused-errors/exceptions.txt | |
+16 −20 | yarn.lock |