v0.35.0
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
. UseTx.calcInputs
instead #135 - deprecate
helpers.calcOutputs
. UseTx.calcOutputs
instead #135 - deprecate
helpers.periodBlockRange
. UsePeriod. periodBlockRange
instead #135 - deprecate
helpers.consolidateUTXOs
. UseTx.consolidateUTXOs
instead #135
Breaking Changes
BREAKING CHANGE: helpers.getProof
method signature no longer supports passing in slotId and validatorAddress #134