Skip to content

4.1.0-pre.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@austinabell austinabell released this 30 Aug 16:10
· 173 commits to master since this release

Added

  • Enabled ABI embedding in contract through __abi-embed feature and cargo-near. PR 893
  • Added schemars::JsonSchema implementations for NFT contract standard types to enable ABI generation. PR 904

Changed

  • Stabilized store::Lazy and store::LazyOption types and updated their debug implementations. PR 897 PR 888