Releases: leapdao/leap-provider
Releases · leapdao/leap-provider
v1.2.0 - Better getColors
Changed
- BREAKING CHANGE:
getColors()
RPC helper now returns all the colors instead of only erc20 (#6)
Added
getColors
RPC helper now supports ERC721 and ERC1948 (#6):// erc20 + erc721 + erc1948 plasma.getColors() // erc721 plasma.getColors('erc20') // erc721 plasma.getColors('erc721') // erc1948 plasma.getColors('erc1948')
Accompanies [email protected]
v1.1.1
v1.1.0 - Absorbing LeapEthers
Added
- Moved all the helpers from LeapEthers #3
- four flavours of
getUnspent
. One-stop shop for all your UTXO needs. You can query utxos by token address instead of color now (should be supported by the network). See docs getColor(tokenAddress)
getColors
status
getConfig
getValidatorInfo
checkSpendingCondition(tx)
getPeriodByBlockHeight(blockHeightOrTag)
- four flavours of
Changed
sendTransaction
now also works for raw hex data or Promise of raw hex data #3
v1.0.0 - Basic version
Added
sendTransaction
working with LeapTransaction objects #1