15052 Commits (8cf88b4aaeaf4f7446fea6dc6d2402a9cc9368eb)
 

Author SHA1 Message Date
MarcoFalke 91e49c51f1
Merge #10859: RPC: gettxout: Slightly improve doc and tests 7 years ago
Jorge Timón 6d2d2eb493
RPC: gettxout: Slightly improve doc and tests 7 years ago
MarcoFalke 60dd9cc470
Merge #10781: Python cleanups 7 years ago
Cristian Mircea Messel 4f2905b76b Add getmininginfo functional test 7 years ago
Wladimir J. van der Laan cee4fe1d53
Merge #11144: Move local include to before system includes 7 years ago
practicalswift 78214588d6 Use for-loop instead of list comprehension 7 years ago
practicalswift 8239794360 Use the variable name _ for unused return values 7 years ago
practicalswift 2e6080bbf3 Remove unused variables and/or function calls 7 years ago
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
Wladimir J. van der Laan f088a1bb39
Merge #10303: [bench] Include ms/blk stats in Connect* benchmarks. 7 years ago
Wladimir J. van der Laan 538cc0ca8b build: Mention use of asm in summary 7 years ago
Wladimir J. van der Laan ce5381e7fe build: Rename --enable-experimental-asm to --enable-asm and enable by default 7 years ago
Wladimir J. van der Laan df91e11ae1
Merge #11126: Acquire cs_main lock before cs_wallet during wallet initialization 7 years ago
Wladimir J. van der Laan 9c833f471c
Merge #11145: Fix rounding bug in calculation of minimum change 7 years ago
Wladimir J. van der Laan 745bbdc189
Merge #11161: Remove redundant explicitly defined copy ctors 7 years ago
Wladimir J. van der Laan 298251161c
Merge #11138: Compat: Simplify bswap_16 implementation 7 years ago
Wladimir J. van der Laan c7229ac36e
Merge #11131: rpc: Write authcookie atomically 7 years ago
Wladimir J. van der Laan 5b8af7b879
Merge #11169: [GUI] Make tabs toolbar no longer have a context menu 7 years ago
Wladimir J. van der Laan 6ca1513624
Merge #11153: Add meshcollider Gitian PGP key 7 years ago
Dan Raviv b426e24678 Remove redundant explicitly defined copy ctors 7 years ago
MarcoFalke ede386c219
Merge #11160: Improve versionbits_computeblockversion test code consistency 7 years ago
MarcoFalke a084767b40
Merge #11155: Trivial: Documentation fixes for CVectorWriter ctors 7 years ago
danra 946638d0a0 Improve versionbits_computeblockversion test code consistency 7 years ago
Andrew Chow e2548302f4 Make tabs toolbar no longer have a context menu 7 years ago
Dan Raviv 5ac072caa2 Fix boost headers included as user instead of system headers 7 years ago
Wladimir J. van der Laan 7fd49d01dc
Merge #11151: Fix header guards using reserved identifiers 7 years ago
Dan Raviv 9b348ff9eb Fix memory leaks in qt/guiutil.cpp 7 years ago
danra 37c4362f22 Trivial: Documentation fixes for CVectorWriter ctors 7 years ago
MeshCollider 8897b1b1b1
Add meshcollider gitian key 7 years ago
Dan Raviv bc70ab5dff Fix header guards using reserved identifiers 7 years ago
Alex Morcos 6af49dddea Output a bit more information for fee calculation report. 7 years ago
Alex Morcos a54c7b94f8 Fix rounding errors in calculation of minimum change size 7 years ago
Wladimir J. van der Laan 07c92b98e2
Merge #10976: [MOVEONLY] Move some static functions out of wallet.h/cpp 7 years ago
danra eefc2f36f3 Move local include to before system includes 7 years ago
danra e40fa987e4 Simplify bswap_16 implementation 7 years ago
João Barbosa 62ecce75e4 [doc] Add RPC response notes 7 years ago
Wladimir J. van der Laan 82dd7195e1 rpc: Write authcookie atomically 7 years ago
MarcoFalke 3f726c99f8
Merge #11112: [developer-notes] By default, declare single-argument constructors "explicit" 7 years ago
MarcoFalke 77fc469fc7
Merge #11108: Changing -txindex requires -reindex, not -reindex-chainstate 7 years ago
John Newbery 0063d2c3dc [tests] Make p2p-leaktests.py more robust 7 years ago
MarcoFalke 4ae6d0fbef
Merge #10798: [tests] [utils] test bitcoin-cli 7 years ago
Russell Yanofsky de9a1db2ed Acquire cs_main lock before cs_wallet during wallet initialization 7 years ago
Wladimir J. van der Laan affe9271aa
Merge #10997: RPC: Add option -stdinrpcpass to bitcoin-cli to allow RPC password to be read from standard input 7 years ago
Wladimir J. van der Laan 00ada17230
Merge #11119: [doc] build-windows: Mention that only trusty works 7 years ago
MarcoFalke 8858b6ddd3
Merge #11068: qa: Move wait_until to util 7 years ago
Wladimir J. van der Laan 41496e20f3
Merge #11077: [tests] fix timeout issues from TestNode 7 years ago
Joe Harvell 79191f51b5 Add option -stdinrpcpass to allow RPC password to be read from standard input 7 years ago
John Newbery 2b4ea520b7 [tests] fix timeout issues from TestNode 7 years ago