Skip to content

Commit 3387b8f

Browse files
authored
Merge pull request #39 from jsign/jsign-ethrex-8025
feat(ethrex): Use EIP-8025 feature to delegate as much logic into their guest program
2 parents a58aa0d + e1a9874 commit 3387b8f

16 files changed

Lines changed: 1429 additions & 1733 deletions

File tree

Cargo.lock

Lines changed: 450 additions & 487 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,12 @@ stateless = { git = "https://github.com/paradigmxyz/stateless", rev = "e5480e71a
9090
tries = { git = "https://github.com/paradigmxyz/stateless", rev = "e5480e71a8031641ff471cad9dc482a7a14b32d5", default-features = false }
9191

9292
# ethrex
93-
ethrex-common = { git = "https://github.com/lambdaclass/ethrex.git", rev = "6ba9d9a458e812ff3afd80eaf89cddd97d3fb67e", default-features = false }
94-
ethrex-crypto = { git = "https://github.com/lambdaclass/ethrex.git", rev = "6ba9d9a458e812ff3afd80eaf89cddd97d3fb67e", default-features = false }
95-
ethrex-guest-program = { git = "https://github.com/lambdaclass/ethrex.git", rev = "6ba9d9a458e812ff3afd80eaf89cddd97d3fb67e", default-features = false }
96-
ethrex-rlp = { git = "https://github.com/lambdaclass/ethrex.git", rev = "6ba9d9a458e812ff3afd80eaf89cddd97d3fb67e", default-features = false }
97-
ethrex-rpc = { git = "https://github.com/lambdaclass/ethrex.git", rev = "6ba9d9a458e812ff3afd80eaf89cddd97d3fb67e", default-features = false }
98-
ethrex-vm = { git = "https://github.com/lambdaclass/ethrex.git", rev = "6ba9d9a458e812ff3afd80eaf89cddd97d3fb67e", default-features = false }
93+
ethrex-common = { git = "https://github.com/lambdaclass/ethrex.git", rev = "81484becd285e2a1e178306d8c22f94a104f560b", default-features = false }
94+
ethrex-crypto = { git = "https://github.com/lambdaclass/ethrex.git", rev = "81484becd285e2a1e178306d8c22f94a104f560b", default-features = false }
95+
ethrex-guest-program = { git = "https://github.com/lambdaclass/ethrex.git", rev = "81484becd285e2a1e178306d8c22f94a104f560b", default-features = false }
96+
ethrex-rlp = { git = "https://github.com/lambdaclass/ethrex.git", rev = "81484becd285e2a1e178306d8c22f94a104f560b", default-features = false }
97+
ethrex-rpc = { git = "https://github.com/lambdaclass/ethrex.git", rev = "81484becd285e2a1e178306d8c22f94a104f560b", default-features = false }
98+
ethrex-vm = { git = "https://github.com/lambdaclass/ethrex.git", rev = "81484becd285e2a1e178306d8c22f94a104f560b", default-features = false }
9999

100100
# ssz
101101
libssz = { version = "0.2.1", default-features = false, features = ["alloc"] }

0 commit comments

Comments
 (0)