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
2018-12-12
Simplify testing RNG code
Pieter Wuille
2018-12-12
Make unit tests use the insecure_rand_ctx exclusively
Pieter Wuille
2018-12-12
Bugfix: randbytes should seed when needed (non reachable issue)
Pieter Wuille
2018-12-12
Use a FastRandomContext in LimitOrphanTxSize
Pieter Wuille
2018-12-12
Introduce a Shuffle for FastRandomContext and use it in wallet and coinselection
Pieter Wuille
2018-12-12
Use a local FastRandomContext in a few more places in net
Pieter Wuille
2018-12-12
Make addrman use its local RNG exclusively
Pieter Wuille
2018-12-12
Merge #14908: test: Removed implicit CTransaction constructor calls from test...
MarcoFalke
2018-12-12
Merge #14914: Docs: Add nice table to files.md
Wladimir J. van der Laan
2018-12-12
Merge #14701: build: Add CLIENT_VERSION_BUILD to CFBundleGetInfoString
Wladimir J. van der Laan
2018-12-12
Merge #14909: doc: Update minimum required Qt
Wladimir J. van der Laan
2018-12-12
Merge #13076: Fix ScanForWalletTransactions to return an enum indicating scan...
MeshCollider
2018-12-12
Merge #14646: Add expansion cache functions to descriptors (unused for now)
MeshCollider
2018-12-11
Removed implicit CTransaction conversion from benchmaks
lucash-dev
2018-12-11
Removed implicit CTransaction constructor from tests
lucash-dev
2018-12-11
Add nice table to files.md
Emil Engler
2018-12-11
Merge #14886: [tests] Refactor importmulti tests
MarcoFalke
2018-12-11
Merge #14857: wallet_keypool_topup.py: Test for all keypool address types
MarcoFalke
2018-12-11
Merge #14883: add `--retry 5` to curl opts in install_db4.sh
MarcoFalke
2018-12-10
[tests] Add docstring for wallet_importmulti.py
John Newbery
2018-12-10
[tests] add test_address method to wallet_import.py
John Newbery
2018-12-10
[tests] add test_importmulti method to wallet_import.py
John Newbery
2018-12-10
[tests] add get_multisig function to wallet_importmulti.py
John Newbery
2018-12-10
[tests] add get_key function to wallet_importmulti.py
John Newbery
2018-12-10
Merge #14877: rpc: Document default values for optional arguments
MarcoFalke
2018-12-10
Merge #14885: rpc: Assert named arguments are unique in RPCHelpMan
MarcoFalke
2018-12-10
doc: Update minimum required qt
fanquake
2018-12-10
Merge #14809: Tools: improve verify-commits.py script
MeshCollider
2018-12-09
Merge #14799: docs: convert link from http to https in doc/release-process.md
Jonas Schnelli
2018-12-09
Merge #14801: qt: Use window() instead of obsolete topLevelWidget()
Wladimir J. van der Laan
2018-12-07
Merge #14788: tests: Possible fix the permission error when the tests open th...
MarcoFalke
2018-12-07
rpc: Document default values for optional arguments
MarcoFalke
2018-12-07
rpc: Assert named arguments are unique in RPCHelpMan
João Barbosa
2018-12-07
Merge #14795: test: allows test_runner command line to receive parameters for...
MarcoFalke
2018-12-07
Merge #14890: rpc: Avoid creating non-standard raw transactions
Wladimir J. van der Laan
2018-12-07
Merge #14854: qt: Cleanup SplashScreen class
Wladimir J. van der Laan
2018-12-07
Merge #14480: refactor: Drop boost::this_thread::interruption_point and boost...
Wladimir J. van der Laan
2018-12-07
Merge #14863: refactor: Add and use HaveTxsDownloaded() where appropriate
Wladimir J. van der Laan
2018-12-06
rpc: Avoid creating non-standard raw transactions
MarcoFalke
2018-12-06
Merge #14783: gui: Fix boost::signals2::no_slots_error in early calls to Init...
MarcoFalke
2018-12-06
Merge #14564: Adjust configure so that only bip70 is disabled when protobuf i...
MarcoFalke
2018-12-06
[tests] tidy up imports in wallet_importmulti.py
John Newbery
2018-12-06
[tests] fix flake8 warnings in wallet_importmulti.py
John Newbery
2018-12-06
Merge #14670: http: Fix HTTP server shutdown
Wladimir J. van der Laan
2018-12-06
Merge #14882: [doc] developer-notes.md: point out that UniValue deviates from...
MarcoFalke
2018-12-06
Improve documentation for running verify-commits.py script
Jameson Lopp
2018-12-06
Merge #14869: scripts: Add trusted key for Samuel Dobson
Wladimir J. van der Laan
2018-12-06
Merge #14831: Scripts and tools: Use #!/usr/bin/env bash instead of #!/bin/bash.
Wladimir J. van der Laan
2018-12-06
Merge #14838: Use const in COutPoint class
Wladimir J. van der Laan
2018-12-06
Merge #14864: test: Run scripted-diff in subshell
Wladimir J. van der Laan
[next]