Closed soralit closed 3 months ago
We're also going to need a changeset added for this to release it. I mention this because the fork's branch doesn't look like it'll allow me to add the changeset to this PR.
Thanks for reviewing, will have a change later. About the changeset can you tell me how to add it? Or maybe you could raise a PR in our repo to this branch to add it.
I've merged this into a feature branch since it needs a changeset before it can be merged to master. I'll handle that.
Hi team, I'm from Keystone team and our latest product Keystone 3 Pro has already supported Versioned transaction so I made this change to support it in
wallet-adapter
CHANGES:
txHex
asUint8Array
but notTransaction
any longer to extend the flexibility.signTransaction
interface in keystone wallet instance to get thetxHex
as needed above.supportedTranscations
in keystone wallet instance to mark it as already supportedVersioned Transaction
.