Skip to content

v4.4.0 (The One with Stored Tendermint State)

Compare
Choose a tag to compare
@troggy troggy released this 19 Apr 16:46
· 112 commits to master since this release
v4.4.0
a6d42e4

Added

  • implement abci.info handshake allowing to restore state at startup after last submitted period
  • Introduce eth_sendRawTransactionBatch, for tx batch requests
  • add default consensus params, doesn't change current behaviour

Changed

  • Transaction broadcasting is now async, in bursts, each ~1000ms.

Removed

  • TxServer from lotion

Fixed

  • fromBlock comes as string for the very first fetchEvents round screwing the batch size #243 , #248