aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-13Merge #14624: Some simple improvements to the RNG codeWladimir J. van der Laan
2018-12-13Merge #14319: doc: Fix PSBT howto and example parametersWladimir J. van der Laan
2018-12-13Merge #14741: doc: Indicate -rpcauth option password hashing algWladimir J. van der Laan
2018-12-13Merge #14884: Travis: enforce Python 3.4 support through linterWladimir J. van der Laan
2018-12-13Merge #14903: tests: Handle ImportError explicitly, improve comparisons again...Wladimir J. van der Laan
2018-12-13tests: Test for expected return values when calling functions returning a suc...practicalswift
2018-12-12Do not permit copying FastRandomContextsPieter Wuille
2018-12-12Simplify testing RNG codePieter Wuille
2018-12-12Make unit tests use the insecure_rand_ctx exclusivelyPieter Wuille
2018-12-12Bugfix: randbytes should seed when needed (non reachable issue)Pieter Wuille
2018-12-12Use a FastRandomContext in LimitOrphanTxSizePieter Wuille
2018-12-12Introduce a Shuffle for FastRandomContext and use it in wallet and coinselectionPieter Wuille
2018-12-12Use a local FastRandomContext in a few more places in netPieter Wuille
2018-12-12Make addrman use its local RNG exclusivelyPieter Wuille
2018-12-12test: Add tests for truncated scriptsMarcoFalke
2018-12-12Merge #14908: test: Removed implicit CTransaction constructor calls from test...MarcoFalke
2018-12-12Merge #14914: Docs: Add nice table to files.mdWladimir J. van der Laan
2018-12-12Merge #14701: build: Add CLIENT_VERSION_BUILD to CFBundleGetInfoStringWladimir J. van der Laan
2018-12-12depends: disable unused qt featuresfanquake
2018-12-12depends: qt 5.9.7fanquake
2018-12-12depends: expat 2.2.6fanquake
2018-12-12Merge #14909: doc: Update minimum required QtWladimir J. van der Laan
2018-12-12[test] functional framework: add CScript hex() for Python 3.4Sjors Provoost
2018-12-12[test] Travis: enforce Python 3.4 support in functional testsSjors Provoost
2018-12-12Merge #13076: Fix ScanForWalletTransactions to return an enum indicating scan...MeshCollider
2018-12-12Merge #14646: Add expansion cache functions to descriptors (unused for now)MeshCollider
2018-12-11Removed implicit CTransaction conversion from benchmakslucash-dev
2018-12-11Removed implicit CTransaction constructor from testslucash-dev
2018-12-11test: mempool_persist: Verify prioritization is dumped correctlyMarcoFalke
2018-12-11Add nice table to files.mdEmil Engler
2018-12-11Merge #14886: [tests] Refactor importmulti testsMarcoFalke
2018-12-11Merge #14857: wallet_keypool_topup.py: Test for all keypool address typesMarcoFalke
2018-12-11Merge #14883: add `--retry 5` to curl opts in install_db4.shMarcoFalke
2018-12-11test: consensus: Check that final transactions are validMarcoFalke
2018-12-11test: Correctly deserialize without witnessMarcoFalke
2018-12-11qt: Remove ellipsis from sending/receiving addressesJoão Barbosa
2018-12-11qt: Add Window menuJoão Barbosa
2018-12-11qt: Allow to inspect RPCConsole tabsJoão Barbosa
2018-12-10[docs] add release note for change to GBTJohn Newbery
2018-12-10[mining] segwit option must be set in GBTJohn Newbery
2018-12-10[tests] Add docstring for wallet_importmulti.pyJohn Newbery
2018-12-10[tests] add test_address method to wallet_import.pyJohn Newbery
2018-12-10[tests] add test_importmulti method to wallet_import.pyJohn Newbery
2018-12-10[tests] add get_multisig function to wallet_importmulti.pyJohn Newbery
2018-12-10[tests] add get_key function to wallet_importmulti.pyJohn Newbery
2018-12-10Add E711 to flake8 checkDaniel Ingram
2018-12-10Compare to None with is/is notDaniel Ingram
2018-12-10RPCHelpMan: Support required arguments after optional onesMarcoFalke
2018-12-10Merge #14877: rpc: Document default values for optional argumentsMarcoFalke
2018-12-10Merge #14885: rpc: Assert named arguments are unique in RPCHelpManMarcoFalke