Skip to content

Releases: QED-it/asset_transfers_dev_guide

Version 1.6.1

03 Nov 10:05
Compare
Choose a tag to compare

Features

  • Now generating Python SDK in addition to Go and JavaScript (#602)
  • Alpha version of Notifications (#593)
  • The get_tasks endpoint now returns tasks of all statuses if not explicitly filtered (#588)

Fixes

  • Added Sender Id to Confirmation Task (#610)
  • Eliminated inconsistent Task state (#609)
  • Updated Go crypto library dependency (#594)
  • Added unit-tests against double-spending (#592)
  • Resolved bug where get_tasks returned no results if no filter was applied to task types (#588)

Version 1.6.0

02 Oct 06:32
Compare
Choose a tag to compare

Features

  • Confirmations for Transfers (#573)
  • String asset ID and namespaces (#555)
  • P2P Messenger (#558)

Fixes

  • Better API documentation (#565)

V1.5.1

04 Sep 09:28
Compare
Choose a tag to compare
  • Better API documentation
  • Allow filtering of network activity by txHash
  • New API endpoint: get blockchain sync status
  • Verify issue and rule before submitting to blockchain
  • Batch process blocks (in NexLedger blockchain)
  • Secure (cryptographically guaranteed) sender ID
  • Report task status as success only after verification and state update

V1.5.0

01 Sep 14:18
Compare
Choose a tag to compare
  • Sync wallets when importing (#503)
  • Support auditor wallet async import with blockchain sync (#538)
  • Syncing delete wallet and import wallet actions (#527)
  • Adding state to task status in get_task_status and get_tasks endpoints (#537)
  • Improved funding implementation for NexLedger connector (#535)
  • Improved task logging (#529)
  • Report tx_hash from transactions instead of tasks (#526)
  • Looping note selection mechanism to select smaller notes when possible (#523)
  • Structured logging (#522)
  • Checking validity of outgoing note before broadcast (#507)
  • Configurable sleep retry interval for blockchain listener (#511)

V1.4.1

15 Jul 18:35
Compare
Choose a tag to compare
v1.4.1

feat: automatic push to dev_guide from CI [tag=v1.4.1]

Version 1.4.0

13 Jun 17:37
Compare
Choose a tag to compare

Task Listing:

  • New endpoint get_tasks
  • Lists all tasks and their current statuses

Sender ID:

  • ID is defined by Wallet public key
  • Attached to all transfers and issues, and integral part of rules
  • Verified by receiver
  • Returned in get_wallet_activity endpoint

New Auditor view enabled by two new endpoints:

  • export_auditor_access_wallet
  • import_auditor_access_wallet
  • An auditor wallet allows access to all endpoints that do not write anything to the blockchain
  • The wallet in particular does not allow transfers, issuance or rule creation

Version 1.3.0

23 May 15:28
Compare
Choose a tag to compare
  • New /wallet/get_activity endpoint (replaces /analytics/get_transactions)
  • New /analytics/get_network_activity endpoint (replaces /analytics/get_blocks)
  • New /health endpoint
  • Renamed "wallet_label" to "wallet_id" across endpoints