2014-04-12 08:46:55 +02:00
Repository Tools
---------------------
### [Developer tools](/contrib/devtools) ###
Specific tools for developers working on this repository.
2017-02-16 15:05:46 +01:00
Contains the script `github-merge.py` for merging GitHub pull requests securely and signing them using GPG.
2014-04-12 08:46:55 +02:00
2014-10-27 08:07:25 +01:00
### [Verify-Commits](/contrib/verify-commits) ###
2016-01-20 13:39:19 +01:00
Tool to verify that every merge commit was signed by a developer using the above `github-merge.py` script.
2014-10-27 08:07:25 +01:00
2014-04-12 08:46:55 +02:00
### [Linearize](/contrib/linearize) ###
Construct a linear, no-fork, best version of the blockchain.
### [Qos](/contrib/qos) ###
2016-03-06 16:26:01 +01:00
A Linux bash script that will set up traffic control (tc) to limit the outgoing bandwidth for connections to the Dash network. This means one can have an always-on dashd instance running, and another local dashd/dash-qt instance which connects to this node and receives blocks from it.
2013-10-22 02:00:10 +02:00
2014-04-12 08:46:55 +02:00
### [Seeds](/contrib/seeds) ###
Utility to generate the pnSeed[] array that is compiled into the client.
2013-10-22 02:00:10 +02:00
2014-04-12 08:46:55 +02:00
Build Tools and Keys
2013-10-22 02:00:10 +02:00
---------------------
2013-10-16 05:14:30 +02:00
2013-10-12 16:45:25 +02:00
### [Debian](/contrib/debian) ###
2016-03-04 08:25:16 +01:00
Contains files used to package dashd/dash-qt
for Debian-based Linux systems. If you compile dashd/dash-qt yourself, there are some useful files here.
2013-10-12 16:45:25 +02:00
### [Gitian-descriptors](/contrib/gitian-descriptors) ###
2016-04-15 13:15:55 +02:00
Notes on getting Gitian builds up and running using KVM.
2013-10-12 16:45:25 +02:00
2016-04-15 13:15:55 +02:00
### [Gitian-keys](/contrib/gitian-keys)
2019-10-29 19:37:18 +01:00
PGP keys used for signing Dash Core [Gitian release ](/doc/release-process.md ) results.
2013-10-12 16:45:25 +02:00
2013-10-16 05:14:30 +02:00
### [MacDeploy](/contrib/macdeploy) ###
Merge #16812: doc: Fix whitespace errs in .md files, bitcoin.conf, and Info.plist.in
6aab7649d30b19d136a27f1287fd2c8b00fb460c doc: Fix whitespace errs in .md files, bitcoin.conf, Info.plist.in, and find_bdb48.m4 (Jon Layton)
Pull request description:
Although there is an existing `test/lint/lint-whitespace.sh` linter, it only prevents new errors from being introduced. This commit removes all existing whitespace errors from Core markdown files (skips `src/crypto/ctaes/`, `leveldb/`, and `doc/release-notes/`), `bitcoin.conf`, and `Info.plist.in`.
Further formatting could be done on the markdown documents, but seeing as there several coexisting styles that break a few `markdownlint` rules, a first step would be to define and add a linter to Travis. For now, the small fix is made.
ACKs for top commit:
fanquake:
ACK 6aab7649d30b19d136a27f1287fd2c8b00fb460c - Thanks for following up. Hopefully we now never have to deal with whitespace again.
Tree-SHA512: 810cc31ae4364b2dedf85783e67315d7b4e11589e4b32c599606e1b1ba8de0663bcae9ddb1bd8c9762a3636a2d65bdcd64ec22d2e90943f374a0c9574b77ca23
2019-09-17 10:33:29 +02:00
Scripts and notes for Mac builds.
2013-10-12 16:45:25 +02:00
2018-10-21 21:39:05 +02:00
### [Gitian-build](/contrib/gitian-build.py) ###
2016-11-07 12:53:42 +01:00
Script for running full Gitian builds.
2016-08-30 13:37:28 +02:00
Merge #16812: doc: Fix whitespace errs in .md files, bitcoin.conf, and Info.plist.in
6aab7649d30b19d136a27f1287fd2c8b00fb460c doc: Fix whitespace errs in .md files, bitcoin.conf, Info.plist.in, and find_bdb48.m4 (Jon Layton)
Pull request description:
Although there is an existing `test/lint/lint-whitespace.sh` linter, it only prevents new errors from being introduced. This commit removes all existing whitespace errors from Core markdown files (skips `src/crypto/ctaes/`, `leveldb/`, and `doc/release-notes/`), `bitcoin.conf`, and `Info.plist.in`.
Further formatting could be done on the markdown documents, but seeing as there several coexisting styles that break a few `markdownlint` rules, a first step would be to define and add a linter to Travis. For now, the small fix is made.
ACKs for top commit:
fanquake:
ACK 6aab7649d30b19d136a27f1287fd2c8b00fb460c - Thanks for following up. Hopefully we now never have to deal with whitespace again.
Tree-SHA512: 810cc31ae4364b2dedf85783e67315d7b4e11589e4b32c599606e1b1ba8de0663bcae9ddb1bd8c9762a3636a2d65bdcd64ec22d2e90943f374a0c9574b77ca23
2019-09-17 10:33:29 +02:00
Test and Verify Tools
2014-04-12 08:46:55 +02:00
---------------------
2013-10-12 16:45:25 +02:00
### [TestGen](/contrib/testgen) ###
2016-03-06 16:26:01 +01:00
Utilities to generate test vectors for the data-driven Dash tests.
2013-10-16 05:14:30 +02:00
2016-04-15 12:18:12 +02:00
### [Verify Binaries](/contrib/verifybinaries) ###
This script attempts to download and verify the signature file SHA256SUMS.asc from bitcoin.org.