-
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
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule contracts
updated
14 files
+2 −2 | src/bridge/Bridge.sol | |
+0 −10 | src/bridge/ISequencerInbox.sol | |
+1 −1 | src/bridge/Inbox.sol | |
+0 −8 | src/bridge/SequencerInbox.sol | |
+4 −1 | src/libraries/IGasRefunder.sol | |
+1 −1 | src/mocks/BridgeStub.sol | |
+0 −4 | src/mocks/Simple.sol | |
+0 −3 | src/precompiles/ArbOwner.sol | |
+1 −1 | src/rollup/IRollupEventInbox.sol | |
+1 −1 | src/rollup/RollupAdminLogic.sol | |
+2 −7 | src/rollup/RollupEventInbox.sol | |
+0 −1 | src/rollup/RollupLib.sol | |
+0 −1 | test/contract/arbRollup.spec.ts | |
+1 −1 | test/storage/SequencerInbox.dot |
Submodule go-ethereum
updated
4 files
+2 −2 | ethclient/ethclient.go | |
+8 −0 | node/node.go | |
+8 −20 | rpc/client.go | |
+0 −34 | rpc/client_arbitrum.go |