Skip to content

Releases: binary-star-near/usdt-gold

v0.1.1

09 Sep 16:45
Compare
Choose a tag to compare
0.1.1: Event logs `ft_mint`, `ft_burn` + API change (#14)

* 0.1.1: Event logs `ft_mint`, `ft_burn` + view API change

1. `ft_mint`, `ft_burn` logs.
2. `owner()` view method to easily view who's the owner.
3. `get_version` -> `version`
4. `mint()`, `burn()` and `destroy_black_funds()` are refactored utilizing the SDK code.
5. `signer_id`->`predecessor_id` in blacklist

`migrate` contains `ft_mint` for $1 dollar from an earlier transaction to make other tools track FT mint properly.

v0.1.0

14 Jun 13:33
972ac99
Compare
Choose a tag to compare
Add test & release workflows (#12)