Releases: sadoprotocol/sado-api
Releases · sadoprotocol/sado-api
v0.7.5
Fix
- Add support for unisat message signing
v0.7.4
Fix
- Revert change to worker collection name
v0.7.3
Fix
- Include orderbooks in ipfs upload
v0.7.1
Feature
- Add
instant
support to order creation.
v0.7.0
Refactor
- Order and Offer fees object on creation has been replaced with
satsPerByte
.
Note
This is a breaking change from prior versions as fees
object on CreateOrder and CreateOffer no longer exists.
v0.6.12
Fix
- Update bech32 regex in bitcoin utilities to not match on bech32m (taproot) addresses.
- Clean up signable psbt method.
- Update taproot utilities.
v0.6.11
Chore
- Add address type check when creating signable PSBT
- Add input builder to conditionally add tapInternalKey for taproot orders
v0.6.10
Chore
- Use shared api functionality
v0.6.9
Devops
- Update node version in release workflow