The blockchain that provides the digital content namespace for the LBRY protocol
Go to file
2018-04-16 12:32:51 -04:00
.tx qt: translation update prior to opening 0.12 translations 2015-11-01 16:11:50 +01:00
build-aux/m4 [build-aux] Update Boost & check macros to latest serials 2016-03-19 15:24:00 +08:00
contrib update fixed seed nodes 2016-10-12 20:25:21 -04:00
depends add windows build to travis 2016-07-29 15:12:46 -05:00
doc spaces 2018-01-16 11:05:37 -05:00
packaging add windows build to travis 2016-07-29 15:12:46 -05:00
qa Merge branch 'master' of https://github.com/bitcoin/bitcoin into realusmerge 2016-05-15 22:16:56 -04:00
share Branding 2017-09-13 09:09:30 -04:00
src added a sanity check for making sure updates extend the expiration in claimtriebranching_tests, fixed white space 2018-04-16 12:32:51 -04:00
.bumpversion.cfg Bump version: 0.3.15 → 0.3.16 2016-10-13 16:07:25 -04:00
.gitattributes Separate protocol versioning from clientversion 2014-10-29 00:24:40 -04:00
.gitignore update gitignore 2017-08-06 16:52:46 -04:00
.travis.yml add windows build to travis 2016-07-29 15:12:46 -05:00
autogen.sh autogen.sh: warn about needing autoconf if autoreconf is not found 2016-02-13 04:44:42 +08:00
configure.ac Merge branch 'master' of https://github.com/bitcoin/bitcoin into realusmerge 2016-05-15 22:16:56 -04:00
CONTRIBUTING.md Note that reviewers should mention the commit hash of the commits they reviewed. 2015-12-10 22:44:09 -08:00
COPYING Update license year range to 2016 2016-01-17 23:38:11 +05:30
libbitcoinconsensus.pc.in Unify package name to as few places as possible without major changes 2015-12-14 02:11:10 +00:00
LICENSE update LICENSE to 2018 2018-02-16 12:51:15 -05:00
Makefile.am build: define base filenames for use elsewhere in the buildsystem 2016-04-11 04:01:23 +00:00
README.md move build docs into readme 2018-01-16 10:59:52 -05:00
reproducible_build.sh Change build timeout to 40 minutes 2016-08-08 10:58:58 -05:00

LBRYcrd - The LBRY blockchain

What is LBRYcrd?

LBRYcrd uses a blockchain similar to bitcoin's to implement an index and payment system for content on the LBRY network. It is a fork of bitcoin core.

Development Process

The master branch is regularly built and tested, but is not guaranteed to be completely stable. Releases are created regularly to indicate new official, stable release versions.

Building LBRYcrd

Run ./reproducible_build.sh -c -t. This should build the binaries and put them into the ./src directory.

If that errors, please report the issue and see doc/build-*.md for further instructions.

The contribution workflow is described in CONTRIBUTING.md.

Testing

Testing and code review is the bottleneck for development; we get more pull requests than we can review and test on short notice. Please be patient and help out by testing other people's pull requests, and remember this is a security-critical project where any mistake might cost people lots of money.

Automated Testing

Developers are strongly encouraged to write unit tests for new code, and to submit new unit tests for old code. Unit tests can be compiled and run (assuming they weren't disabled in configure) with: make check

There are also regression and integration tests of the RPC interface, written in Python, that are run automatically on the build server. These tests can be run (if the test dependencies are installed) with: qa/pull-tester/rpc-tests.py

The Travis CI system makes sure that every pull request is built, and that unit and sanity tests are automatically run.

Manual Quality Assurance (QA) Testing

Changes should be tested by somebody other than the developer who wrote the code. This is especially important for large or high-risk changes. It is useful to add a test plan to the pull request description if testing the changes is not straightforward.

License

MIT