-
Notifications
You must be signed in to change notification settings - Fork 475
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
15 files
+1 −1 | package.json | |
+6 −0 | src/bridge/AbsBridge.sol | |
+25 −1 | src/bridge/AbsOutbox.sol | |
+4 −0 | src/bridge/IBridge.sol | |
+8 −0 | src/bridge/IOutbox.sol | |
+2 −0 | src/bridge/ISequencerInbox.sol | |
+11 −1 | src/bridge/SequencerInbox.sol | |
+7 −1 | src/libraries/Error.sol | |
+4 −0 | src/mocks/BridgeStub.sol | |
+10 −1 | src/rollup/AbsRollupEventInbox.sol | |
+2 −0 | src/rollup/IRollupEventInbox.sol | |
+26 −4 | src/rollup/RollupUserLogic.sol | |
+4 −0 | src/test-helpers/BridgeTester.sol | |
+6 −0 | src/test-helpers/OutboxWithoutOptTester.sol | |
+52 −1 | test/contract/arbRollup.spec.ts |