lbcd/cmd
Dave Collins 00ebb9d14d blockchain: Associate time src with chain instance.
Rather than making the caller to pass in the median time source on
ProcessBlock and IsCurrent, modify the Config struct to include the
median time source and associate it with the chain instance when it is
created.

This is being done because both the ProcessBlock and IsCurrent functions
require access to the blockchain state already, it is a little bit safer
to ensure the time source matches the chain instance state, it
simplifies the caller logic, and it also allows its use within the logic
of the blockchain package itself which will be required by upcoming
rule change warning logic that is part of BIP9.
2016-07-14 13:10:47 -05:00
..
addblock blockchain: Associate time src with chain instance. 2016-07-14 13:10:47 -05:00
btcctl Add automatic RPC configuration. 2016-06-03 21:14:15 -05:00
findcheckpoint database: Replace with new version. 2016-04-12 14:55:15 -05:00
gencerts Relicense to the btcsuite developers. 2015-05-01 12:00:56 -05:00