Skip to content

Batching of transactions #483

Open
Open
@mikera

Description

@mikera

It has been noted in cloud tests that Peers are often creating blocks with small number of transactions, which is likely to be suboptimal for throughput and consensus efficiency (we want many transactions per block)

Most promising design solution is likely to be to have a Peer avoid publishing blocks when an existing block from that Peer is already in flight (either until final confirmation, or to some advanced consensus stage.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions