Skip to content

Commit

Permalink
feat: import golang-based wallet account (kaspanet#413)
Browse files Browse the repository at this point in the history
* feat: import golang-based wallet accounts
* style: fix clippy renaming the method
  • Loading branch information
biryukovmaxim committed Feb 15, 2024
1 parent 3afc76c commit 374f273
Show file tree
Hide file tree
Showing 4 changed files with 439 additions and 3 deletions.
19 changes: 19 additions & 0 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ getrandom = { version = "0.2.10", features = ["js"] }
h2 = "0.3.21"
heapless = "0.7.16"
hex = "0.4.3"
hex-literal = "0.4.1"
hmac = { version = "0.12.1", default-features = false }
home = "0.5.5"
igd-next = { version = "0.14.2", features = ["aio_tokio"] }
Expand Down Expand Up @@ -217,6 +218,7 @@ seqlock = "0.2.0"
serde = { version = "1.0.190", features = ["derive", "rc"] }
serde_bytes = "0.11.12"
serde_json = "1.0.107"
serde_repr = "0.1.18"
serde-wasm-bindgen = "0.6.1"
sha1 = "0.10.6"
sha2 = "0.10.8"
Expand Down
4 changes: 4 additions & 0 deletions wallet/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,9 @@ features = [
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
home.workspace = true

[dev-dependencies]
hex-literal.workspace = true
serde_repr.worksapce = true

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
tokio.workspace = true
Loading

0 comments on commit 374f273

Please sign in to comment.