Releases: axieinfinity/bridge-core
Releases · axieinfinity/bridge-core
v0.1.3
What's Changed
- chore: add mapstructure tag to all bridge config by @DNK90 in #39
- feat: support events with the same topic from different contracts by @minh-bq in #38
- chore(deps): bump github.com/btcsuite/btcd from 0.20.1-beta to 0.23.2 by @dependabot in #40
- chore(deps): bump google.golang.org/grpc from 1.48.0 to 1.56.3 by @dependabot in #42
- chore(deps): bump golang.org/x/net from 0.9.0 to 0.17.0 by @dependabot in #41
- chore: apply context to bridge controller by @DNK90 in #43
New Contributors
- @dependabot made their first contribution in #40
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- Allow preconfigured abi within subscription by @DNK90 in #18
- Fix/filter logs with multiple topics by @DNK90 in #19
- fix: duplicate processing jobs by @DNK90 in #22
- feat: separate pool and worker into struct to make them reusable by @DNK90 in #23
- Updated readme by @ssscrom in #21
- Close worker if jobchan is closed by @DNK90 in #24
- feat: Implement retryable job via timer by @DNK90 in #25
- fix: close all pool channels first when closing pool to prevent data continuously sent to them by @DNK90 in #26
- refactor: add voter interface by @linh-1 in #27
- optimize pool performance by @DNK90 in #28
- refactor: allow to set config by @linh-1 in #30
- fix: retrying jobs are not saved to db when pool is closing by @DNK90 in #31
- Prevent panic when send to worker channel by @DNK90 in #32
- chore: wait for all workers close and jobchan is empty by @DNK90 in #33
- fix: try to process all jobs before shutdown by @datnguyencse in #34
- feat: add support for legacy bridge operator key by @minh-bq in #35
- feat: allow to bump the gas limit higher than returned from estimate gas by @minh-bq in #36
New Contributors
- @linh-1 made their first contribution in #27
- @datnguyencse made their first contribution in #34
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- Support multiple signing methods by @minh-bq in #1
- fix: dedup when listened jobs are duplicated by @DNK90 in #2
- Bugfix/metrics by @ssscrom in #3
- Fixed an issue where histograms was not initialized by @ssscrom in #4
- Added flag to turn on / off prometheus by @ssscrom in #5
- Now every collectors will be initialized with default label by @ssscrom in #6
- Fixed invalid names which contains slash character by @ssscrom in #7
- Updated default value of PUSH_JOB by @ssscrom in #8
- Now metrics's interaction methods will return error by @ssscrom in #9
- Now Pusher will be initialized when application is initializing by @ssscrom in #10
- Fixed an issue where ProcessingJobMetric doesnt work as expected by @ssscrom in #11
- Feature/breaker by @ssscrom in #12
- Feature/improve pending jobs by @ssscrom in #13
- Hot fix by reverting the changes by @ssscrom in #14
- Removed cleaner by @ssscrom in #15
New Contributors
- @minh-bq made their first contribution in #1
- @DNK90 made their first contribution in #2
- @ssscrom made their first contribution in #3
Full Changelog: v0.0.1...v0.1.1
v0.0.1
Full Changelog: https://github.com/axieinfinity/bridge-core/commits/v0.0.1