Releases: FuelLabs/sway-standards
Releases · FuelLabs/sway-standards
v0.4.3
What's Changed
- fix: Broken links by @calldelegation in #81
- Bump to forc v0.56.0 and fuel-core v0.24.2 by @bitzoic in #83
Full Changelog: v0.4.2...v0.4.3
v0.4.2
v0.4.1
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
beta-5
v0.3.3
v0.3.2
v0.3.1
What's Changed
- docs: Removing tags in readme until fix by @calldelegation in #50
- Add missing standards, organize standards, and update links in source README by @bitzoic in #48
- hotfix: Add
#[payable]
attribute to vaultdeposit()
andwithdraw()
functions by @bitzoic in #51
New Contributors
- @calldelegation made their first contribution in #50
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Vault standard with subvaults by @SwayStar123 in #28
- Vault standard; SRC-6 by @SwayStar123 in #24
- Fix typo in SRC9 header by @bitzoic in #46
- Reorg Standards Folders and Imports by @bitzoic in #47
Breaking Changes
- Imports have removed the underscore in standard import definitions. For example,
use src_20::*
is nowuse src20::*
anduse src_3::*
is nowuse src3::*
. The same changes should be made in the Forc.toml file.
Full Changelog: v0.2.2...v0.3.0
v0.2.2
What's Changed
- Update README.md by @SwayStar123 in #43
- Bump to forc v0.48.1 by @bitzoic in #44
Full Changelog: v0.2.1...v0.2.2