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

Bridge should send withdrawal transactions in bulk #64

Closed rstormsf closed 6 years ago

rstormsf commented 6 years ago

Currently there is huge delay for withdrawal, the bridge only sends 1 tx per block. It's unacceptable performance

1000 tx = 1000 blocks = 1000 * 5 sec = 5000 sec to process . = 83.33333 minutes.

akolotov commented 6 years ago

@yrashk if the issue was addressed in full manner with #66 let's close this issue

yrashk commented 6 years ago

Resolved in #100