lbcd/mempool
Dave Collins e88f2d7bf4
mempool: Add test for max orphan entry eviction.
This adds a test to the mempool for ensuring that orphans are evicted
when exceeding the max orphan policy setting as expected.
2016-10-17 10:33:09 -05:00
..
error.go mempool: Refactor mempool code to its own package. (#737) 2016-08-19 11:08:37 -05:00
log.go mempool: Refactor mempool code to its own package. (#737) 2016-08-19 11:08:37 -05:00
mempool.go mempool: add non-standard tx relaying to policy config 2016-08-24 15:43:22 -07:00
mempool_test.go mempool: Add test for max orphan entry eviction. 2016-10-17 10:33:09 -05:00
policy.go mempool: Improve tx input standard checks. 2016-08-24 23:16:23 -05:00
policy_test.go mempool: Refactor mempool code to its own package. (#737) 2016-08-19 11:08:37 -05:00
README.md mempool: Refactor mempool code to its own package. (#737) 2016-08-19 11:08:37 -05:00

mempool

[Build Status] (https://travis-ci.org/btcsuite/btcd) ![ISC License] (http://img.shields.io/badge/license-ISC-blue.svg) [GoDoc] (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.