HAQQ v1.9.3-rc1 Upgrade
⚠️ Upgrade notice: only for testedge2
Ethic module
This release introduces the Ethiq module, a new core protocol component enabling a burn-to-mint mechanism for HAQQ ecosystem tokens. The module allows users to mint ecosystem tokens by burning ISLM, creating a transparent and fair distribution model for new assets in the HAQQ ecosystem.
The Ethic module also introduces support for the Burn & Mint Waitlist mechanism. The waitlist is collected via a smart contract and available through the official interface:
https://shell.haqq.network/waitlist
In this RC1 release, the waitlist data from the TestEdge2 contract has been committed to the repository for testing and validation purposes.
Integration of the mainnet waitlist dataset will be included in the final v1.9.3 mainnet release.
More details about the Burn & Mint mechanism:
https://www.haqq.network/blog/burn-mint-waitlist-fair-and-early-access-to-mint-haqq-by-burning-islm
Features
- Ethiq Module
-
- Introduces the Ethiq module enabling ecosystem token issuance via ISLM burn.
-
- Adds support for the Burn & Mint Waitlist mechanism.
-
- Includes TestEdge2 waitlist dataset committed from the contract for testing purposes.
- EVM Precompiles
-
- Ethiq Precompile
-
- UCDAO Precompile
-
- Liquid Vesting Precompile
- Migrated UC DAO module accounts to escrow accounts.
Changelog
- (#400) Added new Ethiq module.
- Testedge2 waitlist data from contract (waitlist.go)
- (#401) Migrate from module account to escrow accounts in UC DAO module.
- Introduces Ethiq Precompile exposing all features of corresponding module.
- Introduces UCDAO Precompile exposing
ConvertToHaqq,TransferOwnership,TransferOwnershipWithAmountmethods of corresponding module. - Introduces Ethiq Precompile exposing all features of corresponding module.
- Introduces liquid vesting precompile
- Update swagger
- Minor changes and code improvements.