-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore!: remove
blind_sign_transaction
public fn
- Loading branch information
dj8yf0μl
committed
Feb 27, 2024
1 parent
a77f2da
commit 38ff28d
Showing
5 changed files
with
5 additions
and
139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "near-ledger" | ||
version = "0.4.0" | ||
version = "0.5.0" | ||
edition = "2018" | ||
authors = ["Bohdan Khorolets <[email protected]>"] | ||
description = "Transport library to integrate with NEAR Ledger app" | ||
|
@@ -87,9 +87,6 @@ path = "examples/sign_nep_413_message.rs" | |
name = "sign_nep_366_delegate_action" | ||
path = "examples/sign_nep_366_delegate_action.rs" | ||
|
||
[[example]] | ||
name = "blind_sign_transaction" | ||
|
||
[dependencies] | ||
ed25519-dalek = { version = "1" } | ||
ledger-transport = "0.10.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters