Skip to content

Releases: sadoprotocol/sado-api

v0.6.8

05 Jul 06:13
Compare
Choose a tag to compare

Features

  • Add AddOrderbook method for adding new addresses to monitor.

Devops

  • Release against new server.

v0.6.7

04 Jul 13:58
Compare
Choose a tag to compare

Features

  • Add configurable api token to execute orderbook rebuild requests.
  • Remove dynamic resolver when fetching orderbooks.

For now orderbook observing is limited to manually added orderbook addresses to reduce abuse of the worker processes until we have a more robust solution in place. Contact the sado team if you want an address added to the sado-api.

v0.6.6

04 Jul 07:21
Compare
Choose a tag to compare

Hotfix

  • Add pubkey to ipfs order

v0.6.5

04 Jul 07:12
Compare
Choose a tag to compare

Bugfixes

  • Fixes signature validation via new psbt.toJSON for input and signed states.
  • Adds pubkey handling to order creation.

v0.6.4

03 Jul 08:00
5c52243
Compare
Choose a tag to compare

Hotfix

  • Fix file rename bug.

v0.6.3

03 Jul 07:55
Compare
Choose a tag to compare

Chores

  • Update method names.
  • Remove redundant methods.

v0.6.2

28 Jun 01:20
Compare
Choose a tag to compare

v0.6.1

27 Jun 12:54
Compare
Choose a tag to compare

Features

  • Add initial offer functionality
    • Request to create offer PSBT for ordinal transfer.
    • Request to create order on IPFS and offer PSBT to register with orderbooks/maker.
  • Update functionality against new IPFS service.

v0.6.0

15 Jun 07:52
Compare
Choose a tag to compare

Features

  • Add create order functionality.
  • Add SDK support.
  • Minor tweaks to order flows.

v0.5.18

08 Jun 03:30
Compare
Choose a tag to compare

Chores

  • Run resolver tasks in parallel with promise.all and p-limit.
  • Run worker tasks in parallel with promise.all and p-limit.

Notes

This release is mainly for performance updates to worker resolution of orderbooks. Additional incomplete features that is in this release will be documented in a future releases.