Skip to content

v0.1.0-beta.0

Compare
Choose a tag to compare
@TarikGul TarikGul released this 16 Jun 18:50
· 126 commits to main since this release
1053490

Stable Beta is here!

  • Add AssetsTransferApi.fetchFeeInfo
  • Add AssetsTransferApi.registry which exposes a bunch of useful functionality now. Check out the following PR #183
  • Implement paysWithFeeOrigin as an option for AssetsTransferApi.createTransferTransaction
  • Fix type issues for SystemToPara
  • Add examples
  • Update polkadot-js deps
  • More verbose errors for when multiple identical assets symbols exists in the same registry.
  • Fix ascending order for multiple multi assets for SystemToPara.
  • Export types at top level.
  • Add dest, and origin to TxResult<T>.
  • Update fetchFeeInfo to take in call, and payload types.

NOTE - The API is considered stable for the following direction:

  • RelayToPara
  • RelayToSystem
  • SystemToRelay
  • SystemToPara