chia-blockchain icon indicating copy to clipboard operation
chia-blockchain copied to clipboard

Unconfirmed tx cache - CHIA-785

Open almogdepaz opened this issue 6 months ago • 3 comments

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

Testing Notes:

almogdepaz avatar Aug 07 '24 15:08 almogdepaz