dash/contrib
Pasta 19227b1de9
Some checks failed
CI / Build Image (push) Failing after 4m28s
CI / Build (linux64, x86_64-pc-linux-gnu) (push) Has been skipped
CI / Build Dependencies (arm-linux, arm-linux-gnueabihf) (push) Has been skipped
CI / Build Dependencies (linux64, x86_64-pc-linux-gnu) (push) Has been skipped
CI / Build Dependencies (linux64_cxx20, x86_64-pc-linux-gnu) (push) Has been skipped
CI / Build Dependencies (linux64_fuzz, x86_64-pc-linux-gnu) (push) Has been skipped
CI / Build (linux64_nowallet, x86_64-pc-linux-gnu) (push) Has been skipped
CI / Build Dependencies (linux64_nowallet, x86_64-pc-linux-gnu) (push) Has been skipped
CI / Build (linux64_sqlite, x86_64-pc-linux-gnu) (push) Has been skipped
CI / Build Dependencies (linux64_sqlite, x86_64-pc-linux-gnu) (push) Has been skipped
CI / Build (linux64_tsan, x86_64-pc-linux-gnu) (push) Has been skipped
CI / Build Dependencies (linux64_tsan, x86_64-pc-linux-gnu) (push) Has been skipped
CI / Build Dependencies (linux64_ubsan, x86_64-pc-linux-gnu) (push) Has been skipped
CI / Build (arm-linux, arm-linux-gnueabihf) (push) Has been skipped
CI / Build (linux64_cxx20, x86_64-pc-linux-gnu) (push) Has been skipped
CI / Build (linux64_fuzz, x86_64-pc-linux-gnu) (push) Has been skipped
CI / Build (linux64_ubsan, x86_64-pc-linux-gnu) (push) Has been skipped
Guix Build / build-image (push) Failing after 4m10s
Guix Build / build (aarch64-linux-gnu) (push) Has been skipped
Guix Build / build (arm-linux-gnueabihf) (push) Has been skipped
Guix Build / build (arm64-apple-darwin) (push) Has been skipped
Guix Build / build (riscv64-linux-gnu) (push) Has been skipped
Guix Build / build (x86_64-apple-darwin) (push) Has been skipped
Guix Build / build (x86_64-linux-gnu) (push) Has been skipped
Guix Build / build (x86_64-w64-mingw32) (push) Has been skipped
Label Merge Conflicts / main (push) Failing after 44s
Check Merge Fast-Forward Only / check_merge (push) Failing after 3m12s
fix: improper order of releases
2024-12-24 13:17:58 -06:00
..
auto_gdb refactor: s/sporkManager/sporkman/g 2024-03-14 03:29:06 +00:00
builder-keys chore: update pasta gpg key to reflect new subkeys 2024-09-27 12:54:58 -05:00
containers fix: group the ENV in quotations 2024-08-12 11:58:20 +07:00
debian Merge bitcoin-core/gui#266: Doc: Copyright: Fix embedded font file location 2024-06-11 08:39:08 -05:00
devtools chore: run contrib/devtools/copyright_header.py update . 2024-10-05 23:17:41 +03:00
flatpak fix: improper order of releases 2024-12-24 13:17:58 -06:00
guix Merge bitcoin/bitcoin#29733: build, macos: Drop unused osx_volname target 2024-10-04 12:54:24 -05:00
init Merge #21418: contrib: Make systemd invoke dependencies only when ready 2024-04-22 09:42:16 -05:00
linearize merge bitcoin#22633: Replace remaining binascii method calls 2024-07-23 17:45:24 +00:00
macdeploy Merge bitcoin/bitcoin#22418: release: Remove gitian 2023-12-06 12:40:58 -06:00
message-capture fix: check if message can be handled before attempting to deserialize 2024-03-12 15:17:16 -05:00
qos Merge bitcoin/bitcoin#21740: test: add new python linter to check file names and permissions 2024-05-16 02:09:37 +07:00
seeds chore: update seeds 2024-07-25 02:00:25 +07:00
shell feat: Set client version for non-release binaries and version in guix based on git tags (#5653) 2024-01-11 21:43:42 -06:00
testgen Merge #20813: scripted-diff: Bump copyright headers 2024-04-10 03:19:34 +07:00
tracing merge bitcoin#23907: utxocache tracepoints follow up 2024-09-04 18:46:14 +00:00
verify-commits chore: drop travis mentioning in docs and comments 2024-03-27 00:48:27 +07:00
verifybinaries fix: adjust verify-binaries script to properly handle RCs 2024-02-24 11:07:44 -06:00
windeploy feat: migrate to a CA issued certificate 2024-02-24 10:44:55 -06:00
zmq merge bitcoin#19572: Create "sequence" notifier, enabling client-side mempool tracking 2024-08-26 15:35:12 +00:00
dash-cli.bash-completion Merge #17829: scripted-diff: Bump copyright of files changed in 2019 2023-12-06 11:40:14 -06:00
dash-tx.bash-completion Merge #8289: bash-completion: Adapt for 0.12 and 0.13 2017-12-28 11:44:59 +01:00
dashd.bash-completion Merge #17829: scripted-diff: Bump copyright of files changed in 2019 2023-12-06 11:40:14 -06:00
filter-lcov.py Merge #20813: scripted-diff: Bump copyright headers 2024-04-10 03:19:34 +07:00
install_db4.sh Merge bitcoin/bitcoin#26772: contrib: fix sha256 check in install_db4.sh for FreeBSD 2024-08-12 11:52:39 +07:00
README.md Merge bitcoin/bitcoin#22418: release: Remove gitian 2023-12-06 12:40:58 -06:00
valgrind.supp merge bitcoin#20744: Use std::filesystem. Remove Boost Filesystem & System 2024-08-06 18:00:39 +00:00

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 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

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

Build Tools and Keys

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

PGP keys used for signing Dash Core release results.

MacDeploy

Scripts and notes for Mac builds.

Test and Verify Tools

TestGen

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

Verify Binaries

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