-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule contracts
updated
17 files
+3 −3 | hardhat.config.ts | |
+43,146 −0 | rollupCreatorContracts.json | |
+29,759 −1 | slither.db.json | |
+17 −1 | src/bridge/SequencerInbox.sol | |
+3 −0 | src/libraries/Error.sol | |
+1 −4 | src/rollup/RollupUserLogic.sol | |
+10 −8 | test/foundry/CacheManager.t.sol | |
+30 −12 | test/foundry/ChallengeManager.t.sol | |
+1 −2 | test/foundry/ERC20Bridge.t.sol | |
+100 −56 | test/foundry/ERC20Inbox.t.sol | |
+19 −28 | test/foundry/ERC20Outbox.t.sol | |
+21 −10 | test/foundry/ERC20RollupEventInbox.t.sol | |
+1 −1 | test/foundry/KZGbn254.t.sol | |
+7 −6 | test/foundry/Outbox.t.sol | |
+18 −7 | test/foundry/RollupEventInbox.t.sol | |
+47 −1 | test/foundry/SequencerInbox.t.sol | |
+1 −1 | test/storage/CacheManager |