This adds functionality to proactively evict SigCache entries when they are nearly guaranteed to no longer be useful. It accomplishes this by evicting entries related to transactions in the block that is 2 levels deep from a newly processed block. Proactively evicting entries reduces the likelihood of the SigCache reaching maximum capacity quickly and then relying on random eviction, which may randomly evict entries that are still useful. |
||
|---|---|---|
| .. | ||
| block432100.bz2 | ||
| LICENSE | ||
| many_inputs_tx.hex | ||
| script_tests.json | ||
| sighash.json | ||
| tx_invalid.json | ||
| tx_valid.json | ||