Summary
Cache and track sequence number for tx broadcasts.
Problem Definition
Tracking sequence number will allow us to broadcast multiple transactions without waiting for next block cut time and increase throughput.
Proposal
Keep sequence number in cache. Handle reversion of cache for errors/reset. Allow broadcasts to occur even with PENDING transactions waiting for block cut time given manual sequencing.
For Admin Use
Summary
Cache and track sequence number for tx broadcasts.
Problem Definition
Tracking sequence number will allow us to broadcast multiple transactions without waiting for next block cut time and increase throughput.
Proposal
Keep sequence number in cache. Handle reversion of cache for errors/reset. Allow broadcasts to occur even with
PENDINGtransactions waiting for block cut time given manual sequencing.For Admin Use