dcrd/blockchain/stake
Dave Collins 2dac209198
blockchain: Use lastest major version deps.
This udpates the blockchain module to use the lastest module major
versions.

While here, it also corrects a few typos and updates some test function
names to more accurately reflect their purpose.

The updated direct dependencies are as follows:

- github.com/decred/dcrd/blockchain/stake/v2@v2.0.1
- github.com/decred/dcrd/chaincfg/v2@v2.2.0
- github.com/decred/dcrd/database/v2@v2.0.0
- github.com/decred/dcrd/dcrutil/v2@v2.0.0
- github.com/decred/dcrd/txscript/v2@v2.0.0
2019-08-08 13:10:20 -05:00
..
internal blockchain: Use lastest major version deps. 2019-08-08 13:10:20 -05: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 release: Introduce blockchain/stake v2 module. 2019-07-28 14:47:24 -05:00
error.go Replace the ticket database with an efficient, atomic implementation 2016-10-04 13:40:19 -04:00
go.mod release: Introduce blockchain/stake v2 module. 2019-07-28 14:47:24 -05:00
go.sum stake: Use database/v2. 2019-07-28 14:47:06 -05:00
log.go stake: Remove DisableLog. 2019-07-28 14:39:11 -05:00
lottery_test.go release: Introduce blockchain/stake v2 module. 2019-07-28 14:47:24 -05:00
lottery.go release: Introduce blockchain/stake v2 module. 2019-07-28 14:47:24 -05:00
staketx_test.go release: Introduce blockchain/stake v2 module. 2019-07-28 14:47:24 -05:00
staketx.go stake: Check minimum req outputs for votes earlier. 2019-08-07 13:26:07 -05:00
tickets_test.go release: Introduce blockchain/stake v2 module. 2019-07-28 14:47:24 -05:00
tickets.go release: Introduce blockchain/stake v2 module. 2019-07-28 14:47:24 -05:00