Skip to content

Latest commit

 

History

History
96 lines (53 loc) · 1.78 KB

CHANGELOG.md

File metadata and controls

96 lines (53 loc) · 1.78 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.15.0]

  • Migrate Sandbox related code to ink_sandbox crate.

[Unreleased]

[0.14.0]

  • Bump ink to 5.0.0 and cargo-contract to 4.0.0

  • Rework Sandbox API to better support custom Runtime

[0.13.0]

  • Bump ink, cargo-contract, frame- and sp- crates.

[0.12.1]

Added

  • Support dry running contract interactions

[0.12.0]

Changed

  • Hide macros behind dedicated macros (default) feature flag
  • Hide contract bundles behind session feature flag

[0.11.1]

Added

  • Respect features for the contract dependencies when building contracts via drink macros

[0.11.0]

Changed

Changed

[0.10.0]

Changed

  • Update toolchain to 1.74.0
  • Support [email protected]
  • Update contract-* crates to 4.0.0-rc.2

[0.9.0]

Changed

  • Rework Sandbox API to ease working with custom runtimes

[0.8.7]

Changed

  • Migrate examples back to [email protected]
  • Downgrade contract-* crates from 4.0.0-rc.1 to 3.2.0
  • Bumped toolchain to 1.74.0

Fixed

  • Compilation issues due to the breaking changes in contract-build dependency

[0.8.6] [YANKED]

Added

  • Accessing events emitted by contracts
  • #[drink::test] creates and adds a session: Session argument to the test function

[0.8.5] [YANKED]

Changed

[0.8.4]

Added

  • NO_SALT, NO_ENDOWMENT contstants added