-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: improved connector JSON RPC interface #3735
base: master
Are you sure you want to change the base?
feat: improved connector JSON RPC interface #3735
Conversation
* feat: implement flags for the transaction request * chore: combine flags for `isEstimated` and `isFunded` * chore: remove `isSigned` from witness updates * changeset * revert experimental changes * Aligned to the new re-spec * update to state * Update state * chore: fix connector test * lintfix * Apply suggestions from code review
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
* chore: moved chainInfo serialization * chore: added serialize chain info * move chain info helper * add deprecation notice * chore: added deserialize of nodeInfo * Added the ability to restore the provider chain + node info cache * consolidate serialization * serialize provider cache * pass serialized chain to connector * lintfix * lintfix * changeset * changeset * lintfix
51d5f77
to
5dc3f06
Compare
…proved-sdk-wallet-communication
packages/account/src/account.ts
Outdated
cache: await serializeProviderCache(this.provider), | ||
}, | ||
data, | ||
state: transactionRequest.flag.state, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
state: transactionRequest.flag.state, | |
transactionState: transactionRequest.flag.state, |
I think this makes more sense
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah this makes more sense once it's passed through the connector as well.
Coverage Report:
Changed Files:
|
Release notes
In this release, we:
Summary
SendTransactionJsonRpc
specification:undefined
funded
Provider
using the serialised cache:Other related reviews
Checklist