BTCP-Rebase/contrib
MarcoFalke 07825088f9
Merge #12972: Add python3 script shebang lint
2bff472992 [contrib] convert test-security-check to python3 (John Newbery)
958bf40489 add lint tool to check python3 shebang (practicalswift)

Pull request description:

  base58.py can executed by python3

Tree-SHA512: 30511204feefd4ccd5b4bf698fb88e516633e692dc95d31fe957b1c0c4879de25906355b28a5a0522171887315c8464a611e601ff00540db172d5bd463ee13d9
2018-04-16 16:03:22 -04:00
..
debian Add P2P, Network, and Qt categories to the desktop icon 2018-04-02 02:43:53 +00:00
devtools Merge #12972: Add python3 script shebang lint 2018-04-16 16:03:22 -04:00
gitian-descriptors
gitian-keys [gitian] Add kallewoof key for signing 2018-03-07 09:57:57 -05:00
init Apply hardening measurements in bitcoind systemd service file 2018-03-14 08:11:07 +01:00
linearize Minor Python cleanups to make flake8 pass with the new rules enabled 2018-04-16 17:25:11 +02:00
macdeploy Change all python files to use Python3 2018-03-26 16:49:33 -04:00
qos
rpm
seeds Minor Python cleanups to make flake8 pass with the new rules enabled 2018-04-16 17:25:11 +02:00
testgen Minor Python cleanups to make flake8 pass with the new rules enabled 2018-04-16 17:25:11 +02:00
verify-commits Merge #12708: Make verify-commits.sh test that merges are clean 2018-04-07 18:48:27 +02:00
verifybinaries
windeploy
zmq
README.md
bitcoin-cli.bash-completion
bitcoin-qt.pro
bitcoin-tx.bash-completion
bitcoind.bash-completion
filter-lcov.py
gitian-build.sh
install_db4.sh
tidy_datadir.sh
valgrind.supp

README.md

Repository Tools

Developer tools

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

Tool to verify that every merge commit was signed by a developer using the above github-merge.py script.

Linearize

Construct a linear, no-fork, best version of the blockchain.

Qos

A Linux bash script that will set up traffic control (tc) to limit the outgoing bandwidth for connections to the Bitcoin network. This means one can have an always-on bitcoind instance running, and another local bitcoind/bitcoin-qt instance which connects to this node and receives blocks from it.

Seeds

Utility to generate the pnSeed[] array that is compiled into the client.

Build Tools and Keys

Debian

Contains files used to package bitcoind/bitcoin-qt for Debian-based Linux systems. If you compile bitcoind/bitcoin-qt yourself, there are some useful files here.

Gitian-descriptors

Files used during the gitian build process. For more information about gitian, see the the Bitcoin Core documentation repository.

Gitian-keys

PGP keys used for signing Bitcoin Core Gitian release results.

MacDeploy

Scripts and notes for Mac builds.

RPM

RPM spec file for building bitcoin-core on RPM based distributions.

Gitian-build

Script for running full Gitian builds.

Test and Verify Tools

TestGen

Utilities to generate test vectors for the data-driven Bitcoin tests.

Verify Binaries

This script attempts to download and verify the signature file SHA256SUMS.asc from bitcoin.org.