Skip to content

Releases: leapdao/leap-core

v0.34.1

01 Aug 08:09
v0.34.1
d7fe454
Compare
Choose a tag to compare

Fixed

  • fix: serialize tx value as decimal string (#131)

v0.34.0

29 Jul 12:13
v0.34.0
854acb7
Compare
Choose a tag to compare

Added

  • Spending condition simulator helper #129
  • Add to/from/value/color getters to Transaction class #127
  • Expose to/from/value/color in Transaction.toJSON() output #127

v0.33.0

24 Jul 17:16
v0.33.0
eb3e7dc
Compare
Choose a tag to compare

Added

  • copy token data for NSTs in calcOutputs (#125)
  • consolidateUTXOs helper (#130)

Fixed

  • proper Outpoint comparison (#124)

Changed

  • Transaction.toRaw throws if outputs.length > 15 (#128)

v0.32.4

13 Jul 09:37
Compare
Choose a tag to compare

Added

  • allow partially signed transactions #122
  • add cas bitmap to validator data #117

v0.32.3

11 Jul 04:45
v0.32.3
19eab8e
Compare
Choose a tag to compare

Fixed

  • make getYoungestInputTx helper work with Ethers.js #118

v0.32.2

08 Jul 10:42
v0.32.2
bace0cf
Compare
Choose a tag to compare

Fixed

  • typedef for NST #116

v0.32.1 pre-release 0

15 Jun 11:28
v0.32.1-pr.0
80915d6
Compare
Choose a tag to compare
v0.32.1 pre-release 0 Pre-release
Pre-release

Added

  • consensus-related helpers for spending conditions #114

v0.32.0

31 May 14:18
v0.32.0
4dfe4ea
Compare
Choose a tag to compare

Changed

  • color param in getUnspent is now optional. This makes it compatible with the code prior to 0.31.0. #110

Fixed

  • fast exits with web3 provider #111
  • fast exits for colors > 0 #110

v0.31.1

23 May 13:24
v0.31.1
5b62cf4
Compare
Choose a tag to compare

Fixed

  • rectify sendSignedTransaction (#109)

v0.31.0

21 May 11:33
v0.31.0
94a2827
Compare
Choose a tag to compare

Added

  • simple client for Ethers.js #107
  • sendSignedTransaction helper handling receipts #101
  • pre-build bundle for browsers #100

Fixed

  • fast exit handler: awaiting for receipt for sendRawTransaction #101
  • getUnspent accepts 2 params, address and color #68
  • allow unsigned inputs for Spending Conditions #104

Changed

  • exception raised for txs with >15 inputs #98
  • signed inputs for Spending Conditions #99