-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support evm version: Shanghai! (#85)
* chore: tmp * feat: support push0 * feat: supoort shanghai * support evm version: shanghai * Supplant DIFFICULTY opcode with PREVRANDAO * fix test * chore: bump to 0.4.0 * chore: downgrade cita_trie * chore: bump to 0.4.1 * fix: push0 lookup failed * chore: bump to 0.4.2
- Loading branch information
1 parent
27fb444
commit bd1cdcd
Showing
17 changed files
with
222 additions
and
183 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cita-vm" | ||
version = "0.3.4" | ||
version = "0.4.2" | ||
authors = ["Cryptape Technologies <[email protected]>"] | ||
edition = "2021" | ||
description = "CITA VM" | ||
|
@@ -13,7 +13,7 @@ byteorder = "1.0" | |
cita_trie = "4.0" | ||
env_logger = "0.10" | ||
ethereum-types = "0.14" | ||
hashbrown = { version = "0.13", features = ["rayon"] } | ||
hashbrown = { version = "0.14", features = ["rayon"] } | ||
hasher = { version="0.1" } | ||
hex = "0.4" | ||
secp256k1 = { package = "libsecp256k1", version = "0.7" } | ||
|
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
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.