Skip to content

v0.37.0

Compare
Choose a tag to compare
@troggy troggy released this 02 Nov 14:26
· 17 commits to master since this release
v0.37.0
c2c30fb

Added

  • new transaction type EPOCH_LENGTH_V2 (15). Requires epochLength:number and blockHeight:number. Needed to keep transactions unique. #155

Changed

  • Tx.epochLength factory method now requires extra blockHeight:number param. To create a legacy epoch length transaction use Tx.epochLengthV1 (discouraged though) #155

BREAKING CHANGES

  • Tx.epochLength factory method now requires extra blockHeight:number param. To create a legacy epoch length transaction use Tx.epochLengthV1 (discouraged though) #155