-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add verify ed25519 and evm signatures to old bindings (#595)
* Allow SecretManage to be extensible * fix type * more feature gating * Fix stronghold backup/restore * Fix backup restore bugs * clippy * feature 🐊 * LINE PIECE | Co-authored-by: Thibault Martinez <[email protected]> * imports * fix merge * PR suggestions * changelog * cleanup * fix merge * fix borked merge * nit * Remove Debug requirement from StorageManage * comment * clippy * Remove generate addresses that is not needed * remove more generate addresses * Add verify ed25519 and evm signatures to old bindings * Remove accidentally left in code * todo and camelCase * clippy * change file * rename * fmt * Update naming * Fix verify fns and rename EvmSignature * Update sdk/src/wallet/message_interface/account_method.rs Co-authored-by: Thibault Martinez <[email protected]> * PR suggestions * Use Secp256k1EcdsaSignature * Fix .change * Fix doc * Update sdk/src/wallet/message_interface/account_method.rs Co-authored-by: Thoralf-M <[email protected]> --------- Co-authored-by: Thibault Martinez <[email protected]> Co-authored-by: Thoralf-M <[email protected]>
- Loading branch information
1 parent
f5287ee
commit c4231e5
Showing
9 changed files
with
126 additions
and
4 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"wallet-nodejs-binding": patch | ||
--- | ||
|
||
Add `Account::verifyEd25519Signature` and `verifySecp256k1EcdsaSignature` methods. Add `Secp256k1EcdsaSignature` to types. |
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
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
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
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