-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix transaction serialize/deserialize bugs in ghost wallet. (#40)
Contribute what we have fixed in https://github.com/brave/wallet-standard-brave back to the reference wallet implementation. Most codes are actually from wallet-adapter. - Always deserialize transactions using VersionedTransaction.deserialize() - In #signTransaction, specify requireAllSignatures and verifySignatures to false when serializing legacy transactions signed by wallet, because transactions could be partial signed.
- Loading branch information
Showing
2 changed files
with
31 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
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