omni / poa-bridge

POA <-> Ethereum bridge for self transfers of POA native token to POA20 (ERC20 representation). Not supported. Use TokenBridge instead
https://github.com/poanetwork/token-bridge
GNU General Public License v3.0
79 stars 38 forks source link

[Crash] bridge cannot process 2k txs #99

Closed rstormsf closed 6 years ago

rstormsf commented 6 years ago
  1. Deploy contracts (Home: sokol https://sokol.poa.network, Foreign: https://kovan.infura.io/mew)
  2. Don't run the bridge yet
  3. send 2k txs
  4. start the bridge
INFO:bridge::bridge::withdraw_confirm: submitting 1285 signatures
ERROR:bridge: ERROR CONTEXT: withdraw_relay
ERROR:bridge: ERROR CONTEXT: fetching messages and signatures from foreign
ERROR:bridge: Bridge crashed with Request communication timeout timed out
Request communication timeout timed out
RROR:bridge: ERROR CONTEXT: deposit_relay
ERROR:bridge: ERROR CONTEXT: relaying deposit to foreign
ERROR:bridge: Bridge crashed with Request communication timeout timed out
Request communication timeout timed out
yrashk commented 6 years ago

Fixed in #100