mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
1c0cb3e8cc
ab9c34237ab7b056394e0bd1f7cb131ffd95754c release: remove gitian (fanquake) Pull request description: Note that this doesn't yet touch any glibc back compat related code. ACKs for top commit: laanwj: Code review ACK ab9c34237ab7b056394e0bd1f7cb131ffd95754c Tree-SHA512: 8e2fe3ec1097f54bb11ab9136b43818d90eab5dbb0a663ad6a552966ada4bdb49cc12ff4e66f0ec0ec5400bda5c81f3a3ce70a9ebb6fe1e0db612da9f00a51a7
41 lines
1.6 KiB
Markdown
41 lines
1.6 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.
|
|
|
|
### [Builder keys](/contrib/builder-keys)
|
|
PGP keys used for signing Dash Core [release](/doc/release-process.md) results.
|
|
|
|
### [MacDeploy](/contrib/macdeploy) ###
|
|
Scripts and notes for Mac 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.
|