Skip to content

Commit a41d950

Browse files
committed
feat: dry run with fake sig
1 parent 0dc3b25 commit a41d950

File tree

5 files changed

+266
-6
lines changed

5 files changed

+266
-6
lines changed

crate/Cargo.lock

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

crate/Cargo.toml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,27 @@ nodejs = []
1818
web = []
1919

2020
[build-dependencies]
21+
<<<<<<< Updated upstream
2122
namada_tx = { git = "https://github.com/anoma/namada", tag="libs-v0.251.3" }
23+
=======
24+
namada_tx = { path = "/home/mj/Projects/heliax/namada/crates/tx" }
25+
>>>>>>> Stashed changes
2226

2327
[dependencies]
2428
aes-gcm = "0.10.3"
2529
async-trait = {version = "0.1.51"}
2630
argon2 = "0.5.3"
31+
borsh-ext = { git = "https://github.com/heliaxdev/borsh-ext", tag = "v1.2.0" }
2732
tiny-bip39 = "2.0.0"
2833
chrono = "0.4.22"
2934
getrandom = { version = "0.3.3", features = [] }
3035
gloo-utils = { version = "0.1.5", features = ["serde"] }
3136
js-sys = "0.3.60"
37+
<<<<<<< Updated upstream
3238
namada_sdk = { git = "https://github.com/anoma/namada", tag="libs-v0.251.3", default-features = false }
39+
=======
40+
namada_sdk = { path = "/home/mj/Projects/heliax/namada/crates/sdk", default-features = false }
41+
>>>>>>> Stashed changes
3342
password-hash = "0.5.0"
3443
rand = {version = "0.8.5"}
3544
rayon = { version = "1.8", optional = true }
@@ -68,7 +77,7 @@ features = [
6877
]
6978

7079
[dev-dependencies]
71-
wasm-bindgen-test = "=0.3.13"
80+
wasm-bindgen-test = "0.3.13"
7281

7382
# https://doc.rust-lang.org/cargo/reference/profiles.html
7483
[profile.release]

0 commit comments

Comments
 (0)