Releases: CosmosContracts/tokenfactory-contracts
Releases · CosmosContracts/tokenfactory-contracts
v0.1.0
v0.0.4
What's Changed
- fix(test): Patch some minor CI by @Reecepbcups in #13
- E2E - SDK v47 (Juno v16) by @Reecepbcups in #14
- Bumped to token-bindings version v0.10.3
juno-1 code ids
Middleware code_id: 3402
Migrate code_id: 3403
uni-6 code ids
Middleware code_id: 3107
Migrate code_id: 3108
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- BurnFrom & ForceTransfer bindings usage by @Reecepbcups in #6
- GetBalance & GetAllBalances for TF denoms by @Reecepbcups in #8
- test: Adding ictest by @Reecepbcups in #7
- Add ability to create new denoms on instantiation by @NoahSaso in #9
New Contributors
Full Changelog: v0.0.2...v0.0.3
juno-1 code ids
Middleware code_id: 3379
Migrate code_id: 3380
uni-6 code ids
Middleware code_id: 3088
Migrate code_id: 3089
v0.0.2
Fixes a logic blocker where:
- Transfer admin to contract from user
- Do actions
- Withdraw admin
- Try to add admin back in, fails due to no longer being in the state (removed on transfer out)
You can now add admin back in even if its no longer in the state :)
Latest mainnet code ids on this release:
Middleware code_id: 2323
Migrate code_id: 2324
v0.0.1
Initial upload & contracts, ensuring releases work as well!
What's Changed
- Native token -> TF Token (Ex: ibc denom) by @Reecepbcups in #1
New Contributors
- @Reecepbcups made their first contribution in #1
Full Changelog: https://github.com/CosmosContracts/tokenfactory-contracts/commits/v0.0.1