Releases: 0xPolygonHermez/zkevm-node
Releases · 0xPolygonHermez/zkevm-node
v0.0.3-RC8
Changelog
- eb303ec sequencer fixes (#1724)
- ab52541 fix mining reverted txs (#1712)
- c584e5d fix pool add tx (#1721)
- 63ecbec new public data (#1719)
- 5250736 build(deps): bump github.com/prometheus/common from 0.40.0 to 0.41.0 (#1716)
- 883b7e7 build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#1713)
v0.0.3-RC7
Changelog
- e84542c get nonce from state (#1710)
- bb57855 build(deps): bump github.com/rubenv/sql-migrate (#1694)
- 8a422b7 build(deps): bump github.com/urfave/cli/v2 from 2.24.3 to 2.24.4 (#1670)
- ac64dbd build(deps): bump github.com/prometheus/common from 0.39.0 to 0.40.0 (#1679)
- 8ffdfb7 build(deps): bump github.com/jackc/pgx/v4 from 4.18.0 to 4.18.1 (#1709)
v0.0.3-RC6
Changelog
- 30c78ec [Aggregator] Do not return in case of final proof error (#1691)
- 83b4998 build(deps): bump github.com/spf13/afero from 1.9.3 to 1.9.4 (#1693)
- 21a0859 fix mock prover (#1708)
- 18093de Merge pull request #1707 from 0xPolygonHermez/feature/claims-txs-with-priority
- 8b3ce02 fix pool pre-execution nonce (#1704)
- 99ade28 Merge pull request #1698 from 0xPolygonHermez/improve/sequencer-adding-logs-to-worker
- 5d53d92 allow forcing gas in eth tx manager (#1706)
- 989ef2c improve: adding check for claims in Worker to have efficiency=MaxFloat64 to make the prioritized.
- 9a9e06b Merge branch 'develop' into improve/sequencer-adding-logs-to-worker
- 7ea3e76 Merge pull request #1696 from 0xPolygonHermez/bugfix/delete-invalid-txs-from-pool
- 39aaf4e approve command with wei (#1703)
- 4f9154c Intrinsic gas too low (#1687)
- 3460dd4 fix final proof encoding (#1700)
- 3fbdde9 New Sequencer Strategy (#1692)
- 32571ad bugfix: adding deletion of invalid txs from pool db in the finalizer.
- c16b85a improve: adding logging to Worker