From b8df516b4b267acf2de46be593a9d948d1d2c420 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Thu, 20 Oct 2016 19:37:14 -0500 Subject: [PATCH] docs: Add fullblocktests entry and make consistent. --- docs/README.md | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/docs/README.md b/docs/README.md index 486384e2..530e49fa 100644 --- a/docs/README.md +++ b/docs/README.md @@ -238,26 +238,28 @@ information. * The btcsuite Bitcoin-related Go Packages: * [btcrpcclient](https://github.com/btcsuite/btcrpcclient) - Implements a - robust and easy to use Websocket-enabled Bitcoin JSON-RPC client + robust and easy to use Websocket-enabled Bitcoin JSON-RPC client * [btcjson](https://github.com/btcsuite/btcjson) - Provides an extensive API - for the underlying JSON-RPC command and return values + for the underlying JSON-RPC command and return values * [wire](https://github.com/btcsuite/btcd/tree/master/wire) - Implements the - Bitcoin wire protocol + Bitcoin wire protocol * [peer](https://github.com/btcsuite/btcd/tree/master/peer) - - Provides a common base for creating and managing Bitcoin network peers. + Provides a common base for creating and managing Bitcoin network peers. * [blockchain](https://github.com/btcsuite/btcd/tree/master/blockchain) - - Implements Bitcoin block handling and chain selection rules + Implements Bitcoin block handling and chain selection rules + * [blockchain/fullblocktests](https://github.com/btcsuite/btcd/tree/master/blockchain/fullblocktests) - + Provides a set of block tests for testing the consensus validation rules * [txscript](https://github.com/btcsuite/btcd/tree/master/txscript) - - Implements the Bitcoin transaction scripting language + Implements the Bitcoin transaction scripting language * [btcec](https://github.com/btcsuite/btcd/tree/master/btcec) - Implements - support for the elliptic curve cryptographic functions needed for the - Bitcoin scripts + support for the elliptic curve cryptographic functions needed for the + Bitcoin scripts * [database](https://github.com/btcsuite/btcd/tree/master/database) - - Provides a database interface for the Bitcoin block chain + Provides a database interface for the Bitcoin block chain * [btcutil](https://github.com/btcsuite/btcutil) - Provides Bitcoin-specific - convenience functions and types + convenience functions and types * [chainhash](https://github.com/btcsuite/btcd/tree/master/chaincfg/chainhash) - - Provides a generic hash type and associated functions that allows the - specific hash algorithm to be abstracted. + Provides a generic hash type and associated functions that allows the + specific hash algorithm to be abstracted. * [connmgr](https://github.com/btcsuite/btcd/tree/master/connmgr) - - Package connmgr implements a generic Bitcoin network connection manager. + Package connmgr implements a generic Bitcoin network connection manager.