-
Notifications
You must be signed in to change notification settings - Fork 137
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
Prepare v10.0.0-soroban.5
for release.
#661
Conversation
v10.0.0-soroban.5
for release.
Size Change: -59 B (0%) Total Size: 3.07 MB
ℹ️ View Unchanged
|
5f23a6d
to
ff19411
Compare
ff19411
to
d97f9fd
Compare
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.
Probably just me - but, don't we need to make some js file changes for this PR ?
The description is very convincing, but I can't find that implemented in this PR.
@tsachiherman this PR is just the version bump; the release notes cover the set of PRs that have merged since the last release. you can see these in the diff (which is awkward because the I like to put the release notes in the PR because, again, since there's no tagged release (e.g. here), there's no way to clearly communicate the improvements downstream and this makes it easy to copy-paste into a |
Notice that we're going back to the
-soroban.<N>
suffix: this is because there will be another XDR upgrade, and I don't want to tag it off as a beta until we're truly stable in regards to testnet.v10.0.0-soroban.5
- Release NotesBreaking Changes
You should use the well-supported
C...
strkey format, instead. To migrate, you can do something likelet s = StrKey.decodeContract(Buffer.from(hexContractId, 'hex'));
.Added
TransactionBuilder
from an existing transaction (#656).SorobanDataBuilder
to prepare Soroban transactions with custom footprints, resources, etc. easier (#660).Fixed