-
Notifications
You must be signed in to change notification settings - Fork 83
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
Bump version to 20.0.0-rc.4.2 #1070
Closed
Closed
Conversation
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
chadoh
approved these changes
Nov 7, 2023
Converting this PR to a draft to ensure it does not get accidentally merged to main. As this is building a patch release, it won't be merged. |
* Use the default freight-api export * Update soroban-client to 1.0.0-beta.3 * Update error handling in invoke to conform to soroban-client beta.3 (cherry picked from commit e357ccb)
…Version of Soroban SDK (#1061) * Check if contract is compiled using RC SDK version in deploy * Rust fmt * Add info for --ignore-check * Regenerate docs * Update CLI tests * Move rc checking logic to install cmd * Update tests that use install cmd * Formatting fix * Gen docs * rustfmt * Reference fix (cherry picked from commit c791a68)
…st simulation (#1049) * feat(CLI): Transaction Handler that handles the state transitions * fix: assembly transaction after authorizing & improve txn error output * feat: Handler->Assembled - simplify to assembled txn with simulation (cherry picked from commit 9259e08) Conflicts: cmd/soroban-cli/src/rpc/mod.rs
0fc60d9
to
da85a14
Compare
…oroban-tools into release/v20.0.0-rc.4.2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What
Bump version to 20.0.0-rc.4.2, creating release branch.
Why
Triggered by @mollykarcher in https://github.com/stellar/soroban-tools/actions/runs/6790513676.
What is next
See the release instructions for a full rundown on the release process:
https://github.com/stellar/actions/blob/main/README-rust-release.md
Commit any changes to the
release/v20.0.0-rc.4.2
branch that are needed in this release.If this is a regular release releasing frommain
, merge this PR when ready, and after merging, create a release for this version by going to this link: https://github.com/stellar/soroban-tools/releases/new?tag=v20.0.0-rc.4.2&title=20.0.0-rc.4.2If this is a backport or patch release of a past version, see the release instructions. When ready to release this branch create a release by going to this link:
https://github.com/stellar/soroban-tools/releases/new?tag=v20.0.0-rc.4.2&title=20.0.0-rc.4.2&target=release/v20.0.0-rc.4.2