Skip to content

Commit

Permalink
remote-wallet: Add helpers for locating remote wallets
Browse files Browse the repository at this point in the history
  • Loading branch information
t-nelson committed Apr 27, 2021
1 parent 722de94 commit 64fcb79
Show file tree
Hide file tree
Showing 4 changed files with 638 additions and 5 deletions.
12 changes: 11 additions & 1 deletion Cargo.lock

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

12 changes: 11 additions & 1 deletion programs/bpf/Cargo.lock

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

3 changes: 2 additions & 1 deletion remote-wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ log = "0.4.11"
num-derive = { version = "0.3" }
num-traits = { version = "0.2" }
parking_lot = "0.10"
qstring = "0.7.2"
semver = "0.9"
solana-sdk = { path = "../sdk", version = "=1.7.0" }
thiserror = "1.0"
url = "2.1.1"
uriparse = "0.6.3"

[features]
default = ["linux-static-hidraw"]
Expand Down
Loading

0 comments on commit 64fcb79

Please sign in to comment.