Skip to content

Releases: 0xPolygonHermez/zkevm-synchronizer-l1

v1.0.6

15 Nov 09:09
d289356
Compare
Choose a tag to compare
  • Add support to empty l1infotree: If it's require the leaves of a empty tree, returns 0 leaves

v1.0.5

24 Oct 18:48
4cbc189
Compare
Choose a tag to compare

What's Changed

v1.0.2

01 Oct 16:46
d7b6583
Compare
Choose a tag to compare
  • fix: #119, fails if there are multiple sequencedBatch in same bock because a SQL have wrong order by (#120)
  • feat: add check to DB configuration (#118)
  • fix: downgrade migrations sql lite, remove scheme prefix from tables names (#117)

v1.0.1

18 Sep 08:54
0edf280
Compare
Choose a tag to compare
  • Fix sequence tstamp for Banana #113
  • Add LastExecution on DB #114

v1.0.0

10 Sep 07:54
63382bc
Compare
Choose a tag to compare
  • Fix: avoid requests empty block range (#102)
  • Add SQLITE dabatase support #106
  • New config parameters for choose Database
    Choose sqlite database:
[SQLDB]
	DriverName = "sqlite3"
	DataSource = "file:/tmp/sync_db.sqlite"

Choose legay postgres database:

[SQLDB]
	DriverName = "postgres"
	DataSource = "postgres://test_user:test_password@localhost:5436/sync?pool_max_conns=10"

DataSource have next format: postgres://<user>:<pass>@<host>:<port>/<dbname>?pool_max_conns=%d

v0.7.0

28 Aug 14:53
f5f9036
Compare
Choose a tag to compare
  • Add support to event UpdateL1InfoTreeV2: basically is a sanity check for L1InfoTree
  • Add support to event RollbackBatches:
  • Add new sanity check for adding sequences (must be contigous)
  • Refactor etherman: move types to another folder to be able to do mock and prevent import cycle error
  • Add a RPC end-point for testing purpose. It's only active with execution tag debug

v0.6.6

21 Aug 12:40
9995ab1
Compare
Choose a tag to compare
  • Add support for Banana fork(12). #98
  • Add a rate-limit to DAC server requests. #95
  • If appears an unknown event instead of warning is a info

v0.6.3

26 Jul 09:10
d063a6e
Compare
Choose a tag to compare
v0.6.3 Pre-release
Pre-release

-Fix panic if there are no blocks on L1 yet

v0.6.2

11 Jul 07:52
1b5122f
Compare
Choose a tag to compare
  • #83. Support forkid 11

v0.5.4

11 Jun 08:10
c2cdfef
Compare
Choose a tag to compare

Bug fixing:

  • Synchronization interface ignore param on Sync function and always stop after reach a synced state #71
  • The event UpdateEtrogSequence must be processed (this affect to mainnet and cardona networks) #70