-
Notifications
You must be signed in to change notification settings - Fork 450
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 #2292 from OffchainLabs/wasmstore
Wasmstore
- Loading branch information
Showing
7 changed files
with
201 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule go-ethereum
updated
13 files
+1 −7 | arbitrum/recordingdb.go | |
+32 −0 | core/rawdb/database.go | |
+4 −0 | core/rawdb/table.go | |
+8 −0 | core/state/database.go | |
+2 −2 | core/state/database_arbitrum.go | |
+5 −2 | core/state/journal_arbitrum.go | |
+7 −1 | core/state/statedb.go | |
+9 −8 | core/state/statedb_arbitrum.go | |
+1 −1 | core/vm/interface.go | |
+5 −0 | ethdb/database.go | |
+4 −0 | ethdb/remotedb/remotedb.go | |
+3 −0 | internal/ethapi/api.go | |
+0 −1 | node/node.go |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters