-
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.
Adding more L1 wallet validation in go-sdk (#138)
In order to complete withdrawals in the L1 wallet, we must validate all derive_and_sign webhooks by deriving the Tx script once again from the master seed. In general, the path is as follows: Master seed + Hardened Derivation Path = Base XPub Base XPub + Non-Hardened Derivation Path = Child Pubkey Child Pubkey + Hashing => Script Related PR for Sparkcore: https://app.graphite.dev/github/pr/lightsparkdev/webdev/13519/Modifying-l1_wallet-code-for-added-validation-in-sign-transactions
- Loading branch information
1 parent
80c3198
commit b756433
Showing
6 changed files
with
351 additions
and
30 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
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
Oops, something went wrong.