polyswarm / relay

Sidechain relay for PolySwarm, the first decentralized threat intelligence market.
https://polyswarm.io
GNU General Public License v3.0
2 stars 1 forks source link

Add queue of transactions for forced (re)checks of transaction hashes #57

Closed Rizato closed 5 years ago

Rizato commented 5 years ago

Is your feature request related to a problem? Please describe. Right now, our missed_transfer lookback works on transactions we missed in the last 1000 blocks. Great during a short outage, but a long outage will have much older transactions

Describe the solution you'd like Add a way to manually add a transaction we know has a transfer that was not approved

Describe alternatives you've considered Manually doing it. I now have a script to do it, but it is not pleasant to get setup

Additional context Related #24

Rizato commented 5 years ago

Instead of Redis go with an http endpoint and handle it from there Per meeting today