btcd/cmd
Calvin Kim 16cd44f0e6 blockchain, netsync, main, cmd/addblock: Use utxocache
This change is part of the effort to add utxocache support to btcd.

utxo cache is now used by the BlockChain struct.  By default it's used
and the minimum cache is set to 250MiB.  The change made helps speed up
block/tx validation as the cache allows for much faster lookup of utxos.
The initial block download in particular is improved as the db i/o
bottleneck is remedied by the cache.
2023-12-16 16:53:17 +09:00
..
addblock blockchain, netsync, main, cmd/addblock: Use utxocache 2023-12-16 16:53:17 +09:00
btcctl fix: default forward port 2023-11-01 16:51:20 -04:00
findcheckpoint multi: Run gofmt on the entire repository 2023-06-21 22:31:09 +09:00
gencerts multi: update btcutil imports to point to new sub-module 2022-01-10 18:44:58 -08:00