v1.0.0
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 acontractId
field set: theevents[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 anxdr.ScVal
rather than anxdr.DiagnosticEvent
(#172). - The
Server.getEvents()
method will correctly setstartLedger
to be a number rather than a string (#174).
Full Changelog: v0.11.2...v1.0.0