Skip to content

v0.35.0

Compare
Choose a tag to compare
@troggy troggy released this 29 Aug 06:01
· 32 commits to master since this release
v0.35.0
33e4431

Added

  • new RPC helper getPeriodDataByBlockHeight added to both ExtendedWeb3 and LeapEthers #134
    Signature as follows:
    getPeriodByBlockHeight(blockHeight: number): Promise<PeriodData>

Fixed

  • correct sighash structure for PeriodVote tx (#132)

Changed

  • helpers.getProof fetches CAS data automatically #134
  • deprecate helpers.calcInputs. Use Tx.calcInputs instead #135
  • deprecate helpers.calcOutputs . Use Tx.calcOutputs instead #135
  • deprecate helpers.periodBlockRange . Use Period. periodBlockRange instead #135
  • deprecate helpers.consolidateUTXOs. Use Tx.consolidateUTXOs instead #135

Breaking Changes

BREAKING CHANGE: helpers.getProof method signature no longer supports passing in slotId and validatorAddress #134