Skip to content

Releases: sadoprotocol/sado-api

v0.5.17

29 May 04:46
Compare
Choose a tag to compare

Features

  • Filter collections result by orderbook address.

v0.5.16

29 May 04:34
Compare
Choose a tag to compare

Hotfix

  • Circumvent indexing errors

v0.5.15

29 May 04:10
Compare
Choose a tag to compare

Hotfix

  • Ignore dupe errors on IPFS cache insertions.

v0.5.14

29 May 03:57
Compare
Choose a tag to compare

Features

  • Add collection support.

v0.5.13

26 May 07:43
Compare
Choose a tag to compare

Feature

  • Add taproot support to offer PSBT validation.

v0.5.12

24 May 15:15
Compare
Choose a tag to compare

Chore

  • Split orderbook worker from the main api instance.
  • Add initial docker setup. (This is a starting point for future deployment and hosting api as a docker service)
  • Remove redis in favor of cron jobs.
    • This allows for main api updates to affect worker code without affecting potential running resolvers.
    • Which addresses to resolve is now stored in mongodb under the worker collection.

v0.5.11

23 May 13:32
Compare
Choose a tag to compare

Chores

  • Minor incremental cleanup pass.
    • Deleted orderbook in favor of keeping request logic within the method files.
    • Moved orderbook resolver method to resolver file.
    • Moved fetch and flush to their respective methods.

v0.5.10

23 May 12:54
Compare
Choose a tag to compare

Features

  • Add parameter validation handling to methods.
    • Now incoming parameters are validated before passed into the command instead of just assuming correct type inference.
    • Types are now derived from new validation Schema.
    • Schema and Action returns propagates down to the handler context object.

v0.5.9

23 May 04:15
Compare
Choose a tag to compare

Features

  • Add total with value and price to analytics response.
  • Add value to orders and offers analytics response.

v0.5.8

22 May 11:13
Compare
Choose a tag to compare

Chore

  • Refactor method names to adhere to new sdk and cli approach.