Branch: refs/heads/master
Home: https://github.com/conformal/btcd
Commit: c3065d32f4c3125c3e39062e76b30e6a77254bb8
https://github.com/conformal/btcd/commit/c3065d32f4c3125c3e39062e76b30e6a77254bb8
Author: Dave Collins <[email protected]>
Date: 2014-10-09 (Thu, 09 Oct 2014)
Changed paths:
M blockmanager.go
M peer.go
M rpcserver.go
M server.go
Log Message:
-----------
Make use of the new btcchain MedianTimeSource.
This commit uses the new MedianTimeSource API in btcchain to create a
median time source which is stored in the server and is fed time samples
from all remote nodes that are connected. It also modifies all call sites
which now require the the time source to pass it in.