casper-node
casper-node copied to clipboard
Transaction buffer improvements
This PR modified the transaction buffer code slightly, by:
- removing some unnecessary cloning of the footprint (now, we only clone it at the very end of
add_transactionwhen we know all checks have passed) - avoiding creation of temporary
Vecinproposable()