dogecoin/contrib
fanquake 09da0e46bf
Merge #19287: contrib: Fix SyntaxWarning in Python base58 implementation
47b49a05ea contrib: Fix SyntaxWarning in Python base58 implementation (Alex Willmer)

Pull request description:

  In Python integers should be compared for equality (`i == j`), not identity (`i is j`). Recent versions of CPython 3.x emit a SyntaxWarning when they encounter this incorrect usage, e.g.

  ```
  $ python3 base58.py
  base58.py:110: SyntaxWarning: "is" with a literal. Did you mean "=="?
    assert get_bcaddress_version('15VjRaDX9zpbA8LVnbrCAFzrVzN7ixHNsC') is 0
  Tests passed
  ```

ACKs for top commit:
  MarcoFalke:
    ACK 47b49a05ea

Tree-SHA512: 9f8962025dcdfa062c0515c68a1864f5bbeb86bd0510c0ec0e413a5edb6afbfd5f41b4c0255784e53db8eaf39c68b7cfa7cc8a33a2e5214aae463fda374f8719
2020-06-17 17:05:15 +08:00
..
debian
devtools test: use subprocess.run() in test-security-check.py 2020-06-16 19:52:30 +08:00
gitian-descriptors rel-builds: Specify core.abbrev for git-rev-parse 2020-05-04 13:00:08 -04:00
gitian-keys Merge #18619: gitian: add jonatack gpg key fingerprint 2020-04-15 15:38:02 +08:00
guix guix: Add clarifying documentation for V env var 2020-05-20 13:11:16 -04:00
init
linearize scripted-diff: Bump copyright headers 2020-04-16 13:33:09 -04:00
macdeploy Merge #18589: Fix naming of macOS SDK and clarify version 2020-04-24 17:22:54 +08:00
qos
seeds scripted-diff: Bump copyright headers 2020-04-16 13:33:09 -04:00
testgen contrib: Fix SyntaxWarning in Python base58 implementation 2020-06-15 21:36:54 +01:00
verify-commits scripted-diff: Bump copyright headers 2020-04-16 13:33:09 -04:00
verifybinaries
windeploy
zmq
bitcoin-cli.bash-completion
bitcoin-qt.pro
bitcoin-tx.bash-completion
bitcoind.bash-completion
filter-lcov.py scripted-diff: Bump copyright headers 2020-04-16 13:33:09 -04:00
gitian-build.py
install_db4.sh
README.md
valgrind.supp test: Make valgrind.supp work on aarch64 2020-06-03 10:58:27 -04:00

Repository Tools

Developer tools

Specific tools for developers working on this repository. Additional tools, including the github-merge.py script, are available in the maintainer-tools repository.

Verify-Commits

Tool to verify that every merge commit was signed by a developer using the 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

Packaging

The Debian subfolder contains the copyright file.

All other packaging related files can be found in the bitcoin-core/packaging repository.

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.

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.