dcrd/internal
Ryan Staudt df2e172ee8 mempool: Add maybeAcceptTransaction AgendaFlags.
This updates the mempool maybeAcceptTransaction method to accept agenda
flags rather than just a boolean indicating if the treasury is active.

This allows for accommodating future agendas without having to add
additional boolean fields for each agenda.

This is useful in particular since maybeAcceptTransaction makes use of
the blockchain.CheckTransaction function to perform validation checks on
transactions, which includes checks which depend on whether or not an
agenda is active.
2021-07-28 06:41:27 -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 txscript: Split signing code to sign subpackage. 2021-05-07 13:19:00 -05:00
netsync netsync: Use an APBF for recently rejected txns. 2021-02-13 01:41:27 -06:00
progresslog multi: Add chain verify progress percentage. 2021-01-21 23:30:35 -06:00
rpcserver multi: Address some linter complaints. 2021-07-26 20:51:03 -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