13378 Commits (b1a4f2757695cb00a674d7385b02b29187954535)
 

Author SHA1 Message Date
Wladimir J. van der Laan f5ef8e9dd2
Merge #9867: Replace remaining sprintf with snprintf 8 years ago
Wladimir J. van der Laan 30bdcfca2b
Merge #9865: Change bitcoin address in RPC help message 8 years ago
Wladimir J. van der Laan d75e8cb44d
Merge #9879: [doc] Update doc/bips.md for BIP90 implementation 8 years ago
Wladimir J. van der Laan 65fdc37ac3
Merge #9856: Terminate immediately when allocation fails 8 years ago
Matt Corallo a4b02f4275 Add Pieter's old signed commits to revsig-commits 8 years ago
MarcoFalke 88c2ae3ed2
Merge #9350: [Trivial] Adding label for amount inside of tx_valid/tx_invalid.json 8 years ago
Luke Dashjr d678771c66 Wallet: Sanitise -wallet parameter 8 years ago
Luke Dashjr 9756be382e Wallet/RPC: Use filename rather than CWallet pointer, for lockwallet RPCRunLater job name 8 years ago
Luke Dashjr 86be48a77c More tightly couple EnsureWalletIsAvailable with GetWalletForJSONRPCRequest where appropriate 8 years ago
Luke Dashjr a4356328e0 Move wallet RPC declarations to rpcwallet.h 8 years ago
Luke Dashjr ad1573472e RPC: Pass on JSONRPCRequest metadata (URI/user/etc) for "help" method 8 years ago
Luke Dashjr bf8a04a165 Reformat touched lines with C++11 8 years ago
Luke Dashjr 2e518e313b Move nWalletUnlockTime to CWallet::nRelockTime, and name timed task unique per CWallet 8 years ago
Luke Dashjr d77ad6d416 RPC: Do all wallet access through new GetWalletForJSONRPCRequest 8 years ago
Luke Dashjr eca550f250 RPC/Wallet: Pass CWallet as pointer to helper functions 8 years ago
Cory Fields d4ee7baef7 prevector: assert successful allocation 8 years ago
Suhas Daftuar fe71661ae1 [doc] Update doc/bips.md for BIP90 implementation 8 years ago
Alex Morcos ad727f4eaf [rpc] sendrawtransaction no longer bypasses minRelayTxFee 8 years ago
Alex Morcos fe282acd76 [cleanup] Remove estimatePriority and estimateSmartPriority 8 years ago
Alex Morcos 400b15147c [debug] Change -printpriority option 8 years ago
Alex Morcos 272b25a6a9 [mining] Remove -blockprioritysize. 8 years ago
Alex Morcos 12839cdd56 [rpc] Remove estimatepriority and estimatesmartpriority. 8 years ago
MarcoFalke ddf58c7573 wallet: Remove sendfree 8 years ago
Russell Yanofsky 306bd72157 Fix importmulti returning rescan errors for wrong keys 8 years ago
Wladimir J. van der Laan 94e5ba9ba2
Merge #9875: tests: Fix dangling pwalletMain pointer in wallet tests 8 years ago
Wladimir J. van der Laan 75a109338f tests: Fix dangling pwalletMain pointer in wallet tests 8 years ago
Wladimir J. van der Laan 19cafc6239 test: Replace remaining sprintf with snprintf 8 years ago
Wladimir J. van der Laan 0a177148e7 uint256: replace sprintf with HexStr and reverse-iterator 8 years ago
Wladimir J. van der Laan c7e57ce981
Merge #9839: [qa] Make import-rescan.py watchonly check reliable 8 years ago
Pieter Wuille fa89670d34 Add SHA512 tree hash to merge commits 8 years ago
Pieter Wuille 277b472fb2 Run miner_tests with fixed options 8 years ago
Pieter Wuille 48faf0bf63 Abstract out BlockAssembler options 8 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). 8 years ago
Wladimir J. van der Laan 6206252e50
Merge #9847: Extra test vector for BIP32 8 years ago
Cory Fields c5f008a416 don't throw std::bad_alloc when out of memory. Instead, terminate immediately 8 years ago
Wladimir J. van der Laan f19afdbfb4
Merge #9612: [trivial] Rephrase the definition of difficulty. 8 years ago
Wladimir J. van der Laan dd6e0d6301
Merge #9833: Trivial: fix comments referencing AppInit2 8 years ago
Wladimir J. van der Laan 00285cece8
Merge #9840: Update sendfrom RPC help to correct coin selection misconception 8 years ago
Karl-Johan Alm dc222f8f63
Trivial: Rephrase the definition of difficulty in the code. 8 years ago
Pieter Wuille 30aedcbdb4 BIP32 extra test vector 8 years ago
Marko Bencun ef9f495e93 Trivial: fix comments referencing AppInit2 8 years ago
John Newbery b23dcd2bf9 Fix segwit getblocktemplate test. 8 years ago
Russell Yanofsky 864890adf5 [qa] Make import-rescan.py watchonly check reliable 8 years ago
Russell Yanofsky f81f0d0030 Update sendfrom RPC help to correct coin selection misconception 8 years ago
Wladimir J. van der Laan 692c9eddba
Merge #9831: build: force a c++ standard to be specified 8 years ago
MarcoFalke a13a417cdc
Merge #9823: qa: Set correct path for binaries in rpc tests 8 years ago
MarcoFalke d6064a89ac
Merge #9577: Fix docstrings in qa tests 8 years ago
MarcoFalke 7146d96de3
Merge #9766: Add --exclude option to rpc-tests.py 8 years ago
John Newbery 3f95a806b1 Fix docstrings in qa tests 8 years ago
Wladimir J. van der Laan e68c266f3d
Merge #9789: build: add --enable-werror and warn on vla's 8 years ago