Releases: zenlinkpro/Zenlink-DEX-Module
Releases · zenlinkpro/Zenlink-DEX-Module
v0.5.0
zenlink protocol v0.4.4
- Update dependencies to polkadot-v0.9.8
- Add ExportZenlink trait
- Add k-value checks for the prorocol fee
zenlink protocol v0.4.3
- Update dependencies to polkadot-v0.9.5
- Remove GetExchangeFee, use static 0.3% exchange fee rate which is required for the protocol fee config
- Add protocol fee manage feature: this is refer uniswap mint_fee
- fee_admin: the admin of the protocol fee
- fee_receiver: the account whom the protocol fee send to
- fee_point: the proportion of protocol fee. it is an integer between [0,30].
0 means no protocol fee, 30 means 0.3% * 100% = 0.0030, default is 5 and means 0.3% * 1 / 6 = 0.0005.
zenlink protocol v0.4.2
- Update dependencies to polkadot-v0.9.3
- Use u32 instead of ParaId for tests
- Improve pair_account_id method
- make
get_amount_in_by_path
,get_amount_out_by_path
public
zenlink protocol v0.4.1
Changes
- Fix add_liquidity
- Add more events for swap module
- Update to latest cumulus polkadot-v0.9.1
zenlink protocol v0.4.0
Zenlink Protocol v0.4.0 Features
- Based on the
newest
XCM design - Based on
FRAMEv2
- Swap exchange fee
configurable
Compatible
Polkadot XCMP cross-chain asset processing- Zenlink Protocol registration whitelist-XCM
trust collection management
- Through Transfer-By-XCM,
assets can flow freely
between parachains - ZenlinkMultiAssets adapter comes with
LIQUIDITY
andForeign
asset processing, which canadapt to various native assets such as NATIVE/LOCAL/RESERVE
- Provide LocalAssetHandler, OtherAssetHandler and other traits to
support locally defined assets such as LOCAL and RESERVE
- Under the control of MultiAssetsHandler,
assets can swap freely
zenlink protocol v0.3.0
- 统一资产界面(nativec currency, zenlink lp-token, other assets)
- 集成ZenlinkProtocol时兼容多个Transactor
- 复用官方xcm-handler
- 白名单中增加最小金额,拦截低于每个parachain的ExistentialDeposit转帐交易
- 增加force_transfer flag(高级选项,默认false。在跨链资产转移的语境下,白名单是一种弱保护。设置为true时,跳过白名单检查, 灵活发出xcm消息,但无法保证在目标链上执行成功。)
zenlink protocol v0.2.3
Bump Zenlink Protocol v0.2.3
zenlink protocol v0.2.2
Update README.md
zenlink protocol v0.2.1
Merge branch 'master' of https://github.com/zenlinkpro/zenlink-protoc…