Skip to content
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

For completeness, update XDR reference to the latest commit #715

Merged
merged 1 commit into from
Dec 5, 2023

Conversation

Shaptic
Copy link
Contributor

@Shaptic Shaptic commented Dec 5, 2023

There are no material changes.

@Shaptic Shaptic merged commit c40fef8 into stable Dec 5, 2023
4 checks passed
@Shaptic Shaptic deleted the final-xdr-bump branch December 5, 2023 17:24
Copy link

github-actions bot commented Dec 5, 2023

Size Change: 0 B

Total Size: 3.19 MB

ℹ️ View Unchanged
Filename Size
dist/stellar-base.js 2.34 MB
dist/stellar-base.min.js 849 kB

compressed-size-action

Shaptic added a commit that referenced this pull request Dec 5, 2023
…#710)

* Upgrade XDR to the final, stable testnet version. (#704, #715)

XDR has been upgraded to the latest stable version. This is mostly renames, but
it includes the following relevant breaking changes:
  - `Operation.bumpFootprintExpiration` is now `extendFootprintTtl` and its
  `ledgersToExpire` field is now named `extendTo`, but it serves the same
  purpose. - `xdr.ContractExecutable.contractExecutableToken` is now
  `contractExecutableStellarAsset` - `xdr.SorobanTransactionData.refundableFee`
  is now `resourceFee` - In turn, `SorobanDataBuilder.setRefundableFee` is now
  `setResourceFee` - This new fee encompasses the entirety of the
  Soroban-related resource fees. Note that this is distinct from the
  "network-inclusion" fee that you would set on your transaction (i.e.
  `TransactionBuilder(..., { fee: ... })`). - In TypeScript, the
  `Operation.BumpFootprintExpiration` is now `Operation.ExtendFootprintTtl`

Commit: stellar/stellar-xdr @ bb54e50

* Add helpful abstractions for common invocation types. (#703)
* Drop incorrect key entry for contract footprint (#709)
* Republish package under @stellar/ scope (#714)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant