Skip to content

Commit cd100a1

Browse files
authored
Remove unused bip39 crate (#152)
- Remove unused crate bip39
2 parents 4d31967 + 82f26ed commit cd100a1

28 files changed

+25
-18169
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ members = [
1616
"src/chain-libs/cardano-legacy-address",
1717
"src/chain-libs/sparse-array",
1818
"src/chain-libs/typed-bytes",
19-
"src/chain-wallet-libs/bip39",
2019
"src/chain-wallet-libs/chain-path-derivation",
2120
"src/chain-wallet-libs/hdkeygen",
2221
"src/chain-wallet-libs/wallet",
@@ -50,7 +49,7 @@ members = [
5049
"src/vit-testing/snapshot-trigger-service",
5150
"src/vit-testing/signals-handler",
5251
"src/vit-testing/scheduler-service-lib",
53-
"src/voting-tools-rs"
52+
"src/voting-tools-rs",
5453
]
5554

5655
[workspace.dependencies]
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
[package]
22
name = "jormungandrwallet"
33
version = "0.8.1"
4-
authors = ["Nicolas Di Prima <[email protected]>", "Vincent Hanquez <[email protected]>"]
4+
authors = [
5+
"Nicolas Di Prima <[email protected]>",
6+
"Vincent Hanquez <[email protected]>",
7+
]
58
edition = "2018"
69
license = "MIT OR Apache-2.0"
710

811
[lib]
912
crate-type = ["staticlib", "cdylib"]
1013

1114
[dependencies]
12-
bip39 = { path = "../../bip39" }
1315
wallet = { path = "../../wallet" }
1416
chain-ser = { path = "../../../chain-libs/chain-ser" }
1517
chain-addr = { path = "../../../chain-libs/chain-addr" }
1618
chain-impl-mockchain = { path = "../../../chain-libs/chain-impl-mockchain" }
17-
wallet-core = { path = "../wallet-core"}
19+
wallet-core = { path = "../wallet-core" }

src/chain-wallet-libs/bindings/wallet-core/Cargo.toml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[package]
2-
authors = ["Nicolas Di Prima <[email protected]>", "Vincent Hanquez <[email protected]>"]
2+
authors = [
3+
"Nicolas Di Prima <[email protected]>",
4+
"Vincent Hanquez <[email protected]>",
5+
]
36
edition = "2018"
47
license = "MIT OR Apache-2.0"
58
name = "wallet-core"
@@ -11,19 +14,19 @@ version = "0.8.1"
1114
crate-type = ["lib"]
1215

1316
[dependencies]
14-
bip39 = {path = "../../bip39"}
17+
1518
chain-addr = { path = "../../../chain-libs/chain-addr" }
1619
chain-core = { path = "../../../chain-libs/chain-core" }
1720
chain-crypto = { path = "../../../chain-libs/chain-crypto" }
1821
chain-impl-mockchain = { path = "../../../chain-libs/chain-impl-mockchain" }
19-
chain-path-derivation = {path = "../../chain-path-derivation"}
22+
chain-path-derivation = { path = "../../chain-path-derivation" }
2023
chain-ser = { path = "../../../chain-libs/chain-ser" }
2124
chain-vote = { path = "../../../chain-libs/chain-vote" }
2225
chain-time = { path = "../../../chain-libs/chain-time" }
23-
hdkeygen = {path = "../../hdkeygen"}
24-
symmetric-cipher = {path = "../../symmetric-cipher"}
25-
thiserror = {version = "1.0.13", default-features = false}
26-
wallet = {path = "../../wallet"}
26+
hdkeygen = { path = "../../hdkeygen" }
27+
symmetric-cipher = { path = "../../symmetric-cipher" }
28+
thiserror = { version = "1.0.13", default-features = false }
29+
wallet = { path = "../../wallet" }
2730
bech32 = "0.7.2"
2831

2932
rand = { version = "0.8.3", features = ["getrandom"] }

src/chain-wallet-libs/bip39/Cargo.toml

Lines changed: 0 additions & 18 deletions
This file was deleted.

src/chain-wallet-libs/bip39/LICENSE-APACHE

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/chain-wallet-libs/bip39/LICENSE-MIT

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/chain-wallet-libs/bip39/config.toml

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)