v13.0.0-beta.1
Pre-release
Pre-release
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
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