e7caccc866
This coincides with the mempool only, policy change which enforces transaction finality according to the median-time-past rather than blockheader timestamps. The behavior is pre-cursor to full blown BIP 113 consensus deployment, and subsequent activation. As a result, the TimeSource field in the mempoolConfig is no longer needed so it has been removed. Additionally, checkTransactionStandard has been modified to instead take a time.Time as the mempool is no longer explicitly dependant on a Chain instance. |
||
---|---|---|
.. | ||
error.go | ||
log.go | ||
mempool.go | ||
mempool_test.go | ||
policy.go | ||
policy_test.go | ||
README.md |
mempool
[] (https://travis-ci.org/btcsuite/btcd) ![ISC License] (http://img.shields.io/badge/license-ISC-blue.svg) [] (http://godoc.org/github.com/btcsuite/btcd/mempool)
Overview
This package is currently a work in progress.
Installation and Updating
$ go get -u github.com/btcsuite/btcd/mempool
License
Package mempool is licensed under the copyfree ISC License.