index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-11-02
net: pass CConnman via pointer rather than reference
Cory Fields
2017-11-02
Rename fAddnode to a more-descriptive "manual_connection"
Matt Corallo
2017-11-02
Add comment explaining forced processing of compact blocks
Suhas Daftuar
2017-11-02
qa: add test for minchainwork use in acceptblock
Suhas Daftuar
2017-11-02
Don't process unrequested, low-work blocks
Suhas Daftuar
2017-11-02
[qa] Test nMinimumChainWork
Suhas Daftuar
2017-11-02
Allow setting nMinimumChainWork on command line
Suhas Daftuar
2017-11-01
qa: Remove never used return value of sync_with_ping
MarcoFalke
2017-11-01
qa: Make tmpdir option an absolute path
MarcoFalke
2017-11-01
Avoid opening copied wallet databases simultaneously
Russell Yanofsky
2017-11-01
[wallet] Fix leak in CDB constructor
João Barbosa
2017-11-01
Ensure backupwallet fails when attempting to backup to source file
Tomas van der Wansem
2017-11-01
scripted-diff: rename assert_raises_jsonrpc to assert_raises_rpc error
John Newbery
2017-11-01
[tests] do not allow assert_raises_message to be called with JSONRPCException
John Newbery
2017-11-01
[tests] remove direct testing on JSONRPCException from individual test cases
John Newbery
2017-11-01
Merge #11550: [0.15.1] qa: Backports
Wladimir J. van der Laan
2017-11-01
Make listsinceblock refuse unknown block hash
Russell Yanofsky
2017-11-01
[Docs] Update OpenBSD Build Instructions for OpenBSD 6.2
fanquake
2017-10-26
Add share/rpcuser to dist. source code archive
MarcoFalke
2017-10-23
[verify-commits] Allow revoked keys to expire
Matt Corallo
2017-10-23
qa: Fix race condition in sendheaders.py
Suhas Daftuar
2017-10-23
qa: Fix replace-by-fee race condition failures
Suhas Daftuar
2017-10-19
Remove my testnet DNS seed as I currently don't have the capacity to keep it ...
Andreas Schildbach
2017-10-19
Revert "travis: filter out pyenv"
Cory Fields
2017-10-19
travis: move back to the minimal image
Cory Fields
2017-10-18
Merge #11447: 0.15.1: Backports
Wladimir J. van der Laan
2017-10-17
Fix importmulti bug when importing an already imported key
Pedro Branco
2017-10-11
Merge #11445: [qa] 0.15.1 Backports
Wladimir J. van der Laan
2017-10-09
Update importprivkey named args documentation
Dusty Williams
2017-10-09
[Docs] Update Windows build instructions for using WSL and Ubuntu 17.04
fanquake
2017-10-09
net: Improve and document SOCKS code
Wladimir J. van der Laan
2017-10-05
Add new step to clean $PATH var by removing /mnt specific Window's %PATH% pat...
Donal OConnor
2017-10-04
rpc: Prevent `dumpwallet` from overwriting files
Wladimir J. van der Laan
2017-10-04
qa: Fix lcov for out-of-tree builds
MarcoFalke
2017-10-04
qa: Restore bitcoin-util-test py2 compatibility
MarcoFalke
2017-10-04
Fix validationinterface build on super old boost/clang
Matt Corallo
2017-10-04
qt: Backup former GUI settings on `-resetguisettings`
Wladimir J. van der Laan
2017-10-04
when clearing addrman clear mapInfo and mapAddr
Gregory Sanders
2017-10-04
wallet: update stored witness in AddToWallet
Suhas Daftuar
2017-10-03
add functional test for mempoolreplacement command line arg
Gregory Sanders
2017-10-03
Fix bip68-sequence rpc test
Johnson Lau
2017-10-03
Verify DBWrapper iterators are taking snapshots
Matt Corallo
2017-10-03
qa: Fix bug introduced in p2p-segwit.py
Suhas Daftuar
2017-10-03
qa: Treat mininode p2p exceptions as fatal
Suhas Daftuar
2017-10-03
Tests for zmqpubrawtx and zmqpubrawblock
Andrew Chow
2017-10-03
[script] Unit tests for IsMine
Jim Posen
2017-10-03
[script] Unit tests for script/standard functions
Jim Posen
2017-10-03
[tests] Check connectivity before sending in assumevalid.py
John Newbery
2017-10-03
[tests] Make p2p-leaktests.py more robust
John Newbery
2017-10-03
[qa] zapwallettxes: Wait up to 3s for mempool reload
MarcoFalke
[next]