An alternative full node implementation of LBRY's blockchain written in Go (golang)
Go to file
Dave Collins 6b82da13b4 Setup TravisCI to report cov stats to coveralls.io.
Also add a coveralls.io test coverage badge to the README.
2014-04-19 14:36:16 -05:00
.gitignore add tmp wire file to .gitignore 2014-04-19 15:53:03 +05:30
.travis.yml Setup TravisCI to report cov stats to coveralls.io. 2014-04-19 14:36:16 -05:00
bench_test.go Add a benchmark for TxSha. 2014-03-20 10:46:36 -05:00
blockheader.go Export MaxBlockHeaderPayload. 2014-03-11 20:22:32 -05:00
blockheader_test.go Add tests for new Serialize/Deserialize functions. 2014-01-18 21:43:11 -06:00
common.go Use the stack for most known sizes. 2014-04-08 15:55:21 -04:00
common_test.go Cleanup and finish relay transaction work. 2014-03-31 11:35:36 -05:00
cov_report.sh Update gocov path in comments to correct path. 2013-05-10 15:58:05 -05:00
doc.go Add 2014 to copyright dates. 2014-01-08 23:44:08 -06:00
error.go Add 2014 to copyright dates. 2014-01-08 23:44:08 -06:00
fakeconn_test.go Add 2014 to copyright dates. 2014-01-08 23:44:08 -06:00
fakemessage_test.go Add 2014 to copyright dates. 2014-01-08 23:44:08 -06:00
fixedIO_test.go Finish uncompleted comments in fixedIO_test.go. 2014-03-30 12:19:17 -05:00
genesis.go gofmt 2014-02-04 16:14:08 -05:00
genesis_test.go Add 2014 to copyright dates. 2014-01-08 23:44:08 -06:00
internal_test.go Export VarIntSerializeSize function. 2014-03-03 18:43:09 -06:00
invvect.go Add 2014 to copyright dates. 2014-01-08 23:44:08 -06:00
invvect_test.go Add 2014 to copyright dates. 2014-01-08 23:44:08 -06:00
LICENSE Add 2014 to copyright dates. 2014-01-08 23:44:08 -06:00
message.go Use the stack for most known sizes. 2014-04-08 15:55:21 -04:00
message_test.go Support RelayTx param in ver message for 70001+. 2014-03-30 23:43:18 -05:00
msgaddr.go Export MaxVarIntPayload. 2014-03-11 20:09:55 -05:00
msgaddr_test.go Add 2014 to copyright dates. 2014-01-08 23:44:08 -06:00
msgalert.go Add 2014 to copyright dates. 2014-01-08 23:44:08 -06:00
msgalert_test.go Add 2014 to copyright dates. 2014-01-08 23:44:08 -06:00
msgblock.go Remove BlockHeader.TxnCount field. 2014-01-18 20:53:20 -06:00
msgblock_test.go Correct two more comments in block bytes breakdown. 2014-04-06 14:14:48 -05:00
msggetaddr.go Add 2014 to copyright dates. 2014-01-08 23:44:08 -06:00
msggetaddr_test.go Add 2014 to copyright dates. 2014-01-08 23:44:08 -06:00
msggetblocks.go Export MaxVarIntPayload. 2014-03-11 20:09:55 -05:00
msggetblocks_test.go Add 2014 to copyright dates. 2014-01-08 23:44:08 -06:00
msggetdata.go Export MaxVarIntPayload. 2014-03-11 20:09:55 -05:00
msggetdata_test.go Add 2014 to copyright dates. 2014-01-08 23:44:08 -06:00
msggetheaders.go Export MaxVarIntPayload. 2014-03-11 20:09:55 -05:00
msggetheaders_test.go Add 2014 to copyright dates. 2014-01-08 23:44:08 -06:00
msgheaders.go Export MaxBlockHeaderPayload. 2014-03-11 20:22:32 -05:00
msgheaders_test.go Remove BlockHeader.TxnCount field. 2014-01-18 20:53:20 -06:00
msginv.go Export MaxVarIntPayload. 2014-03-11 20:09:55 -05:00
msginv_test.go Add 2014 to copyright dates. 2014-01-08 23:44:08 -06:00
msgmempool.go Add 2014 to copyright dates. 2014-01-08 23:44:08 -06:00
msgmempool_test.go Add 2014 to copyright dates. 2014-01-08 23:44:08 -06:00
msgnotfound.go Export MaxVarIntPayload. 2014-03-11 20:09:55 -05:00
msgnotfound_test.go Add 2014 to copyright dates. 2014-01-08 23:44:08 -06:00
msgping.go Add 2014 to copyright dates. 2014-01-08 23:44:08 -06:00
msgping_test.go Add 2014 to copyright dates. 2014-01-08 23:44:08 -06:00
msgpong.go Add 2014 to copyright dates. 2014-01-08 23:44:08 -06:00
msgpong_test.go Add 2014 to copyright dates. 2014-01-08 23:44:08 -06:00
msgtx.go Use the stack for most known sizes. 2014-04-08 15:55:21 -04:00
msgtx_test.go gofmt 2014-02-04 16:14:08 -05:00
msgverack.go Add 2014 to copyright dates. 2014-01-08 23:44:08 -06:00
msgverack_test.go Add 2014 to copyright dates. 2014-01-08 23:44:08 -06:00
msgversion.go Cleanup and finish relay transaction work. 2014-03-31 11:35:36 -05:00
msgversion_test.go Cleanup and finish relay transaction work. 2014-03-31 11:35:36 -05:00
netaddress.go Limit generated timestamps to one second precision. 2014-02-24 09:55:02 -06:00
netaddress_test.go Add 2014 to copyright dates. 2014-01-08 23:44:08 -06:00
protocol.go Add 2014 to copyright dates. 2014-01-08 23:44:08 -06:00
protocol_test.go Add 2014 to copyright dates. 2014-01-08 23:44:08 -06:00
README.md Setup TravisCI to report cov stats to coveralls.io. 2014-04-19 14:36:16 -05:00
shahash.go Add 2014 to copyright dates. 2014-01-08 23:44:08 -06:00
shahash_test.go Add 2014 to copyright dates. 2014-01-08 23:44:08 -06:00
test_coverage.txt Cleanup and finish relay transaction work. 2014-03-31 11:35:36 -05:00

btcwire

[Build Status] (https://travis-ci.org/conformal/btcwire) [![Coverage Status] (https://coveralls.io/repos/conformal/btcwire/badge.png?branch=master)] (https://coveralls.io/r/conformal/btcwire?branch=master)

Package btcwire implements the bitcoin wire protocol. A comprehensive suite of tests with 100% test coverage is provided to ensure proper functionality. See test_coverage.txt for the gocov coverage report. Alternatively, if you are running a POSIX OS, you can run the cov_report.sh script for a real-time report. Package btcwire is licensed under the liberal ISC license.

There is an associated blog post about the release of this package here.

This package is one of the core packages from btcd, an alternative full-node implementation of bitcoin which is under active development by Conformal. Although it was primarily written for btcd, this package has intentionally been designed so it can be used as a standalone package for any projects needing to interface with bitcoin peers at the wire protocol level.

Documentation

Full go doc style documentation for the project can be viewed online without installing this package by using the GoDoc site here: http://godoc.org/github.com/conformal/btcwire

You can also view the documentation locally once the package is installed with the godoc tool by running godoc -http=":6060" and pointing your browser to http://localhost:6060/pkg/github.com/conformal/btcwire

Installation

$ go get github.com/conformal/btcwire

Bitcoin Message Overview

The bitcoin protocol consists of exchanging messages between peers. Each message is preceded by a header which identifies information about it such as which bitcoin network it is a part of, its type, how big it is, and a checksum to verify validity. All encoding and decoding of message headers is handled by this package.

To accomplish this, there is a generic interface for bitcoin messages named Message which allows messages of any type to be read, written, or passed around through channels, functions, etc. In addition, concrete implementations of most of the currently supported bitcoin messages are provided. For these supported messages, all of the details of marshalling and unmarshalling to and from the wire using bitcoin encoding are handled so the caller doesn't have to concern themselves with the specifics.

Reading Messages Example

In order to unmarshal bitcoin messages from the wire, use the ReadMessage function. It accepts any io.Reader, but typically this will be a net.Conn to a remote node running a bitcoin peer. Example syntax is:

	// Use the most recent protocol version supported by the package and the
	// main bitcoin network.
	pver := btcwire.ProtocolVersion
	btcnet := btcwire.MainNet

	// Reads and validates the next bitcoin message from conn using the
	// protocol version pver and the bitcoin network btcnet.  The returns
	// are a btcwire.Message, a []byte which contains the unmarshalled
	// raw payload, and a possible error.
	msg, rawPayload, err := btcwire.ReadMessage(conn, pver, btcnet)
	if err != nil {
		// Log and handle the error
	}

See the package documentation for details on determining the message type.

Writing Messages Example

In order to marshal bitcoin messages to the wire, use the WriteMessage function. It accepts any io.Writer, but typically this will be a net.Conn to a remote node running a bitcoin peer. Example syntax to request addresses from a remote peer is:

	// Use the most recent protocol version supported by the package and the
	// main bitcoin network.
	pver := btcwire.ProtocolVersion
	btcnet := btcwire.MainNet

	// Create a new getaddr bitcoin message.
	msg := btcwire.NewMsgGetAddr()

	// Writes a bitcoin message msg to conn using the protocol version
	// pver, and the bitcoin network btcnet.  The return is a possible
	// error.
	err := btcwire.WriteMessage(conn, msg, pver, btcnet)
	if err != nil {
		// Log and handle the error
	}

TODO

  • Implement functions for BIP 0014
  • Implement alert message decoding/encoding
  • Implement bloom filter messages (filterload, filteradd, filterclear, merkleblock) as defined in BIP 0037

GPG Verification Key

All official release tags are signed by Conformal so users can ensure the code has not been tampered with and is coming from Conformal. To verify the signature perform the following:

  • Download the public key from the Conformal website at https://opensource.conformal.com/GIT-GPG-KEY-conformal.txt

  • Import the public key into your GPG keyring:

    gpg --import GIT-GPG-KEY-conformal.txt
    
  • Verify the release tag with the following command where TAG_NAME is a placeholder for the specific tag:

    git tag -v TAG_NAME
    

License

Package btcwire is licensed under the liberal ISC License.