chia-blockchain
chia-blockchain copied to clipboard
Unconfirmed tx cache - CHIA-785
Purpose:
add unconfirmed transaction cache to avoid unnecessary serialisation on each new coin state update
Current Behavior:
we pull all unconfirmed transactions from the database on each new coin state update to check which transactions where confirmed
New Behavior:
use cache to get unconfirmed transactions