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

Relay doesn't set gasPrice to 0 on sidechain #33

Closed Rizato closed 5 years ago

Rizato commented 5 years ago

Describe the bug Stage sidechain relay is running out of eth because it uses gas for transactions

To Reproduce Steps to reproduce the behavior:

  1. Start a relay on stage, watch the transaction never complete

Expected behavior It should complete transfers

Additional context https://github.com/polyswarm/polyswarmd/blob/2695c24654b2ef72dc4f0879a702cd682d664b07/src/polyswarmd/eth.py#L114

Rizato commented 5 years ago

https://github.com/polyswarm/relay/blob/master/src/relay.rs#L19