Skip to content

Commit

Permalink
remove the trezor client code and reference the git repository
Browse files Browse the repository at this point in the history
  • Loading branch information
OBorce committed Aug 6, 2024
1 parent 18efe6f commit 726bb45
Show file tree
Hide file tree
Showing 52 changed files with 4 additions and 108,267 deletions.
45 changes: 3 additions & 42 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ members = [
"wallet/wallet-rpc-daemon", # Wallet RPC daemon binary.
"wallet/wallet-rpc-lib", # Wallet RPC definitions library.
"wallet/wallet-test-node", # Node for wallet testing as a library.
"wallet/trezor-client", # Auto generated trezor client library from trezor firmware repo
"wasm-wrappers", # WASM wrappers for various components.
"wasm-wrappers/wasm-doc-gen", # WASM wrappers documentation generator.
]
Expand Down
2 changes: 1 addition & 1 deletion wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ utils-networking = { path = "../utils/networking" }
utxo = { path = "../utxo" }
wallet-storage = { path = "./storage" }
wallet-types = { path = "./types" }
trezor-client = { path = "./trezor-client", features = ["bitcoin", "mintlayer"], optional = true }
trezor-client = { git = "https://github.com/mintlayer/mintlayer-trezor-firmware", branch = "feature/mintlayer", features = ["bitcoin", "mintlayer"], optional = true }
# trezor-client = { path = "../../trezor-firmware/rust/trezor-client", features = ["bitcoin", "mintlayer"], optional = true }

bip39 = { workspace = true, default-features = false, features = ["std", "zeroize"] }
Expand Down
1 change: 0 additions & 1 deletion wallet/trezor-client/.gitignore

This file was deleted.

77 changes: 0 additions & 77 deletions wallet/trezor-client/Cargo.toml

This file was deleted.

122 changes: 0 additions & 122 deletions wallet/trezor-client/LICENSE

This file was deleted.

40 changes: 0 additions & 40 deletions wallet/trezor-client/README.md

This file was deleted.

8 changes: 0 additions & 8 deletions wallet/trezor-client/build/Cargo.toml

This file was deleted.

7 changes: 0 additions & 7 deletions wallet/trezor-client/build/README.md

This file was deleted.

Loading

0 comments on commit 726bb45

Please sign in to comment.