-
Notifications
You must be signed in to change notification settings - Fork 3
chore(examples): add TransactionBuilder publish and upgrade example
#271
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
Conversation
TransactionBuilder upgrade exampleTransactionBuilder publish and upgrade example
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.
What about the bindings?
I realized during the Rust example that it's probably better for the end-user to merge the |
it would have been because in order to upgrade you need to make sure there's published package. So ... with 2 examples you have code duplication of publishing. |
Co-authored-by: Thibault Martinez <[email protected]>
Closes #228
Closes #229