Skip to content

v0.1.2

Compare
Choose a tag to compare
@DNK90 DNK90 released this 06 Aug 08:45
· 6 commits to master since this release
8258b81

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

Full Changelog: v0.1.1...v0.1.2