dcrd/mempool
2017-07-21 15:53:45 -05: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_test.go mempool: Add basic test harness infrastructure. 2017-07-20 21:11:38 -05:00
mempool.go config: new flags to accept/reject non-std txns. 2017-07-21 13:51:47 -05:00
policy_test.go policy: Lower default relay fee to 0.001/kB. 2017-04-24 09:40:15 -05:00
policy.go mempool: Improve tx input standard checks. 2017-07-21 15:53:45 -05:00
README.md multi: Update markdown in README files to match change in github parser. 2017-05-26 12:06:19 -04:00

mempool

Build Status ISC License GoDoc

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.