Ed Noepel
Ed Noepel
This will be complicated for `flop` auctions, as 0.2.12 introduces the opportunity of resurrecting a `flop` auction which completed with no bids.
The `filter not found` error usually indicates the node doesn't support eth filtering (for example, Infura's HTTP endpoints don't support this). Since you're running your own node, this doesn't seem...
You can reduce load by using the `--bid-only` parameter. As long as other participants are biting vaults, you'll be able to bid on them.
Is this still a valid use case? If so, I'd like to document it in the README. Also, if so, is there a way to simulate a chain reorg on...
What type of notification mechanism is desired/appropriate? RocketChat DM? SMS?
The amount of debt is always changing, though it can be queried with single block (13.4 second) granularity. Is there a specific place where this causes a problem?
How should versioning be handled? To my knowledge, SCD and Oasis isn't publicly versioned in a compatible manner. MCD has a version, but this library will likely be updated more...
> Any plans to include this in master? Why is blocking it? This would be a breaking change for keepers which depend on this library. I'm unsure which Core Unit...
This is painfully apparent when working on a local testchain. My use case was integration testing `auction-keeper`. Workaround is to run a script which records a meaningless transaction (wrapping 1ETH)...
`pyexchange` has some serious unit test deficiencies. I assume the cost of implementing tests (which properly recreate relevant exchange contracts and sidechain) outweighs the benefits of improving code coverage.