Releases: 0xPolygon/zkevm-bridge-service
Releases · 0xPolygon/zkevm-bridge-service
v0.6.2
What's Changed
- Fix prometheus metrics by @polskikh in #832
- fix metric panic by @ARR552 in #849
- Fix/claim tx man refactor by @ARR552 in #858
- update docker images by @ARR552 in #860
- ctx refactor by @ARR552 in #864
- Feature/limit track deposits by @ARR552 in #865
- Fix/mutex+query opt by @ARR552 in #866
New Contributors
Full Changelog: v0.6.1...v0.6.2
v0.6.1
v0.6.0
What's Changed
- Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.18.0 to 2.19.1 by @dependabot in #621
- Bump github.com/urfave/cli/v2 from 2.26.0 to 2.27.2 by @dependabot in #620
- Bump github.com/spf13/viper from 1.17.0 to 1.18.2 by @dependabot in #619
- Bump golang.org/x/crypto from 0.22.0 to 0.23.0 by @dependabot in #628
- Bump google.golang.org/protobuf from 1.34.0 to 1.34.1 by @dependabot in #627
- Bump go.uber.org/zap from 1.26.0 to 1.27.0 by @dependabot in #629
- Cherrypick/until v0.5.0 rc7 by @ARR552 in #634
- Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.19.1 to 2.20.0 by @dependabot in #633
- Bump github.com/0xPolygonHermez/zkevm-node from 0.5.0-RC18 to 0.6.8-RC8 by @dependabot in #626
- fix chain ID (#636) by @ARR552 in #637
- feature: regression tests automatic CI check by @rebelArtists in #635
- Feature/cdk263 test bridge real network by @joanestebanr in #644
- Adding initial for deb packages by @djpolygon in #647
- Add e2e test for Bridge Messages by @joanestebanr in #650
- Added Polygon R&D Discord Link by @johnsoncarl in #653
- Feat: Create a new end-point to request a mk-proof by GlobalExitRoot by @joanestebanr in #657
- Cherrypick/#665 #663 by @ARR552 in #666
- Bump github.com/0xPolygonHermez/zkevm-node from 0.6.8-RC8 to 0.7.3 by @dependabot in #661
- Bump github.com/spf13/viper from 1.18.2 to 1.19.0 by @dependabot in #640
- Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.20.0 to 2.22.0 by @dependabot in #668
- Cherrypick/until v0.5.0 rc11 by @ARR552 in #671
- cherrypick v0.5.0-RC12 (#675) by @ARR552 in #677
- Bump golang.org/x/crypto from 0.24.0 to 0.27.0 by @dependabot in #676
- Bump github.com/rubenv/sql-migrate from 1.6.1 to 1.7.0 by @dependabot in #674
- Bump github.com/urfave/cli/v2 from 2.27.2 to 2.27.4 by @dependabot in #673
- Bump google.golang.org/grpc from 1.64.1 to 1.66.0 by @dependabot in #672
- Feature/modifications external autoclaim by @ARR552 in #682
- Bump google.golang.org/grpc from 1.66.0 to 1.66.2 by @dependabot in #680
- Bump github.com/iden3/go-iden3-crypto from 0.0.16 to 0.0.17 by @dependabot in #679
- Feature/#684 external autoclaim service by @ARR552 in #686
- add autoclaim service to the docker by @ARR552 in #687
- Bump google.golang.org/grpc from 1.66.2 to 1.67.0 by @dependabot in #685
- Fix types to avoid overflows and too large chainID error by @ARR552 in #697
- Fix/#701 bridge endpoint by @ARR552 in #702
- Feature/#713 autoclaim l2deposits by @ARR552 in #714
- fix globalIndex by @ARR552 in #719
- primary key modified by @ARR552 in #721
- #725 sovereign chains support by @ARR552 in #728
- Feature/#725 remove ger sovereign chain by @ARR552 in #730
- Config param renamed by @ARR552 in #738
- fix panic. Now, the claimTxManager waits until L1 sync has finished by @ARR552 in #745
- fix log by @ARR552 in #749
- Bridge version exposed in api by @ARR552 in #751
- Feature/#752 metrics by @ARR552 in #753
- Remove HashParent and timestamp by @ARR552 in #758
- ProofV2 endpoint by @ARR552 in #763
- Feature/#764 remove zkevm node dependency by @ARR552 in #765
- Feature/#755 force sync chunk by @ARR552 in #756
- Feature/#767 check by @ARR552 in #768
- data race fix by @ARR552 in #776
- fix test by @ARR552 in #778
- Feature/#783 new sovereign chain events by @ARR552 in #784
- check for L2 networkID 0 by @ARR552 in #786
- fix returned error by @ARR552 in #788
- Feature/#798 refactor by @ARR552 in #800
- Postgres inside the bridge service container by @ARR552 in #797
- rollback mt.count by @ARR552 in #807
- go1.24 by @ARR552 in #808
- fix dataRace by @ARR552 in #824
- remove old sovereign events by @ARR552 in #828
Full Changelog: v0.5.0...v0.6.0
v0.6.0-RC16
rollback mt.count (#807) * rollback mt.count * minor refactor
v0.6.0-RC15
Postgres inside the bridge service container (#797) * Postgres inside the bridge service container * install ca-certificates
v0.6.0-RC14
Feature/#783 new sovereign chain events (#784) * remove unused context * Add new sovereign chain events
v0.6.0-RC13
data race fix (#776) * data race fix * linter
v0.6.0-RC12
Feature/#755 force sync chunk (#756) * ForceSyncChunk * Unit test using ForceSyncChunk * fix * fix unit test + linter * ForceL2SyncChunk * linter
v0.6.0-RC11
Feature/#764 remove zkevm node dependency (#765) * zkevm-node dependency removed * update geth to v1.15.5 * update go version to 1.23 * lint * gha linter fix * fix unit test * linter
v0.6.0-RC10
Feature/#752 metrics (#753) * Etherman metrics * synchronizer metrics * prometheus package + config * reorg metrics * WrappedToken metric * API metrics * deposit counter and claim index * lastBlockSyned and pending deposits to claim * open metric's port * linter * change metrics port to 8090 * Deposit and claim amount instead of deposit counter and claim index