mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
9509768939
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
47 lines
1.8 KiB
Markdown
47 lines
1.8 KiB
Markdown
Repository Tools
|
|
---------------------
|
|
|
|
### [Developer tools](/contrib/devtools) ###
|
|
Specific tools for developers working on this repository.
|
|
Contains the script `github-merge.py` for merging GitHub pull requests securely and signing them using GPG.
|
|
|
|
### [Verify-Commits](/contrib/verify-commits) ###
|
|
Tool to verify that every merge commit was signed by a developer using the above `github-merge.py` script.
|
|
|
|
### [Linearize](/contrib/linearize) ###
|
|
Construct a linear, no-fork, best version of the blockchain.
|
|
|
|
### [Qos](/contrib/qos) ###
|
|
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.
|
|
|
|
### [Seeds](/contrib/seeds) ###
|
|
Utility to generate the pnSeed[] array that is compiled into the client.
|
|
|
|
Build Tools and Keys
|
|
---------------------
|
|
|
|
### [Debian](/contrib/debian) ###
|
|
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.
|
|
|
|
### [Gitian-descriptors](/contrib/gitian-descriptors) ###
|
|
Notes on getting Gitian builds up and running using KVM.
|
|
|
|
### [Gitian-keys](/contrib/gitian-keys)
|
|
PGP keys used for signing Dash Core [Gitian release](/doc/release-process.md) results.
|
|
|
|
### [MacDeploy](/contrib/macdeploy) ###
|
|
Scripts and notes for Mac builds.
|
|
|
|
### [Gitian-build](/contrib/gitian-build.py) ###
|
|
Script for running full Gitian builds.
|
|
|
|
Test and Verify Tools
|
|
---------------------
|
|
|
|
### [TestGen](/contrib/testgen) ###
|
|
Utilities to generate test vectors for the data-driven Dash tests.
|
|
|
|
### [Verify Binaries](/contrib/verifybinaries) ###
|
|
This script attempts to download and verify the signature file SHA256SUMS.asc from bitcoin.org.
|