Releases: leapdao/leap-core
Releases · leapdao/leap-core
v0.34.1
Fixed
- fix: serialize tx value as decimal string (#131)
v0.34.0
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
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
Added
- allow partially signed transactions #122
- add cas bitmap to validator data #117
v0.32.3
Fixed
- make
getYoungestInputTx
helper work with Ethers.js #118
v0.32.1 pre-release 0
Added
- consensus-related helpers for spending conditions #114
v0.32.0
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
Fixed
- rectify sendSignedTransaction (#109)
v0.31.0
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