Releases: AcalaNetwork/Acala
Releases · AcalaNetwork/Acala
0.5.1
Acala Mandala TC4
Docker image: acala/acala-node:0.5.0
0.4.3
Mandala Testnet TC3
Mandala Test TC3
Docker image: acala/acala-node:0.4.2
Feature
- add Homa protocol to release the liquidity of DOT and issue LDOT (in simulation phase)
- implement liquidity incentive for DEX
- add LDOT as available collateral
- use offchain worker to handle necessary operations after emergency shutdown
- add benchmark and inspect subcommands into cli
Bug fix
Dependency
- upgrade substrate to alpha.6
- update orml
Other
- refactor token flows amoung modules
- optimize debit and surplus pools
0.3.4
0.3.2
0.3.1
Mandala TC2
- Add airdrop module to record giveaways in Mandala Testnet (#120)
- First version of liquidator implemented with offchain worker (#111)
- Update Substrate to commit 41bb2193a267805e2093a081bc3e2aaccc64283a (#123)
- Update storage hasher to allow iterate both storage key and values (#123)
- Emit events on internal transfer (ORML#97)
- Make oracle feed value transactions free (ORML#86)
- Various bug fixes