Skip to content

Releases: 0xPolygonHermez/zkevm-bridge-service

v0.6.0-RC1

26 Sep 10:06
002f436
Compare
Choose a tag to compare
v0.6.0-RC1 Pre-release
Pre-release
Bump google.golang.org/grpc from 1.66.2 to 1.67.0 (#685)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.66.2 to 1.67.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.66.2...v1.67.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.5.0

19 Sep 10:43
8b7867f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.2...v0.5.0

v0.4.2

06 Mar 12:35
Compare
Choose a tag to compare

Compatible versions:

Node v0.7.3

ChangeLog:

  • Fix claim from anothers rollup on L1 (#596)
  • Log version of bridge (#593)

v0.4.1

23 Feb 16:19
Compare
Choose a tag to compare

Compatible versions:

Node v0.6.0

ChangeLog:

  • Compatibility with multiples rollups (#588)

v0.4.0

27 Jan 15:44
1c2f086
Compare
Choose a tag to compare

Compatible versions:

Node v0.5.8

ChangeLog:

new docker image versions (#526, #578)
Update libraries (#527, #528)
Remove deposit counter from mt.root table (#531)
Fix migration (#549)
Support new LxLy smart contracts (#546)
Support new etrog smart contracts + compatibility with the node in new fork (#556)
v1tov2 scenario to test(#573, #576)
fix + minor refactor (#577)

v0.3.1

21 Nov 08:07
Compare
Choose a tag to compare

Compatible versions:

Changelog:

v0.3.0

17 Nov 15:15
7d3d3bb
Compare
Choose a tag to compare

Compatible versions:

Changelog:

[ClaimTxManager]
AuthorizedClaimMessageAddresses = ["0x90F79bf6EB2c4f870365E785982E1f101E93b906"]
  • Remove blockid reference in db table monitored_txs (#524)

v0.2.0

21 Jul 15:30
42812f0
Compare
Choose a tag to compare

Compatible versions:

Changelog:

  • Updated libraries (#458 [#457])(#457) #456 #453 #452 #451 #448 #447 #444 #443 #442 #439 #436 #435 #434 #426 #427
  • Removed unused config param L1ChainID (#470)
  • Fixed L1 sync when claimTxManager is disabled (#468)
  • Increased suggested gasPrice by the zkevm node ten times(#466)
  • Removed unused config param MaticTokenAddress (#464)
  • Published documentation to explain how to fund local L2 account (#455)
  • Fixed logs (#449)
  • Reverted ‘Retry’, if error is different at execution, to avoid problems during gas estimation (#446)
  • Removed config param PolygonZkEVMAddress (#437)
  • Fixed revert check and max retry mechanism (#472). This requires new config parameters:

[ClaimTxManager]:
RetryInterval = "1s"
RetryNumber = 10

v0.1.0

26 May 13:44
74b2905
Compare
Choose a tag to compare

Compatible versions:

Changelog:

  • Ignore deposit if fails during the gas estimation (#424)
  • Allow UpdateL2DepositsStatus function to handle multiple networks (#422)
  • Set up of automatic versioning when the binary is generated (#421)
  • Enabling Claim Tx manager optional (#419). You can enable/disable the autoClaim feature in the following new config parameter in the toml config file:

[ClaimTxManager]
Enabled = true

  • Predefined networks: overriding the values provided in the toml config file (#417)
  • The following smc config parameters has been renamed in the toml config file (#415):

[NetworkConfig]
PoEAddr -> PolygonZkEVMAddress
BridgeAddr -> PolygonBridgeAddress
GlobalExitRootManAddr -> PolygonZkEVMGlobalExitRootAddress
MaticAddr -> MaticTokenAddress
L2BridgeAddrs -> L2PolygonBridgeAddresses