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

Problem: bridge sends out transactions slowly #66

Closed yrashk closed 6 years ago

yrashk commented 6 years ago

This is because it is limiting them to one at a time per operation type. This was done so that there's no gaps in nonces due to undelivered transactions.

Solution: allow concurrent sending of transactions

By default, 100 transactions are allowed.

Note, however, that now there's a chance that nonce gaps may be formed under cerain circumstances.