Skip to content

Releases: MinaFoundation/mina-fungible-token

v1.1.0

13 Dec 15:54
v1.1.0
Compare
Choose a tag to compare

What's Changed

  • Revert unnecessary signature "fix" by @mitschabaude in #108
  • Additions to the docs by @kantp in #109
  • Upgrade to work with o1js version 2.1.0 by @kantp in #110
  • Allow updating the verification key (requiring a signature from the admin) by @kantp in #113

Full Changelog: v1.0.0...v1.1.0

v1.0.0

26 Aug 09:16
4e8ee3c
Compare
Choose a tag to compare

What's Changed

  • pass --enable-source-maps flag to task script node command usage by @harrysolovay in #51
  • Update o1js to 1.1.0 by @kantp in #53
  • Move checking permissions for administrative actions to an external contract. by @kantp in #52
  • Enable proofs in tests by @kantp in #54
  • Implement concurrent minting/burning by @kantp in #55
  • Allow pausing transfers. by @kantp in #57
  • Prevent account permissions for receive and access from being changed by @kantp in #58
  • Fix concurrent transfer by @mitschabaude in #60
  • Update README, remove FungibleTokenLike interface by @kantp in #62
  • Fix the end to end and escrow examples by @kantp in #63
  • Remove Test Util by @harrysolovay in #65
  • Update documentation, and minor changes from rfc review by @kantp in #64
  • Change events as per audit. by @kantp in #70
  • Reduce some code duplication. by @kantp in #84
  • Pause tokens by default during deployment by @kantp in #85
  • Prevent flash minting of tokens by @kantp in #86
  • Emit events for all transfers by @kantp in #88
  • Use an account for tracking the total circulation. by @kantp in #91
  • Update CODEOWNERS by @kantp in #93
  • Best practices and recommendations from audit by @kantp in #92
  • Add a check for circulating supply address to transfer() by @kantp in #96
  • Expect specific error messages in tests. by @kantp in #97
  • Document current limitations of the token design. by @kantp in #98
  • Set permissions to set permissions on circulation account to impossible by @kantp in #101
  • Address centralisation risk in docs; prevent upgrading contract by @kantp in #99
  • Update docs workflow by @kantp in #103
  • refactor tests by @mitschabaude in #105
  • Setting version to 1.0.0 by @kantp in #106
  • Regenerate package-lock.json by @kantp in #107
  • Example: TokenEscrow deployed to the token account by @dfstio in #104

New Contributors

Full Changelog: v0.1.0...v1.0.0

v0.1.0

16 Apr 11:42
3f3f2b6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0-beta.3...v0.1.0

v0.1.0-beta.3

05 Apr 16:08
a0e6992
Compare
Choose a tag to compare
v0.1.0-beta.3 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.0-beta.2...v0.1.0-beta.3

v0.1.0-beta.2

02 Apr 16:47
be57714
Compare
Choose a tag to compare
v0.1.0-beta.2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.0-beta.1...v0.1.0-beta.2

v0.1.0-beta.1

29 Mar 21:17
a9540cf
Compare
Choose a tag to compare