dcrd/mempool
Dave Collins e9acb1d35b
mempool: Refactor mempool code to its own package.
Upstream commit 7fac099bee.

Also, the merge commit contains the necessary decred-specific
alterations, adds a new policy parameter for AllowOldVotes to keep with
the spirit of the merged commit, modifies the RawMempoolVerbose to
accept an optional filter type to retain that functionality, and various
other cleanup intended to bring the code bases more in line with one
another.
2016-11-29 15:32:22 -06:00
..
error.go mempool: Refactor mempool code to its own package. 2016-11-29 15:32:22 -06:00
log.go mempool: Refactor mempool code to its own package. 2016-11-29 15:32:22 -06:00
mempool.go mempool: Refactor mempool code to its own package. 2016-11-29 15:32:22 -06:00
policy_test.go mempool: Refactor mempool code to its own package. 2016-11-29 15:32:22 -06:00
policy.go mempool: Refactor mempool code to its own package. 2016-11-29 15:32:22 -06:00
README.md mempool: Refactor mempool code to its own package. 2016-11-29 15:32:22 -06:00

mempool

[Build Status] (https://travis-ci.org/decred/dcrd) ![ISC License] (http://img.shields.io/badge/license-ISC-blue.svg) [GoDoc] (http://godoc.org/github.com/decred/dcrd/mempool)

Overview

This package is currently a work in progress.

Installation and Updating

$ go get -u github.com/decred/dcrd/mempool

License

Package mempool is licensed under the copyfree ISC License.