Skip to content

Releases: 0xPolygon/zkevm-ethtx-manager

v0.1.5

28 May 09:21
5e1c219
Compare
Choose a tag to compare
  • Improve wait for receipt generation
  • Get safe and finalized block numbers instead of waiting a number of blocks to update the tx status
  • Change "Consolidated" status to "Safe"

v0.1.4

23 May 08:03
v0.1.4
de59b1d
Compare
Choose a tag to compare

Add error data for estimate gas calls

v0.1.3

06 May 08:55
9b73f0b
Compare
Choose a tag to compare

Add gasOffset to Add function

v0.1.1

03 May 08:11
0fd1c4d
Compare
Choose a tag to compare
  • Add config parameter to enable reading pending txs from L1 pool (disabled by default)
  • Add method to remove all transactions from storage

v0.1.0

15 Mar 07:45
v0.1.0
e27581a
Compare
Choose a tag to compare

v0.1.0

  • Add function now allows adding a blob transaction.

v0.0.12

27 Feb 14:24
6a126bc
Compare
Choose a tag to compare
  • Improve nonce handling

v0.0.11

14 Feb 08:56
e490186
Compare
Choose a tag to compare
  • Add parameter to wait for receipt to be generated
  • Change some logs level

v0.0.10

09 Feb 09:33
31ee80b
Compare
Choose a tag to compare
  • Fix config
  • Improve test

v0.0.9

09 Feb 08:26
c424fc6
Compare
Choose a tag to compare
  • Added new state for transactions: Consolidated.
  • Config modified to add the number of l1 confirmation blocks for the consolidated state.
  • From parameter removed from the configuration.
  • Fix bug regarding file persistence.

v0.0.8

07 Feb 11:06
64b5aad
Compare
Choose a tag to compare
  • Add log config to config struct.