Skip to content

Latest commit

 

History

History
41 lines (35 loc) · 3.32 KB

CHANGELOG.md

File metadata and controls

41 lines (35 loc) · 3.32 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • #150 Add a retry mechanism to the initial_sync api
  • #148 Add caching to the getMetadata interface that takes up too much bandwidth
  • #139 Add sdk node example
  • #133 Restore pruning and add UTXO consolidation && add Api estimateTransferPostsCount && add Api consolidateTransferSend
  • #131 Add synced ledger count api
  • #128 Add total ledger count
  • #127 Add ledger sync progress
  • #126 Add Reproduce extra balance example && Update SDK example && && Update extension example
  • #119 Add HttpProvider && Fix private-transfer.lfs file download failure in Manta Wallet && Fix the error that the download failed on Ledger api
  • #118 Add pruning function && Fix initial sync bug && Refactor walletIsBusy logic && Add get transactionDatas from posts
  • #115 Add the reading and writing of JsValue related to authorization_context && Add sync SBT function, without Merkle tree && getZkAddress and toPrivate do not need load_accounts, only authorization_context is required
  • #114 Refactor SDK logic && Add build SBT posts method, and getIdentityProof && Add docs and examples on how to connect Manta Wallet && Add how to use SDK docs and examples
  • #108 Added initial sync method.
  • #105 Save while syncing.
  • #85 Key-dependent signer function APIs.
  • #71 Update to dense pull ledger diff
  • #51 Update to MantaPay v1

Changed

  • #124 Upgrade manta-rs dependencies to v0.5.15.
  • #103 Update manta-rs to v0.5.12.
  • #102 Include sink accounts in ToPublic. Removes assetIdToUInt8Array function as it encodes values < 255 incorrectly, now changed to use polkadot.js utility function.
  • #88 Update API wording to be consistent with company-wide language.

Deprecated

  • #125 Disable pruning feature.

Removed

Fixed

  • #150 Fixes a bug which was causing prune not to work on trees initialized by initial_sync.
  • #136 Asset selection fix
  • #129 Signer bug fix.

Security