koinos / koinos-p2p

The p2p microservice orchestrates the distribution of blocks and transactions between peers.
MIT License
6 stars 4 forks source link

Prioritize Block Application #235

Closed mvandeberg closed 1 year ago

mvandeberg commented 1 year ago

Resolves #229

Brief description

Renames BlockApplicator to Applicator and now also handles transaction application. The Applicator class prioritizes block application over transaction application.

Checklist

Demonstration