Skip to content

v0.9.2

Compare
Choose a tag to compare
@rkalis rkalis released this 01 Nov 10:37
· 220 commits to master since this release

CashScript SDK

  • 🐛 Fix bug where UTXOs would be needlessly retrieved from the network during build() calls.
  • 🐛 Fix off-by-one fee calculation error with transactions that have many outputs.
  • 🐛 Fix bug where no error was thrown when invalid NFT commitment or token category were provided.
  • 🛠️ Export all interfaces from CashScript's interfaces.ts.
  • 🛠️ Merge duplicate code between Transaction.ts and TransactionBuilder.ts