dcrd/internal
Ryan Staudt 00830fa570 multi: Add FetchUtxoEntry to mining Config.
This adds a FetchUtxoEntry method to the mining Config.  This allows the
template generation logic to fetch unspent transaction outputs from the
point of view of the main chain tip.  This has not been necessary in the
past since typically, the mining code uses FetchUtxoView to construct a
viewpoint for transactions that it includes in a block template.
However, with the automatic ticket revocations agenda, the template
generation code will need to create new revocation transactions, which
will require fetching utxos for the input tickets.
2021-08-26 17:04:41 -05:00
..
fees fees: Remove deprecated DisableLog. 2020-12-28 13:13:47 -06:00
limits multi: replace godoc.org with pkg.go.dev 2020-02-18 19:35:19 -06:00
mempool mempool: Add maybeAcceptTransaction AgendaFlags. 2021-07-28 06:41:27 -05:00
mining multi: Add FetchUtxoEntry to mining Config. 2021-08-26 17:04:41 -05:00
netsync multi: Use database/v3 module 2021-08-02 09:13:45 -05:00
progresslog multi: Add chain verify progress percentage. 2021-01-21 23:30:35 -06:00
rpcserver rpcserver: Use duplicate tx error for recently mined transactions 2021-08-24 09:52:20 -05:00
staging/stdscript multi: Address some linter complaints. 2021-07-26 20:51:03 -05:00
version version: Rework to support single version override. 2021-05-14 04:15:56 -05:00