Skip to content

Releases: zenlinkpro/Zenlink-DEX-Module

v0.5.0

02 Nov 03:13
Compare
Choose a tag to compare

Depend Polakdot-v0.9.29.
Generic AssetId for Zenlink-Protocol pallet.

zenlink protocol v0.4.4

03 Aug 04:16
Compare
Choose a tag to compare
  • Update dependencies to polkadot-v0.9.8
  • Add ExportZenlink trait
  • Add k-value checks for the prorocol fee

zenlink protocol v0.4.3

02 Jul 09:01
Compare
Choose a tag to compare
  • 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

31 May 09:01
Compare
Choose a tag to compare
  • 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

21 May 03:19
Compare
Choose a tag to compare

Changes

  • Fix add_liquidity
  • Add more events for swap module
  • Update to latest cumulus polkadot-v0.9.1

zenlink protocol v0.4.0

19 May 02:50
Compare
Choose a tag to compare

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 and Foreign asset processing, which can adapt 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

07 Apr 11:48
Compare
Choose a tag to compare
Pre-release
  • 统一资产界面(nativec currency, zenlink lp-token, other assets)
  • 集成ZenlinkProtocol时兼容多个Transactor
  • 复用官方xcm-handler
  • 白名单中增加最小金额,拦截低于每个parachain的ExistentialDeposit转帐交易
  • 增加force_transfer flag(高级选项,默认false。在跨链资产转移的语境下,白名单是一种弱保护。设置为true时,跳过白名单检查, 灵活发出xcm消息,但无法保证在目标链上执行成功。)

zenlink protocol v0.2.3

03 Apr 02:22
Compare
Choose a tag to compare
Bump Zenlink Protocol v0.2.3

zenlink protocol v0.2.2

22 Mar 02:21
be250e3
Compare
Choose a tag to compare
Update README.md

zenlink protocol v0.2.1

17 Mar 11:31
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/zenlinkpro/zenlink-protoc…

…ol-module