Skip to content

Releases: sadoprotocol/sado-api

v0.5.7

22 May 06:04
Compare
Choose a tag to compare

Validation

  • Use correct input index for expected order utxo position of an offer.
  • Ensure that the order utxo is not signed. (order utxo should be signed by maker as part of final signing and network relay)

v0.5.6

22 May 04:17
Compare
Choose a tag to compare

Validation

  • Check that the order location txid:vout is in the n0 vin position of the PSBT

Chore

  • Add partial starting implementation of decoding tools to the API methods.

v0.5.5

18 May 12:52
Compare
Choose a tag to compare

Fix

  • Revert to non pruned lookups.
    • Fixes issues with missing ordinals and inscriptions.

v0.5.4

18 May 12:35
Compare
Choose a tag to compare

Features

  • Inputs on Offer PSBT is not being verified. (Checks for cases where a pending transaction has been invalidated)
  • Introduced getPrunedTransaction to lookup which asks for the leanest version of a transaction for faster network requests.

v0.5.3

18 May 07:52
Compare
Choose a tag to compare

Fix

  • Remove src folder from deployment server before deploying updated files.

v0.5.2 encountered a release issue where refactor efforts wasn't removed in the deployment updates. This cause an import issue which crashes the production instance. This update essentially deletes the src folder before executing a new build to ensure the new deployment is free of straggling artifacts.

May have to keep an eye on dist on subsequent restructure releases to ensure new src builds generates clean builds.

v0.5.2

18 May 07:31
Compare
Choose a tag to compare

Features

  • Add transaction fee to the offer object return by API.
    • Value is undefined if it cannot be calculated.
    • Currently only supported PSBT offers.

Chore

  • Minor refactoring as part of new feature updates.

v0.5.1

17 May 14:37
Compare
Choose a tag to compare

Features

  • Removed status check on notification loop. (Hopefully lets latest notifications through)
  • Added GetOrders method.
    • Retrieves all orders stored on IPFS under the given orderbook address.
    • Provides status filter to narrow down result.
  • Added GetOffers method.
    • Retrieves all offers stored on IPFS under the given orderbook address.
    • Provides status filter to narrow down result.

v0.5.0

17 May 13:22
Compare
Choose a tag to compare

Features

  • Replace express with fastify for increase performance.
  • Add JSON-RPC 2.0 standard and convert all endpoints to use this standard.
    • This is in preparation for the SADO SDK standardization.
    • Legacy /get stays intact until SADO SDK is ready and replaced in pre RPC marketplaces.

v0.4.12

17 May 07:38
Compare
Choose a tag to compare

Typo

  • Minor type fix in slack notification for new offers

v0.4.11

17 May 07:36
Compare
Choose a tag to compare

Features

  • Add slack notifications for incoming offers on mainnet.

Chores

  • Minor cleanup for offer validation code.