Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@kantp kantp released this 26 Aug 09:16
· 13 commits to main since this release
4e8ee3c

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