dcrd/mempool
Dave Collins ed9f64baa4
policy/mempool: Enforce CheckSequenceVerify opcode.
This updates the default policy for standard transactions to enforce the
new CSV opcode.  In other words, with this change, the new opcode will
be enforced when considering candidate transactions for acceptance to
the mempool, relaying, and inclusion into block templates.
2017-09-21 15:58:50 -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: Enforce relative sequence locks. 2017-09-21 15:58:45 -05:00
mempool.go mempool: Enforce relative sequence locks. 2017-09-21 15:58:45 -05:00
policy_test.go mempool: Use median time for tx finality checks. 2017-09-20 04:13:29 -05:00
policy.go policy/mempool: Enforce CheckSequenceVerify opcode. 2017-09-21 15:58:50 -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.