Releases: sadoprotocol/ordit-sdk
Releases · sadoprotocol/ordit-sdk
v0.0.32
What’s Changed
- refactor(sdk)!: extend generateRefundableUTXOs fn @iamcrazycoder (#34)
- fix(sdk)!: add missing address type to input generator @iamcrazycoder (#33)
- feat(sdk): encode inscription
meta
values @iamcrazycoder (#32)
Please check the individual PRs to know more about the breaking changes.
v0.0.31
What’s Changed
- refactor(sdk)!: dynamic fee calculation and improvements @iamcrazycoder (#30)
BREAKING
- Arguments for
Ordit.signPsbt
fn has been updated - Default values for
pubKeyType
argument ofgenerateBuyerPsbt
fn removed - Unnecessary
try..catch
blocks removed. - Empty
catch
block in atry..catch
. Thesetry..catch
blocks were entirely removed to prevent error suppression. Though this is a good change for better visibility and troubleshooting, some processes might break because errors will no longer be suppressed.
Refactor & Fix
- Replaced hardcoded values for fee calculation w/ dynamic calculation
- Hard limit of max 1000 sats removed for refundable utxo consideration. Any UTXO > 600 sats can be used as a refundable UTXO now
- Updated buyer PSBT generation flow to take only unused UTXOs into account
enableRBF
option exposed increatePsbt
fn as opposed to enabling it by-default- Added
finalize
option to Unisat signPsbt fn such that unfinalized+signed PSBTs can be created for instant-buy-sell flow
v0.0.30
v0.0.29
What’s Changed
- feat(sdk): migrate utxo-api API calls to v2 @iamcrazycoder (#28)
This release also includes minor bug fixes and improvements.
v0.0.28
v0.0.27
v0.0.26
v0.0.25
What’s Changed
- chore(workspace): pnpm workspaces for local testing @jordankzf (#26)
- feat(psbt): allow custom fee rate in
createPsbt
@jordankzf (#27)
v0.0.24
What’s Changed
- Remove unnecessary
try..catch
block
v0.0.23
What’s Changed
- feature(collections): make traits optional for OIP-1 @thedoublejay (#25)
- updated
traits
toany
data-type