github stellar/js-stellar-sdk v12.0.0-rc.1

latest releases: v15.1.0, v15.0.1, v14.6.1...
pre-release2 years ago

v12.0.0-rc.1: Protocol 21 Release Candidate

Breaking Changes

  • This update supports Protocol 21. It is an additive change to the protocol so there are no true backwards incompatibilities, but your software may break if you encounter new unexpected fields from this Protocol (#949).

Fixed

  • Each item in the GetEventsResponse.events list will now have a txHash item corresponding to the transaction hash that triggered a particular event (#939).
  • ContractClient now properly handles methods that take no arguments by making MethodOptions the only parameter, bringing it inline with the types generated by Soroban CLI's soroban contract bindings typescript (#940).
  • ContractClient now allows publicKey to be undefined (#941).
  • SentTransaction will only pass allowHttp if (and only if) its corresponding AssembledTransaction#options config allowed it (#952).

New Contributors

Full Changelog: v11.3.0...v12.0.0-rc.1

Don't miss a new js-stellar-sdk release

NewReleases is sending notifications on new releases.