-
Notifications
You must be signed in to change notification settings - Fork 581
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update version * fix compile * remove ethers * remove ethers * update mandala * update orml * update stable-asset * fix test * update evm dep * fix statemine fee * update evm-tests * evm test * update evm test * update deps (#2018) * clean * update WeightInfo * fix evm-bench (#2019) * update lock * use wasm only * cleam start_node * try remove ethereum as evm already has it * update ethereum * evm test add skip_wasm_build * update evm-test * update evm-bench Co-authored-by: Ermal Kaleci <[email protected]>
- Loading branch information
1 parent
f4b80d7
commit e9a0f70
Showing
72 changed files
with
2,407 additions
and
2,657 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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 evm-tests
updated
19 files
+1 −2 | .gitignore | |
+4,916 −0 | Cargo.lock | |
+0 −22 | EIP-152/Cargo.toml | |
+0 −25 | EIP-152/LICENSE | |
+0 −208 | EIP-152/benches/bench.rs | |
+0 −466 | EIP-152/src/avx2.rs | |
+0 −225 | EIP-152/src/lib.rs | |
+0 −68 | EIP-152/src/portable.rs | |
+0 −23 | ethcore-builtin/Cargo.toml | |
+0 −2,590 | ethcore-builtin/src/lib.rs | |
+1 −1 | ethjson/Cargo.toml | |
+11 −13 | jsontests/Cargo.toml | |
+0 −58 | jsontests/src/main.rs | |
+9 −6 | jsontests/src/mock.rs | |
+30 −17 | jsontests/src/state.rs | |
+2 −2 | jsontests/src/utils.rs | |
+1 −1 | jsontests/src/vm.rs | |
+1 −1 | keccak-hasher/Cargo.toml | |
+1 −1 | triehash-ethereum/Cargo.toml |
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
Oops, something went wrong.