Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:aurora-is-near/aurora-engine int…
Browse files Browse the repository at this point in the history
…o feat/std-wasm32
  • Loading branch information
mrLSD committed Jun 8, 2022
2 parents a132243 + fd50b9b commit 5f93485
Show file tree
Hide file tree
Showing 29 changed files with 525 additions and 219 deletions.
161 changes: 69 additions & 92 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ lto = true
opt-level = 3

[workspace]
resolver = "2"
members = [
"engine",
"engine-precompiles",
Expand Down
3 changes: 1 addition & 2 deletions engine-precompiles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ autobenches = false
aurora-engine-types = { path = "../engine-types" }
aurora-engine-sdk = { path = "../engine-sdk" }
base64 = "0.13.0"
aurora-blake2 = { git = "https://github.com/aurora-is-near/aurora-blake2.git", version = "0.9.1" }
borsh = "0.8.2"
bn = { package = "aurora-bn", git = "https://github.com/aurora-is-near/aurora-bn.git" }
evm = { git = "https://github.com/aurora-is-near/sputnikvm.git", rev = "37448b6cacd98b06282cff5a559684505c29bd2b" }
evm-core = { git = "https://github.com/aurora-is-near/sputnikvm.git", rev = "37448b6cacd98b06282cff5a559684505c29bd2b" }
libsecp256k1 = "0.3.5"
libsecp256k1 = { version = "0.7.0", default-features = false, features = ["static-context", "hmac"] }
num = "0.4.0"
primitive-types = { version = "0.10.0", eatures = ["rlp"] }
ripemd160 = "0.9.1"
Expand Down
Loading

0 comments on commit 5f93485

Please sign in to comment.