github 0xPolygonHermez/zkevm-node v0.1.1

latest releases: v0.7.3, v0.7.3-RC1, v0.7.2...
pre-release15 months ago

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)

Don't miss a new zkevm-node release

NewReleases is sending notifications on new releases.