polyswarm / arbiter

DEPRECATED - PLEASE USE https://github.com/polyswarm/polyswarm-client
MIT License
1 stars 0 forks source link

Should use websocket route and not talk to eth directly #2

Closed myhndl closed 6 years ago

myhndl commented 6 years ago

Currently arbiter polls /bounties/pending in a loop with a time.sleep(1) at the end, should use the websocket event route instead similar to microengine This will remove the need to set up web3 and get the block number as well. Only component that should need to talk to the eth client directly is polyswarmd.

myhndl commented 6 years ago

Blocks Hive because it will trigger a hang in PD.