dcrd/internal
Ryan Staudt 70edb35d0d multi: Check tx inputs auto revocations flag.
This adds an isAutoRevocationsEnabled boolean to
checkTicketRedeemerCommitments and updates all callers accordingly.
This is necessary because additional validation rules will be added in
subsequent commits based on whether the automatic ticket revocations
agenda is active.

Note that this is intentionally not using blockchain.AgendaFlags, and
is instead adding an additional boolean parameter, since we should be
able to retroactively update the transaction checks to be based on just
the transaction version if the agenda passes and there are no legacy
violations (i.e., version 2 revocation transactions prior to the agenda
passing), in which case this boolean parameter could be removed.
2021-09-06 08:48:19 -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 multi: Check tx inputs auto revocations flag. 2021-09-06 08:48:19 -05:00
mining multi: Check tx inputs auto revocations flag. 2021-09-06 08:48:19 -05:00
netsync multi: Use database/v3 module 2021-08-02 09:13:45 -05:00
progresslog multi: Don't use deprecated ioutil package. 2021-09-01 06:09:37 -05:00
rpcserver multi: Don't use deprecated ioutil package. 2021-09-01 06:09:37 -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