Skip to content

compute diff in acceptTransactionSet more efficiently.

Christopher Schinnerl requested to merge marcinja:efficient-tpoool-diff into master

Created by: marcinja

Computes the diff in acceptTransactionSet directly rather than by iterating through the whole transaction pool like in updateSubscribersTransactions. Working on a similar change for ProcessConsensusChange so that the entire transaction pool doesn't have to be remade after every consensus change.

Merge request reports