Skip to content

Releases: leapdao/leap-provider

v1.2.0 - Better getColors

12 Sep 11:34
v1.2.0
a3ef083
Compare
Choose a tag to compare

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

03 Sep 16:07
v1.1.1
5a41201
Compare
Choose a tag to compare

Fixed

  • getColors should accept two optional params #5

v1.1.0 - Absorbing LeapEthers

02 Sep 14:48
v1.1.0
4d43b10
Compare
Choose a tag to compare

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)

Changed

  • sendTransaction now also works for raw hex data or Promise of raw hex data #3

v1.0.0 - Basic version

29 Jul 12:16
8ea799f
Compare
Choose a tag to compare

Added

  • sendTransaction working with LeapTransaction objects #1