Skip to content

Release v0.4.1

Compare
Choose a tag to compare
@owodunni owodunni released this 25 Nov 05:38
· 121 commits to master since this release

[0.4.1] - 2020-11-24

Added

  • Add PoolUpdater action for updating pools
  • Add Prometheus client for exporting performance metrics

Changed

  • ActionTree now runs actions async.
  • Optimize Contracts using async await.
  • Optimize PoolFinder using async await.

Removed

  • Remove circuit breaker, trust retry on the request lib to keep us from failing.