Skip to content

v6.0.0

Latest
Compare
Choose a tag to compare
@troggy troggy released this 15 Feb 04:45
· 6 commits to master since this release
v6.0.0
bec9886

Added

  • log MinGasPrice and Validator* events (#383)
  • support Node.js 12+ (#396)

Changed

  • (validator): submit only quorum of CAS signatures. E.g. for 4 validator setup the quorum is 3, so only 3 signatures will be included in CAS even if all 4 validators voted (#389)
  • (state): start root chain sync from the last app state, not from genesis. This way we avoid attempt to relay txs for the old events multiple times, plus speed up the startup (#392)

Fixed

  • (validator) replay period submissions and restore period proposals on node restart (#403)
  • (consensus): should not skip deposits of NFT with zero value (#399)
  • (consensus): cannot include multiple epoch length tx in a same block (#407)
  • (state): relay events from Bridge just once (#406)
  • (validator): period vote checks should account for slot gaps. E.g. for slot list like [0, 1, null, 3] it should figure out the number of slots is 3, even though the epochLength is still 4 (#388)
  • (validator): heartbeat service is not submitting txs (#412)
  • (consensus): allow to have many deposits in mempool (#411)
  • handle failing calls to sendTransaction (#385)
  • plasma_getState should return only whitelisted attributes (#408)
  • fix tendermint download for some x32 platforms (#401)