Skip to content

Latest commit

 

History

History
980 lines (459 loc) · 34.5 KB

CHANGELOG.md

File metadata and controls

980 lines (459 loc) · 34.5 KB

2.0.0 (2023-09-20)

BREAKING CHANGES

  • support only esm

  • ci: workaround for one dep

  • chore: update workflow

  • chore: update packages

  • chore: update engine node to 16

  • chore: update types package

  • chore(release): 2.0.0-rc.1 [skip ci]

2.0.0-rc.1 (2023-06-19)

Features

  • complete refactoring of sdk (49bedd8)

BREAKING CHANGES

  • support only esm

  • ci: update workflow to extract peer deps

  • chore: update package.json

  • fix: update withdraw methods

  • chore(release): 2.0.0-rc.2 [skip ci]

2.0.0-rc.2 (2023-06-20)

Bug Fixes

  • update withdraw methods (4d4e599)

  • fix: get assetinfo hex problem

  • ci: use parachain-launch too from main repo

  • ci: fix parachain launch config.yml directory

  • fix: typo in get invested pool

  • chore(release): 2.0.0-rc.3 [skip ci]

2.0.0-rc.3 (2023-06-20)

Bug Fixes

  • get assetinfo hex problem (81607ad)

  • typo in get invested pool (9283999)

  • fix: change weight limit for withdraw to number or Unlimited

  • chore(release): 2.0.0-rc.4 [skip ci]

2.0.0-rc.4 (2023-06-21)

Bug Fixes

  • change weight limit for withdraw to number or Unlimited (1fff8c5)

  • ci: update workflow

  • chore: create release file

  • chore: update migration guide wip

  • chore: update migration guide

  • chore: update readme

  • feat: add new rpc methods

  • chore: update metadata types to latest rc

  • chore: add tests

  • chore(release): 2.0.0-rc.5 [skip ci]

2.0.0-rc.5 (2023-06-27)

Features

  • add new rpc methods (87f9557)

  • feat: add implementation for withdraw from mangata to moonriver

  • chore(release): 2.0.0-rc.6 [skip ci]

2.0.0-rc.6 (2023-06-27)

Features

  • add implementation for withdraw from mangata to moonriver (26e63b7)

  • chore: build

  • fix: init api promise

fix: rename file to withdrawToMoonriver

  • chore(release): 2.0.0-rc.7 [skip ci]

2.0.0-rc.7 (2023-06-29)

Bug Fixes

  • init api promise (cad64d1)

  • fix: correct files in package

  • chore(release): 2.0.0-rc.8 [skip ci]

2.0.0-rc.8 (2023-06-29)

Bug Fixes

  • correct files in package (ea722b7)

  • fix: init mangata

  • chore(release): 2.0.0-rc.9 [skip ci]

2.0.0-rc.9 (2023-06-29)

Bug Fixes

  • init mangata (c3ae2f5)

  • chore: update packages

  • feat: add options for ApiPromise

feat: change TokenId type to union string or number

  • chore(release): 2.0.0-rc.10 [skip ci]

2.0.0-rc.10 (2023-07-03)

Features

  • add options for ApiPromise (2d518f8)

  • chore: build

  • feat: update code based on new types

feat: token id is now number type

  • chore(release): 2.0.0-rc.11 [skip ci]

2.0.0-rc.11 (2023-07-04)

Features

  • update code based on new types (8143512)

  • chore: build

  • chore: update packages

  • chore: update tests

  • feat: unique token id type across sdk

  • chore(release): 2.0.0-rc.12 [skip ci]

2.0.0-rc.12 (2023-07-06)

Features

  • unique token id type across sdk (62906d3)

  • chore: build

  • chore: update packages

  • chore: update tests

  • feat: remove buyasset and sellasset

  • chore(release): 2.0.0-rc.13 [skip ci]

2.0.0-rc.13 (2023-07-06)

Features

  • remove buyasset and sellasset (4318faa)

  • fix: asset info token without name and symbol

  • chore(release): 2.0.0-rc.14 [skip ci]

2.0.0-rc.14 (2023-07-09)

Bug Fixes

  • asset info token without name and symbol (c6de094)

  • chore: update readme

  • chore: update docs

  • chore: update docs

  • chore: build

  • chore: update packages

  • chore: update docs

  • fix: update types without prefix T

  • chore(release): 2.0.0-rc.15 [skip ci]

2.0.0-rc.15 (2023-07-11)

Bug Fixes

  • update types without prefix T (0143484)

  • chore: build

  • chore: update tests

  • chore: update packages

  • feat: add logger to sdk

  • chore(release): 2.0.0-rc.16 [skip ci]

2.0.0-rc.16 (2023-07-13)

Features

  • add logger to sdk (e5040f5)

  • chore: update packages

  • fix: update proofsize for withdraw

  • chore(release): 2.0.0-rc.17 [skip ci]

2.0.0-rc.17 (2023-07-14)

Bug Fixes

  • update proofsize for withdraw (fd5a2d1)

  • fix: proof size for withdraw

  • chore(release): 2.0.0-rc.18 [skip ci]

2.0.0-rc.18 (2023-07-18)

Bug Fixes

  • proof size for withdraw (766423e)

  • fix: flip balance args for getAmountOfTokensInPool

  • chore(release): 2.0.0-rc.19 [skip ci]

2.0.0-rc.19 (2023-07-26)

Bug Fixes

  • flip balance args for getAmountOfTokensInPool (e0f1532)

  • feat: add claimRewardsAll method to sdk

  • fix: use 'fast-runtime' in pre-release pipline

  • chore(release): 2.0.0-rc.20 [skip ci]

2.0.0-rc.20 (2023-08-16)

Bug Fixes

  • use 'fast-runtime' in pre-release pipline (50c2d2f)

Features

  • add claimRewardsAll method to sdk (1c8666d)

  • chore: update packages

  • chore: build

  • fix: add only one method for tx success

  • chore(release): 2.0.0-rc.21 [skip ci]

2.0.0-rc.21 (2023-08-23)

Bug Fixes

  • add only one method for tx success (084a378)

  • fix: add back two utils methods

  • chore(release): 2.0.0-rc.22 [skip ci]

2.0.0-rc.22 (2023-08-23)

Bug Fixes

  • add back two utils methods (ded9cef)

  • chore: update reference

  • fix: remove async await from root

  • chore: update reference

  • chore: build

  • chore(release): 2.0.0-rc.23 [skip ci]

2.0.0-rc.23 (2023-09-17)

Bug Fixes

  • remove async await from root (6b99ef9)

2.0.0-rc.23 (2023-09-17)

Bug Fixes

  • remove async await from root (6b99ef9)

2.0.0-rc.22 (2023-08-23)

Bug Fixes

  • add back two utils methods (ded9cef)

2.0.0-rc.21 (2023-08-23)

Bug Fixes

  • add only one method for tx success (084a378)

2.0.0-rc.20 (2023-08-16)

Bug Fixes

  • use 'fast-runtime' in pre-release pipline (50c2d2f)

Features

  • add claimRewardsAll method to sdk (1c8666d)

2.0.0-rc.19 (2023-07-26)

Bug Fixes

  • flip balance args for getAmountOfTokensInPool (e0f1532)

2.0.0-rc.18 (2023-07-18)

Bug Fixes

  • proof size for withdraw (766423e)

2.0.0-rc.17 (2023-07-14)

Bug Fixes

  • update proofsize for withdraw (fd5a2d1)

2.0.0-rc.16 (2023-07-13)

Features

2.0.0-rc.15 (2023-07-11)

Bug Fixes

  • update types without prefix T (0143484)

2.0.0-rc.14 (2023-07-09)

Bug Fixes

  • asset info token without name and symbol (c6de094)

2.0.0-rc.13 (2023-07-06)

Features

  • remove buyasset and sellasset (4318faa)

2.0.0-rc.12 (2023-07-06)

Features

  • unique token id type across sdk (62906d3)

2.0.0-rc.11 (2023-07-04)

Features

  • update code based on new types (8143512)

2.0.0-rc.10 (2023-07-03)

Features

  • add options for ApiPromise (2d518f8)

2.0.0-rc.9 (2023-06-29)

Bug Fixes

2.0.0-rc.8 (2023-06-29)

Bug Fixes

  • correct files in package (ea722b7)

2.0.0-rc.7 (2023-06-29)

Bug Fixes

2.0.0-rc.6 (2023-06-27)

Features

  • add implementation for withdraw from mangata to moonriver (26e63b7)

2.0.0-rc.5 (2023-06-27)

Features

2.0.0-rc.4 (2023-06-21)

Bug Fixes

  • change weight limit for withdraw to number or Unlimited (1fff8c5)

2.0.0-rc.3 (2023-06-20)

Bug Fixes

  • get assetinfo hex problem (81607ad)
  • typo in get invested pool (9283999)

2.0.0-rc.2 (2023-06-20)

Bug Fixes

  • update withdraw methods (4d4e599)

2.0.0-rc.1 (2023-06-19)

Features

  • complete refactoring of sdk (49bedd8)

BREAKING CHANGES

  • support only esm

1.20.1 (2023-06-12)

Bug Fixes

1.20.0 (2023-06-09)

Bug Fixes

Features

1.19.8 (2023-04-19)

Bug Fixes

  • update bifrost tokens to v2 version (1a553b0)

1.19.7 (2023-04-19)

Bug Fixes

  • update fee method for xcm to v3 (095aaf8)

1.19.6 (2023-04-18)

Bug Fixes

  • upgrade bifrost tokens xcm to v3 (e74ce7b)

1.19.5 (2023-04-17)

Bug Fixes

  • remove unnecessary logs (de81419)

1.19.4 (2023-04-11)

Bug Fixes

  • change module for mining active pool (2c7c869)

1.19.3 (2023-04-06)

Bug Fixes

1.19.2 (2023-04-05)

Bug Fixes

1.19.1 (2023-04-05)

Bug Fixes

1.19.0 (2023-04-05)

Features

  • add method fee for statemine (00eb074)

1.18.2 (2023-04-04)

Bug Fixes

  • update version for types (4f3f91d)

1.18.1 (2023-04-04)

Bug Fixes

1.18.0 (2023-04-04)

Bug Fixes

Features

1.17.2 (2023-04-04)

Bug Fixes

1.17.1 (2023-04-04)

Bug Fixes

  • update correct location for USDT and RMRK (5734a99)

1.17.0 (2023-03-27)

Features

  • add method for sending tokens from statemine (7a65c55)

1.16.1 (2023-02-23)

Bug Fixes

1.16.0 (2023-02-10)

Features

1.15.1 (2023-02-07)

Bug Fixes

  • update metadata types to latest version (fb2ce06)

1.15.0 (2023-02-07)

Bug Fixes

Features

1.14.2 (2023-02-01)

Bug Fixes

  • update sign async function when error occurs (d7e68e9)

1.14.1 (2023-01-27)

Bug Fixes

1.14.0 (2023-01-26)

Bug Fixes

Features

  • add config files (ae0b000)
  • add helper method for buy and sell asset (9a425c5)
  • wait fot tx to be included not finalized (99a3330)

1.13.1 (2023-01-25)

Bug Fixes

  • leave all invested pools (6ddd18f)

1.13.0 (2023-01-25)

Features

  • filter pool when share is zero (259155f)

1.12.0 (2023-01-20)

Features

1.11.7 (2023-01-18)

Bug Fixes

  • update location for vsKSM (e881541)

1.11.6 (2023-01-17)

Bug Fixes

  • update transfer method to use destWeightLimit (7915f97)

1.11.5 (2023-01-11)

Bug Fixes

1.11.4 (2023-01-10)

Bug Fixes

  • remove unnecessary console (9f7f681)

1.11.3 (2023-01-09)

Bug Fixes

  • weight limit argument for xTokens (fd2d620)

1.11.2 (2023-01-06)

Bug Fixes

  • update BNC chain to newest version (372a95f)

1.11.1 (2023-01-06)

Bug Fixes

1.11.0 (2023-01-05)

Features

1.10.5 (2022-12-22)

Bug Fixes

  • pool promotion rewards v2 (29d380a)

1.10.4 (2022-12-13)

Bug Fixes

1.10.0 (2022-12-08)

Bug Fixes

  • remove postfix v2 for calculate rewards amount (120ce44)
  • remove unnecessary util method (7e84da8)

Features

  • new rewards api (cf8d3d1)
  • update method for rewards (279fdc7)
  • update packages to correct versions (34687db)
  • update packages to latest versions (79a3c15)

1.9.0 (2022-11-03)

Features

  • update polkadot api to latest version (91f2775)

1.8.1 (2022-10-20)

Bug Fixes

  • update fee method correctly (30ff132)

1.8.0 (2022-10-14)

Features

1.7.5 (2022-09-30)

Bug Fixes

  • correctly update get liqudity tokens method (5075a92)

1.7.4 (2022-09-30)

Bug Fixes

  • remove KAR token from asset info for now (df60e9d)

1.7.3 (2022-09-30)

Bug Fixes

  • update polkadot api to latest version and fix kusama api error (eca87b5)

1.7.2 (2022-09-29)

Bug Fixes

  • correct api for kusama fee (44ce8f7)

1.7.1 (2022-09-29)

Bug Fixes

  • issue with create type in kusama - replace with mangata create type (5949439)

1.7.0 (2022-09-27)

Features

  • update sdk to use asset registry (e4ba7fa)

1.6.1 (2022-09-06)

Bug Fixes

  • better regex for toFixed method (3f24f61)

1.6.0 (2022-09-06)

Features

  • implement future rewards for minting (460c281)

1.5.0 (2022-08-25)

Features

1.4.0 (2022-08-14)

Features

  • setup xcm for tur token (17d05bc)

1.3.1 (2022-07-25)

Bug Fixes

1.0.11 (2022-07-22)

Bug Fixes

  • convert errorIdx to Ua8 (c5cf60e)

1.0.10 (2022-07-21)

Bug Fixes

1.0.9 (2022-07-21)

Bug Fixes

  • better error handling for extrinsic (eb12451)

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.8 (2022-06-26)

  • Internal refactoring for better performance

1.0.7 (2022-06-24)

  • fix method wait for new block using subscribe new heads
  • better handling get token balance method

1.0.6 (2022-06-19)

  • better API initialisation using async constructor patter
  • FIX: block count is set to 2 by default when calling waitForNewBlock method

1.0.5 (2022-06-17)

  • create api using ApiPromise.create() instead of new ApiPromise()

1.0.4 (2022-06-16)

  • add reconnection 5 seconds

1.0.3 (2022-06-16)

  • FIX: remove encodeAddress method from XCM functions

1.0.2 (2022-06-15)

  • FIX: subscribe for finalized blocks only

1.0.1 (2022-06-14)

  • Remove MAX SAFE INTEGER from mint liqudity method

1.0.0 (2022-06-14)

  • official release of Mangta SDK
  • docs