Skip to content

Commit

Permalink
fix: namada to compile to wasm32-unknown-unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszjasiuk committed Jul 4, 2023
1 parent 4b431cb commit 1a17147
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion ethereum_bridge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ rand.workspace = true
rust_decimal.workspace = true
rust_decimal_macros.workspace = true
tendermint = {git = "https://github.com/heliaxdev/tendermint-rs.git", rev = "b7d1e5afc6f2ccb3fd1545c2174bab1cc48d7fa7", optional = true}
tendermint-rpc = {git = "https://github.com/heliaxdev/tendermint-rs.git", rev = "b7d1e5afc6f2ccb3fd1545c2174bab1cc48d7fa7", features = ["http-client"], optional = true}
tendermint-rpc = {git = "https://github.com/heliaxdev/tendermint-rs.git", rev = "b7d1e5afc6f2ccb3fd1545c2174bab1cc48d7fa7", default-features = false, features = ["trait-client"], optional = true}
tendermint-proto = {git = "https://github.com/heliaxdev/tendermint-rs.git", rev = "b7d1e5afc6f2ccb3fd1545c2174bab1cc48d7fa7", optional = true}
tracing = "0.1.30"

Expand Down
2 changes: 2 additions & 0 deletions shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ namada-sdk = [
"masp-tx-gen",
"ferveo-tpke",
"masp_primitives/transparent-inputs",
"wasm-timer"
]

multicore = ["masp_proofs/multicore"]
Expand Down Expand Up @@ -136,6 +137,7 @@ tiny-hderive.workspace = true
tokio.workspace = true
toml.workspace = true
tracing.workspace = true
wasm-timer = {version = "0.2.5", optional = true}
wasmer = {version = "=2.2.0", optional = true}
wasmer-cache = {version = "=2.2.0", optional = true}
wasmer-compiler-singlepass = {version = "=2.2.0", optional = true}
Expand Down

0 comments on commit 1a17147

Please sign in to comment.