mirror of
https://github.com/Qortal/qortal.git
synced 2025-03-16 20:22:32 +00:00
Main changes are: * Check transaction signature validity in initial round, without blockchain lock * Convert List of incoming transactions to Map so we can record whether we have validated transaction signature before to save rechecking effort * Add invalid signature transactions to invalidUnconfirmedTransactions map with INVALID_TRANSACTION_RECHECK_INTERVAL expiry (~60min) * Other minor changes related to List->Map change and Java object synchronization