v0.4.0
What's Changed
- Update release tag in source README example by @bitzoic in #56
- Bump standards to forc v0.50 by @bitzoic in #58
- Add missing clause to vault standard deposit function by @SwayStar123 in #57
- Remove duplicate adjustment of total_supply in SRC6 examples by @SwayStar123 in #61
- Add Vault Examples to Workspace by @bitzoic in #63
- Update README.md typo by @SwayStar123 in #64
- Src11 security information standard by @SwayStar123 in #55
- Add allowance for additional sections in SRC2 standard by @SwayStar123 in #65
- Remove workspace by @bitzoic in #72
- Hotfix: Add payable attribute to SRC3 burn function by @bitzoic in #75
- Bump to forc v0.52.1 by @bitzoic in #74
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