Skip to content
This repository was archived by the owner on Apr 18, 2023. It is now read-only.

Smarter auction discovery and monitoring #4

Description

Currently auction discovery and monitoring operates as a loop which kicks in on every new block and simply enumerates all auctions from 1 to kicks. This has several drawbacks:

  • Deleted auctions are being constantly queried over and over again, which will make the keeper work really slow as the number of historical auctions grows.
  • Output from bidding models doesn't get interpreted instantly, but only with each block. This can delay our bids by several seconds.
  • ...

The plan is to replace it with a smarter mechanism, which should remember which auctions are already gone (and thus will not resurrect) and not query them constantly. At the same time any output from bidding models should get interpreted instantly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions