13365 Commits (fa4535df574067700ed7d2227ae03605075b8730)
 

Author SHA1 Message Date
Luke Dashjr d77ad6d416 RPC: Do all wallet access through new GetWalletForJSONRPCRequest 7 years ago
Luke Dashjr eca550f250 RPC/Wallet: Pass CWallet as pointer to helper functions 7 years ago
Cory Fields d4ee7baef7 prevector: assert successful allocation 7 years ago
Suhas Daftuar fe71661ae1 [doc] Update doc/bips.md for BIP90 implementation 7 years ago
Alex Morcos ad727f4eaf [rpc] sendrawtransaction no longer bypasses minRelayTxFee 7 years ago
Alex Morcos fe282acd76 [cleanup] Remove estimatePriority and estimateSmartPriority 7 years ago
Alex Morcos 400b15147c [debug] Change -printpriority option 7 years ago
Alex Morcos 272b25a6a9 [mining] Remove -blockprioritysize. 7 years ago
Alex Morcos 12839cdd56 [rpc] Remove estimatepriority and estimatesmartpriority. 7 years ago
MarcoFalke ddf58c7573 wallet: Remove sendfree 7 years ago
Russell Yanofsky 306bd72157 Fix importmulti returning rescan errors for wrong keys 7 years ago
Wladimir J. van der Laan 94e5ba9ba2
Merge #9875: tests: Fix dangling pwalletMain pointer in wallet tests 7 years ago
Wladimir J. van der Laan 75a109338f tests: Fix dangling pwalletMain pointer in wallet tests 7 years ago
Wladimir J. van der Laan 19cafc6239 test: Replace remaining sprintf with snprintf 7 years ago
Wladimir J. van der Laan 0a177148e7 uint256: replace sprintf with HexStr and reverse-iterator 7 years ago
Wladimir J. van der Laan c7e57ce981
Merge #9839: [qa] Make import-rescan.py watchonly check reliable 7 years ago
Pieter Wuille fa89670d34 Add SHA512 tree hash to merge commits 7 years ago
Pieter Wuille 277b472fb2 Run miner_tests with fixed options 7 years ago
Pieter Wuille 48faf0bf63 Abstract out BlockAssembler options 7 years ago
Marijn Stollenga 83ac719d34 Change bitcoin address in RPC helpaddress to an invalid address, so people don't accidentally send coins there (like I did). 7 years ago
Wladimir J. van der Laan 6206252e50
Merge #9847: Extra test vector for BIP32 7 years ago
Cory Fields c5f008a416 don't throw std::bad_alloc when out of memory. Instead, terminate immediately 7 years ago
Wladimir J. van der Laan f19afdbfb4
Merge #9612: [trivial] Rephrase the definition of difficulty. 7 years ago
Wladimir J. van der Laan dd6e0d6301
Merge #9833: Trivial: fix comments referencing AppInit2 7 years ago
Wladimir J. van der Laan 00285cece8
Merge #9840: Update sendfrom RPC help to correct coin selection misconception 7 years ago
Karl-Johan Alm dc222f8f63
Trivial: Rephrase the definition of difficulty in the code. 7 years ago
Pieter Wuille 30aedcbdb4 BIP32 extra test vector 7 years ago
Marko Bencun ef9f495e93 Trivial: fix comments referencing AppInit2 7 years ago
John Newbery b23dcd2bf9 Fix segwit getblocktemplate test. 7 years ago
Russell Yanofsky 864890adf5 [qa] Make import-rescan.py watchonly check reliable 7 years ago
Russell Yanofsky f81f0d0030 Update sendfrom RPC help to correct coin selection misconception 7 years ago
Wladimir J. van der Laan 692c9eddba
Merge #9831: build: force a c++ standard to be specified 7 years ago
MarcoFalke a13a417cdc
Merge #9823: qa: Set correct path for binaries in rpc tests 7 years ago
MarcoFalke d6064a89ac
Merge #9577: Fix docstrings in qa tests 7 years ago
MarcoFalke 7146d96de3
Merge #9766: Add --exclude option to rpc-tests.py 7 years ago
John Newbery 3f95a806b1 Fix docstrings in qa tests 7 years ago
Wladimir J. van der Laan e68c266f3d
Merge #9789: build: add --enable-werror and warn on vla's 7 years ago
Wladimir J. van der Laan 1d2a57e9fd
Merge #9824: qa: Check return code when stopping nodes 7 years ago
Wladimir J. van der Laan d14555de3d
Merge #9820: Fix pruning test broken by 2 hour manual prune window 7 years ago
Marko Bencun 5b528d746c qt: clean up initialize/shutdown signals 7 years ago
Cory Fields 205830a37b build: add --enable-werror option 7 years ago
MarcoFalke fa4cd2e998 qa: Check return code when stopping nodes 7 years ago
John Newbery f5aba8a3c5 Move tx version 2 standardness check to after bip68 activation 7 years ago
Russell Yanofsky 09fe346a4f Avoid -Wshadow warnings in wallet_tests 7 years ago
Cory Fields 9829c54de2 build: force a c++ standard to be specified 7 years ago
Wladimir J. van der Laan bed5b30a56
Merge #9711: [Trivial] Remove incorrect help message from gettxoutproof() 7 years ago
Wladimir J. van der Laan 1efc99c4dc
Merge #9819: Remove harmless read of unusued priority estimates 7 years ago
Wladimir J. van der Laan ba7220b5e8
Merge #9773: Return errors from importmulti if complete rescans are not successful 7 years ago
Marko Bencun 4b183d33f3 Remove block file location upgrade code 7 years ago
Wladimir J. van der Laan a8c5751038
Merge #9801: Removed redundant parameter from mempool.PrioritiseTransaction 7 years ago