Skip to content

Releases: FuelLabs/sway-standards

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

v0.2.1

22 Nov 07:42
c2b9491
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

10 Nov 09:51
29cb3a4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.2.0

v0.1.2

02 Oct 09:10
a3744aa
Compare
Choose a tag to compare

What's Changed

  • Change SRC-20 Example Return Type to Option by @bitzoic in #19
  • Fix typos, grammar, and add a better example by @bitzoic in #22
  • Update to use forc v0.46.0 by @bitzoic in #23
  • SRC-7; Arbitrary Asset Metadata Standard by @bitzoic in #20

Full Changelog: v0.1.1...v0.1.2

v0.1.1

31 Aug 11:41
5a85090
Compare
Choose a tag to compare

What's Changed

  • SRC-2 Change "Panic" to "Revert" terminology by @bitzoic in #12
  • Update SRC-5 Ownership standard file to meet SRC-2 Inline Docs Standard by @bitzoic in #15
  • Bump standards to forc v0.44 by @bitzoic in #14
  • SRC-5: Update example typo by @K1-R1 in #17
  • SRC-20 Token Standard by @bitzoic in #13
  • SRC-3 Mint and Burn Standard by @bitzoic in #16

New Contributors

  • @K1-R1 made their first contribution in #17

Full Changelog: v0.1.0...v0.1.1