Skip to content

Releases: FuelLabs/sway-standards

v0.4.3

29 Apr 02:39
6f63eb7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.4.3

v0.4.2

24 Apr 02:33
a4ecbf4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.4.2

v0.4.1

16 Apr 01:41
0a6f3ba
Compare
Choose a tag to compare

What's Changed

  • Update to forc v0.53.0 and fuel-core v0.23.0 by @bitzoic in #76

Full Changelog: v0.4.0...v0.4.1

v0.4.0

12 Apr 22:37
f197f89
Compare
Choose a tag to compare

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

beta-5

25 Jan 13:46
f9d0c15
Compare
Choose a tag to compare

What's Changed

  • Update release tag in source README example by @bitzoic in #56

Full Changelog: v0.3.3...beta-5

v0.3.3

22 Jan 04:53
4198b4b
Compare
Choose a tag to compare

What's Changed

  • Formalize Asset and Coin Terminology in Standards by @bitzoic in #53
  • Bump standards to forc v0.49.1 by @bitzoic in #54

Full Changelog: v0.3.2...v0.3.3

v0.3.2

11 Jan 07:21
68fd4f5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1

10 Jan 02:36
96a223c
Compare
Choose a tag to compare

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 vault deposit() and withdraw() functions by @bitzoic in #51

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

27 Dec 15:42
718d51f
Compare
Choose a tag to compare

What's Changed

Breaking Changes

  • Imports have removed the underscore in standard import definitions. For example, use src_20::* is now use src20::* and use src_3::* is now use src3::*. The same changes should be made in the Forc.toml file.

Full Changelog: v0.2.2...v0.3.0

v0.2.2

07 Dec 07:00
6989cf8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2