This repository has been archived by the owner on Jul 12, 2022. It is now read-only.
Releases: dashevo/js-dash-sdk
Releases · dashevo/js-dash-sdk
Dash SDK v3.19.2
Bug Fixes
- add some handler for metadata error (#216)
Dash SDK v3.19.1
Bug Fixes
- invalid testnet DPNS contract id (#214)
Dash SDK v3.19.0
Features
- add
verifyInstantLock
to state repository (#193) - Chain Asset Lock proof (#203)
- update to new getStatus endpoint (#205)
- remove fake Instant Asset Locks proofs (#198)
BREAKING CHANGES
- Fallbacks for Instant Asset lock proofs are removed. SDK is not compatible with local network created with mn-bootstrap v0.18
- See DPP breaking changes
- See Wallet lib breaking changes
Dash SDK v3.18.2
Bug Fixes
- transaction.isCoinbase is not a function and other fixes from wallet-lib 7.18.1 (#236)
Dash SDK v3.19.0-dev.2
chore: bump version to 3.19.0-dev.2 (#208)
Dash SDK v3.19.0-dev.1
chore: bump version to 3.19.0-dev.1 (#194)
Dash SDK v3.18.1
Features
- handle wallet async errors (#190)
Dash SDK v3.18.0
Features
- make identity derivation DIP-13 compatible (#188)
- use
waitForStateTransitionResult
endpoint for ST ack (#180)
Bug Fixes
- ensure name search uses lowercase label (#183)
BREAKING CHANGES
- Identities registered in versions prior to that one won't sync, as identities are now using hardened derivation and derived from the wallet, not from the account. This change is made to make JS SDK compatible with Android and iOS apps and DIP 13.
Dash SDK v3.18.0-dev.3
chore: bump version to 3.18.0-dev.3
Dash SDK v3.18.0-dev.2
chore: bump version to 3.18.0-dev.2 (#187)