Skip to content

v0.4.0

Compare
Choose a tag to compare
@bitzoic bitzoic released this 12 Apr 22:37
· 108 commits to master since this release
f197f89

What's Changed

Breaking Changes

  • All imports have changed from multiple imports to a single imports using the following:
standards = { git = "https://github.com/FuelLabs/sway-standards", tag = "v0.1.0" }

From there your desired standard may be imported:

use standards::src20::SRC20;
  • The SRC3’s burn() function now requires the #[payable] attribute

Full Changelog: v0.3.3...v0.4.0