Skip to content

Releases: indexed-finance/circuit-breaker

v1.0.0

01 May 03:07
f7461ac
Compare
Choose a tag to compare
Merge pull request #25 from indexed-finance/bundles

API Request Count Optimizations

v0.0.11-rc2

28 Mar 23:47
Compare
Choose a tag to compare
v0.0.11-rc2 Pre-release
Pre-release
update multicall tests

v0.0.11-rc1

28 Mar 07:39
ec4d2b8
Compare
Choose a tag to compare
v0.0.11-rc1 Pre-release
Pre-release
  • Write a shared package for triggering circuit breaks
  • Remove unused code, and refactor to use my updated blockchain interface from go-defi
  • Updates go-ethereum dependency

v0.0.10

27 Mar 23:50
d289f3f
Compare
Choose a tag to compare
  • 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.

v0.0.10-rc5

27 Mar 21:58
Compare
Choose a tag to compare
v0.0.10-rc5 Pre-release
Pre-release
move controller address fetch outside of loop to reduce api counts

v0.0.10-rc4

25 Mar 19:41
Compare
Choose a tag to compare
v0.0.10-rc4 Pre-release
Pre-release
fix excessive infura calls by only querying circuit breaker when needed

v0.0.10-rc3

24 Mar 01:39
Compare
Choose a tag to compare
v0.0.10-rc3 Pre-release
Pre-release
lowercase the name when fetching spot price break percentages

v0.0.10-rc2

24 Mar 01:17
Compare
Choose a tag to compare
v0.0.10-rc2 Pre-release
Pre-release
log configured break percentages

v0.0.10-rc1

24 Mar 00:10
Compare
Choose a tag to compare
v0.0.10-rc1 Pre-release
Pre-release
log absolute change, and break percentage when circuit is tripped

v0.0.9

23 Mar 23:19
26e4fc0
Compare
Choose a tag to compare
  • route public swap disabling through circuit breaker contract