Skip to content

v0.0.10

Compare
Choose a tag to compare
@bonedaddy bonedaddy released this 27 Mar 23:50
· 25 commits to master since this release
d289f3f
  • adds a fix for excessive infura api calls in the block listener loop. previously i added a change to derive the circuit breaker contract address by retrieving the controller address from the pool, and from the controller address retrieving the circuit breaker address. this happens every single block listener loop which caused a massive amount of infura requests. the change to this was only performing this workflow when we actually need to break a circuit.
  • adds some additional logging for break percentage calculations incase of future issues to make debugging easier
  • implements a fix where we were not lowercasing the pool name in the config file, but lowercasing it everywhere else. this lead to failing to correctly calculate the configured break percentages for a pool.