dcrd/txscript/data
Ryan Staudt df141bbff3 txscript: Proactively evict SigCache entries.
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.
2020-09-24 12:19:59 -05:00
..
block432100.bz2 txscript: Proactively evict SigCache entries. 2020-09-24 12:19:59 -05:00
LICENSE txscript: Convert reference tests to new format. 2018-07-02 11:59:13 -05:00
many_inputs_tx.hex txscript: Add benchmark for sighash calculation. 2018-05-01 08:51:38 -05:00
script_tests.json multi: Add decentralized treasury support. 2020-09-21 12:15:31 -05:00
sighash.json txscript: Correct JSON-based signature hash tests. 2018-04-30 18:18:18 -05:00
tx_invalid.json txscript: Remove P2SH flag from test data. 2018-07-02 12:02:14 -05:00
tx_valid.json txscript: Add remove signature reference test. 2019-02-14 14:10:12 -06:00