Releases: Magport/Magnet
Magnet-v0.7.1
This release contains the changes from v0.7.0 to v0.7.1.
Update:
- Add Multisig and Proxy pallet.
- Add the function of customizing the distribution ratio of each account in liquidation.
- Fixed the bug that caused the status to be invalid when supporting Async Back in core on-demand.
Magnet-v0.7.0
This release contains the changes from v0.6.0 to v0.7.0.
Update:
- Add Move pallet and support MVM.
- Support Async Backing.
- Optimize coretime order performance.
Magnet-v0.6.0
This release contains the changes from v0.5.3 to v0.6.0.
Update:
1.Upgrade to Polkadot-SDK-v1.7.0 version.
2.Removed the binding relationship before transfer tokens between Substrate Account and EVM Account.
3.Gas cost is only calculated in ondemand mode.
Magnet-v0.5.3
This release contains the changes from v0.4.1 to v0.5.3.
Add:
WASM Contract.
Update:
1.Upgrade to Polkadot-SDK-v1.5.0 version.
1.Remove rococo runtime dependencies.
2.Optimize goverance.
3.Upgrade the profit distribution for Polkadot Treasury,Magnet can profit distributed to Polkadot Treasury via XCM.
Magnet-v0.4.1
This release contains the changes from v0.3.1 to v0.4.1.
Add:
OpenGov(Gov2) function.
Fix bug:
1.The parachain actively places orders after receiving the xcm event.
2.Remove the unwrap code in the gas_cost method
3.When the relaychain transfer to magnet through xcm, magnet not get fee.
4.Fee accuracy adjustment
5.Do not place an order when there are no new transactions in the transaction pool.
Magnet-v0.3.1
Merge pull request #25 from toints/main Feat: add Liquidate & Profit distribution