768 Commits (fa40b0eb514e77928a13a007df170e5ede18ee3e)

Author SHA1 Message Date
practicalswift 9b94054b7c Avoid reference to undefined name: stderr does not exist, sys.stderr does 7 years ago
practicalswift 51cb6b8221 Use print(...) instead of undefined printf(...) 7 years ago
practicalswift 25cd520fc4 Use sys.exit(...) instead of exit(...): exit(...) should not be used in programs 7 years ago
MeshCollider 8897b1b1b1
Add meshcollider gitian key 7 years ago
Cory Fields 4452829b10 gitian: quick hack to fix version string in releases 7 years ago
klemens f42fc1d508 doc: spelling fixes 7 years ago
Wladimir J. van der Laan 140de14a12
gitian: bump descriptors for master 7 years ago
practicalswift 9d5e98ff80 Fix typos. 7 years ago
Pieter Wuille 8842d1a5d4 Add undocumented -forcecompactdb to force LevelDB compactions 7 years ago
Wladimir J. van der Laan f0aceddf88 p2p: Hardcoded seeds update pre-0.15 branch 7 years ago
Pieter Wuille 475c08cb44 Add PR description to merge commit in github-merge.py 7 years ago
Wladimir J. van der Laan 3c85332f29
contrib: Update laanwj key 7 years ago
MeshCollider 41f3e84aac Fix inconsistencies and grammar in various files 7 years ago
Pieter Wuille eaca1b7b08 Random db flush crash simulator 7 years ago
Matt Corallo 6270d624cf Verify binaries from bitcoincore.org and bitcoin.org 7 years ago
Dimitris Tsapakidis 0a5a6b90bc Fixed multiple typos 7 years ago
MarcoFalke fab9b60fbd doc: Remove outdated minrelaytxfee comment 7 years ago
Andrew Chow d5711f4a2d Filter subtrees and and benchmarks from coverage report 7 years ago
Andrew Chow 405b86a92a Replace lcov -r commands with faster way 7 years ago
Andres G. Aragoneses 8d4dafd774 contrib/verifybinaries: allow filtering by platform 7 years ago
Wladimir J. van der Laan ac9cd953d9 contrib: Update location of seeds.txt 7 years ago
Wladimir J. van der Laan 1983c8772c devtools: Retry after signing fails in github-merge 7 years ago
Pieter Wuille 5432fc3d59 Fail on commit with VERIFY SCRIPT but no scripted-diff 7 years ago
Luke Dashjr afc693dea6 contrib/init/bitcoind.openrcconf: Don't disable wallet by default 7 years ago
Matt Corallo 91700aa1df Re-enable upnp support in contrib/debian 7 years ago
Matt Corallo c5071e1f03 Build with QT5 on Debian-based systems using contrib/debian 7 years ago
Matt Corallo a8e928699a Bump minimum boost version in contrib/debian 7 years ago
Cory Fields e50c33ea27 devtools: add script to verify scriptable changes 7 years ago
Matt Corallo 997021986e Update contrib/debian to latest Ubuntu PPA upload. 7 years ago
practicalswift 0c60c63de0 Remove unused Python imports 7 years ago
Chris Gavin e8babc4330 Use `with` in `macdeployqtplus` script. 7 years ago
Chris Gavin 4f3ac7ddd7 Remove unused variable from `macdeployqtplus` script. 7 years ago
Wladimir J. van der Laan b508424104 contrib: github-merge improvements 7 years ago
Kyle Honeycutt c0651cca49 Update bitcoin.conf with example for pruning 7 years ago
Andrew Chow bd41d9831f Datadir option in linearize scripts 7 years ago
practicalswift bd02422332 Remove accidental trailing semicolons in Python code 7 years ago
practicalswift 72163d4585 [tests] Remove unused and duplicate imports 7 years ago
John Newbery 63d66ba20a Move src/test/bitcoin-util-test.py to test/util/bitcoin-util-test.py 7 years ago
John Newbery a9bd622a65 Rename test/pull-tester/rpc-tests.py to test/functional/test_runner.py 7 years ago
John Newbery c28ee91db0 Rename rpc-tests directory to functional 7 years ago
John Newbery 00902c48cd Rename qa directory to test 7 years ago
Jameson Lopp b99fbadfad Fix init README format to render correctly on github 7 years ago
Wladimir J. van der Laan a327e8ea30 devtools: Make github-merge compute SHA512 from git, instead of worktree 7 years ago
Matt Corallo df5bae2e7b Update trusted-sha512-root-commit for new bad tree hash 7 years ago
Matt Corallo efc06c2c46 If GNU sha512sum is missing, try perl shasum in verify-commits 7 years ago
Matt Corallo fd5e905e21 Make verify-commits.sh non-recursive 7 years ago
Wladimir J. van der Laan 309bf16257
devtools: Fix a syntax error typo 7 years ago
Matt Corallo b3ec305f8e Fix bashisms in verify-commits and always check top commit's tree 7 years ago
Matt Corallo f20e664f40 Check gpg version before setting --weak-digest 7 years ago
Matt Corallo bbd757940b Fix regsig checking for subkey sigs in verify-commits 7 years ago