Skip to content

v1.0.0

Compare
Choose a tag to compare
@Shaptic Shaptic released this 08 Dec 00:35
· 2 commits to main since this release
cbf1542

Warning: This library is no longer being maintained, in favor of the @stellar/stellar-sdk package. Please read the migration guide for how to upgrade to that package. Future changes will only be made there.

v1.0.0: Protocol 20, Soroban!

This is the stable Protocol 20 release. The following is a list of changes since the previous beta:

Breaking Changes

  • See the new deprecation warning at the top of this document and in the README.
  • XDR has been upgraded to the latest stellar-base release, supporting the current stable XDR for Protocol 20 (#167).

Fixed

  • The Server.getEvents method now correctly parses responses without a contractId field set: the events[i].contractId field on an event will be omitted if there was no ID in the event (e.g. for system events; (#172)).
  • The Server.getEvents() method will correctly parse the event value as an xdr.ScVal rather than an xdr.DiagnosticEvent (#172).
  • The Server.getEvents() method will correctly set startLedger to be a number rather than a string (#174).

Full Changelog: v0.11.2...v1.0.0