dcrd/blockchain/stake
Dave Collins 025ce301a2
blockchain/stake: Prepare v4.0.0.
This updates the blockchain/stake module dependencies, the copyright
year in the files modified since the previous release, and serves as a
base for blockchain/stake/v4.0.0.

The updated direct dependencies in this commit are as follows:

- github.com/decred/dcrd/database/v3@v3.0.0
- github.com/decred/dcrd/dcrutil/v4@v4.0.0

The full list of updated direct dependencies since the previous
blockchain/stake/v3.0.0 release are as follows:

- github.com/decred/dcrd/chaincfg/chainhash@v1.0.3
- github.com/decred/dcrd/chaincfg/v3@v3.1.0
- github.com/decred/dcrd/database/v3@v3.0.0
- github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1
- github.com/decred/dcrd/dcrutil/v4@v4.0.0
- github.com/decred/dcrd/txscript/v4@v4.0.0
- github.com/decred/dcrd/wire@v1.5.0
- github.com/decred/slog@v1.2.0

The following direct dependencies are no longer required as compared to
the previous release:

- github.com/decred/dcrd/dcrec

Finally, all modules in the repository that depend on the module are
tidied to ensure they are updated to use the latest versions hoisted
forward as a result.
2021-11-21 16:09:22 -06:00
..
internal blockchain/stake: Prepare v4.0.0. 2021-11-21 16:09:22 -06:00
testdata multi: Only use module-scoped data in tests. 2018-08-16 15:08:07 -05:00
doc.go stake: Make doc.go formatting consistent. 2019-07-28 14:39:09 -05:00
error_test.go multi: avoid using subscriber lifecycle in catchup. 2021-10-12 18:52:50 -05:00
error.go stake: Add auto revocation error kinds. 2021-09-06 08:48:19 -05:00
go.mod blockchain/stake: Prepare v4.0.0. 2021-11-21 16:09:22 -06:00
go.sum blockchain/stake: Prepare v4.0.0. 2021-11-21 16:09:22 -06:00
log.go stake: Remove DisableLog. 2019-07-28 14:39:11 -05:00
lottery_test.go multi: Start blockchain/stake v4 module dev cycle. 2020-12-16 16:30:24 -06:00
lottery.go stake: Export Hash256PRNG UniformRandom. 2021-09-06 08:48:19 -05:00
scripttype_test.go stake: Add is treasury gen script. 2021-06-10 15:26:01 -05:00
scripttype.go blockchain/stake: Prepare v4.0.0. 2021-11-21 16:09:22 -06:00
staketx_test.go multi: DCP0009 Auto revocations consensus change. 2021-09-20 18:02:19 -05:00
staketx.go stake: Rename func to identify stake cmtmnt output. 2021-11-21 16:03:03 -06:00
tickets_test.go multi: Add isAutoRevocationsEnabled to CheckSSRtx. 2021-09-06 09:03:27 -05:00
tickets.go blockchain: Fix ticket db disconnect revocations. 2021-10-28 03:13:27 -05:00
treasury_test.go stake: Convert to use new stdaddr package. 2021-04-09 13:39:16 -05:00
treasury.go blockchain/stake: Prepare v4.0.0. 2021-11-21 16:09:22 -06:00