Skip to content

v0.1.1

Compare
Choose a tag to compare
@int-bot int-bot released this 01 Jun 12:44
· 1085 commits to develop since this release
d1b0d47

Compatible versions:

Changelog:

Version v0.1.1 is a patch-release, fixing some issues found in v0.1.0:

  • Bug fixing in forced batches processing (#2149):

    • Fixed saving L2 Blocks for Forced Batches. NewStateRoot was used as previousL2BlockStateRoot parameter of finalizer.storeProcessedTx function instead of the oldStateRoot for the first transaction
    • Fixed check of empty stateRoot. It was checking for empty string instead of zero hash
    • Fixed an error when forced batch numbers received from the channel were not in order
  • Protect DecodeTXs function from a variable overflow that could panic it (#2148)

  • Fixed custom tracers memory reading when memory is smaller than stack values (#2152)

  • Fixed custom tracers internal transaction reverts (#2152)