Dash - Reinventing Cryptocurrency
Go to file
Pieter Wuille 43cbeb7fa5 Merge #7891: Always require OS randomness when generating secret keys
628cf14 Don't use assert for catching randomness failures (Pieter Wuille)
fa2637a Always require OS randomness when generating secret keys (Pieter Wuille)
2017-12-21 18:50:14 +01:00
.tx Merge remote-tracking branch 'bitcoin/0.12' into HEAD 2016-02-06 16:48:04 +03:00
build-aux/m4 Merge #7711: [build-aux] Update Boost & check macros to latest serials 2017-12-19 13:42:36 +01:00
contrib Merge #7975: [doc] Update bitcoin-core GitHub links 2017-12-20 17:25:03 +01:00
dash-docs [Trivial] Typo/doc updates and RPC help formatting (#1758) 2017-12-06 01:17:45 +03:00
depends Merge #8002: [depends] Add -stdlib=libc++ to darwin CXX flags 2017-12-20 17:25:03 +01:00
doc Merge #8038: [qa, doc] Various minor fixes 2017-12-21 18:50:13 +01:00
qa Merge #8104: Tests: add timeout to sync_blocks() and sync_mempools() 2017-12-21 18:50:14 +01:00
share Merge #8092: Correct small typo in extract_strings_qt.py 2017-12-21 18:50:14 +01:00
src Merge #7891: Always require OS randomness when generating secret keys 2017-12-21 18:50:14 +01:00
.gitattributes Separate protocol versioning from clientversion 2014-10-29 00:24:40 -04:00
.gitignore Rename bitcoinconsensus library to dashconsensus. (#1432) 2017-04-15 09:29:09 +02:00
.travis.yml Merge #7798: [travis] Print the commit which was evaluated 2017-12-20 17:25:02 +01:00
autogen.sh Merge #7528: autogen.sh: warn about needing autoconf if autoreconf is not found 2017-12-11 08:30:26 +01:00
configure.ac Merge #7982: build: No need to check for leveldb atomics 2017-12-20 17:25:03 +01:00
CONTRIBUTING.md Merge #8034: [doc][trivial] Add basic git squash workflow [skip ci] 2017-12-21 18:50:14 +01:00
COPYING bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
INSTALL Added clarifications in INSTALL readme for newcomers (#1481) 2017-05-31 06:50:03 +03:00
libdashconsensus.pc.in Merge #7192: Unify product name to as few places as possible 2017-12-11 08:30:26 +01:00
Makefile.am Merge #7603: Build System: Use PACKAGE_TARNAME in NSIS script 2017-12-20 17:25:02 +01:00
README.md Merge #8031: improvement to readability 2017-12-21 18:50:13 +01:00

Dash Core staging tree 0.12.2

master: Build Status develop: Build Status

https://www.dash.org

What is Dash?

Dash is an experimental new digital currency that enables anonymous, instant payments to anyone, anywhere in the world. Dash uses peer-to-peer technology to operate with no central authority: managing transactions and issuing money are carried out collectively by the network. Dash Core is the name of the open source software which enables the use of this currency.

For more information, as well as an immediately useable, binary version of the Dash Core software, see https://www.dash.org/get-dash/.

License

Dash Core is released under the terms of the MIT license. See COPYING for more information or see https://opensource.org/licenses/MIT.

Development Process

The master branch is meant to be stable. Development is normally done in separate branches. Tags are created to indicate new official, stable release versions of Dash Core.

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 for Windows, Linux, and OS X, and that unit/sanity tests are run automatically.

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.

Translations

Changes to translations as well as new translations can be submitted to Dash Core's Transifex page.

Translations are periodically pulled from Transifex and merged into the git repository. See the translation process for details on how this works.

Important: We do not accept translation changes as GitHub pull requests because the next pull from Transifex would automatically overwrite them again.

Translators should also follow the forum.