-
Notifications
You must be signed in to change notification settings - Fork 74
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
Update build command #258
Update build command #258
Conversation
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.
Looks good. We might need to hold merging this until we're doing the next release, or we create a release branch for the next release. main
is being kept for the current release now.
shrug ok, I mean it works either way, it's not urgent. I thought I'd file it to keep it in mind as an option/solution for stellar/rs-soroban-sdk#957 |
* mention release preview version in readme * fix * Update build command (#258) Co-authored-by: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> * Bump sdk for preview 10 (#262) * Bump sdk for token and implement temporary allowances * Update rest of examples * Update atomic swap example. * Update multiswap example * fix more examples * Fix events example * Update auth example * Update timelock example * fix tests --------- Co-authored-by: Dmytro Kozhevin <dmytro@stellar.org> * Add/update examples with new functionality (#261) * Change deployer example to deploy contracts on behalf of any address. * Bump SDK to 0.9.1 * Add example for deep sub-contract auth. * Add makefile for a new example * !fixup makefile fix * Fix event name (#264) * Add a fuzzing example. (#265) * Bump increment (#267) * Added instance bump to increment * Bump sdk to 0.9.2 --------- Co-authored-by: Siddharth Suresh <siddharth@stellar.org> * Add bumps to token example (#268) * Update soroban cli version --------- Co-authored-by: Graydon Hoare <graydon@pobox.com> Co-authored-by: Siddharth Suresh <siddharth@stellar.org> Co-authored-by: Dmytro Kozhevin <dmytro@stellar.org> Co-authored-by: Brian Anderson <andersrb@gmail.com> Co-authored-by: Garand Tyson <garand@stellar.org>
Related to stellar-deprecated/soroban-docs#476