Skip to content

v13.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Shaptic Shaptic released this 27 Sep 18:30
faaa561

v13.0.0-beta.1: Protocol 22

This is the first release that supports Protocol 22. While the network has not upgraded yet, you can start integrating the new features into your codebase if you want a head start. Keep in mind that while the binary XDR is backwards-compatible, the naming and layout of structures is not. In other words, this build will continue to work on Protocol 21, but you may have to update code that references XDR directly.

Breaking Changes

  • XDR definitions have been upgraded to Protocol 22 (#769, #774).

Added

  • You can create contracts with constructors via a new, optional parameter of Operation.createCustomContract, constructorArgs: xdr.ScVal[] (#770).

Full Changelog: v12.1.1...v13.0.0-beta.1