550 Commits (f1250033bd149626cfe42008ca145733be850dfe)

Author SHA1 Message Date
Andrew Chow 8502b20852 Unify help text for GetWarnings output in get*info RPCs 7 years ago
Andrew Chow f77f0e4825 Add warnings field to getblockchaininfo 7 years ago
John Newbery d4cdbd6fb6 [rpc] Deprecate estimatefee RPC 7 years ago
Alex Morcos fd849e1b03 Change AcceptToMemoryPool function signature 7 years ago
Matt Corallo 53a6590f49 Make float <-> int casts explicit outside of test, qt, CFeeRate 7 years ago
Matt Corallo ba206d2c63 Deprecate confusing blockmaxsize, fix getmininginfo output 7 years ago
MeshCollider df10edfd03 More user-friendly error message when partially signing 7 years ago
Wladimir J. van der Laan 5acd82de9a rpc: make estimatesmartfee argument naming consistent with documentation 7 years ago
Wladimir J. van der Laan 24697c40ee rpc: update cli for estimatefee argument rename 7 years ago
MeshCollider 592404f03f Changing &vec[0] to vec.data(), what 9804 missed 7 years ago
Matt Corallo aece8a4637 (finally) remove getinfo in favor of more module-specific infos 7 years ago
Pieter Wuille 5c8ff0d448 Introduce wrappers around CBitcoinAddress 7 years ago
Lawrence Nahum 1aa97ee088
Add savemempool RPC 7 years ago
MeshCollider bbdbe805a2 Add iswitness parameter to decode- and fundrawtransaction RPCs 7 years ago
Akio Nakamura 47ba2c312a Fix currency/fee-rate unit string in the help text 7 years ago
Suhas Daftuar 7e5d5965d1 RPC: add wtxid to mempool entry output 7 years ago
Andrew Chow ec6902d0ea rpc: Push down safe mode checks 7 years ago
Jorge Timón 6d2d2eb493
RPC: gettxout: Slightly improve doc and tests 7 years ago
Wladimir J. van der Laan 82dd7195e1 rpc: Write authcookie atomically 7 years ago
Akio Nakamura 33366768af Fix getchaintxstats() 7 years ago
MeshCollider c001992440 Fix potential null dereferences 7 years ago
Jonas Nick f9ca0fe44e Fix combinerawtransaction RPC help result section 7 years ago
Andrew Chow 6bbdafcdc4 Pass serialization flags and whether to include hex to TxToUniv 7 years ago
practicalswift 64fb0ac016 Declare single-argument (non-converting) constructors "explicit" 7 years ago
Russell Yanofsky e067673f4e Avoid treating null RPC arguments different from missing arguments 7 years ago
Russell Yanofsky e666efcdba Get rid of redundant RPC params.size() checks 7 years ago
Marko Bencun bb81e17355 scripted-diff: stop using the gArgs wrappers 7 years ago
Felix Weis 86279464b4 [RPC] trivial: gettxout no longer shows version of tx 7 years ago
Andrew Chow e029c6e709 Only return hex field once in getrawtransaction 7 years ago
Wladimir J. van der Laan 46347add43 rpc: Move ValueFromAmount to core_write 7 years ago
practicalswift 90d4d89230 scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 7 years ago
Russell Yanofsky e526b3d34c Fix misleading "Method not found" multiwallet errors 7 years ago
Karl-Johan Alm f999c46cae
listsinceblock: optionally find and list any transactions that were undone due to reorg when requesting a non-main chain block in a new 'removed' array. 7 years ago
Andrew Chow 1c9b818756 getinfo deprecation warning 7 years ago
Andrew Chow 6b4f231f5f Move transaction combining from signrawtransaction to new RPC 7 years ago
practicalswift e0d459264f Avoid redundant redeclaration of GetWarnings(const string&) 7 years ago
Alex Morcos 06bcdb8da6 Convert named argument from nblocks to conf_target 7 years ago
Alex Morcos 439c4e8ad5 Improve api to estimatesmartfee 7 years ago
Gregory Sanders 4dc1915bce check for null values in rpc args and handle appropriately 7 years ago
Alex Morcos 11590d39b9 Properly bound check conf_target in wallet RPC calls 7 years ago
Alex Morcos fd29d3df29 Remove checking of mempool min fee from estimateSmartFee. 7 years ago
Gregory Maxwell 3babbcb487 Remove confusing MAX_BLOCK_BASE_SIZE. 7 years ago
Alex Morcos 5e3b7b5686 Improve error reporting for estimaterawfee 7 years ago
Alex Morcos 9c85b91dc1 Change API to estimaterawfee 7 years ago
Alex Morcos f135923ee2 Add RPC options for RBF, confirmation target, and conservative fee estimation. 7 years ago
Pieter Wuille 0aadc11fd8 Avoid dereference-of-casted-pointer 7 years ago
Matt Corallo 928c6811f2 Use "replaceable" instead of "optintorbf" in createrawtransaction. 7 years ago
John Newbery 58e9864083 [rpc] fix verbose argument for getblock in bitcoin-cli 7 years ago
Gregory Sanders f2f1d0a83e document script-based return fields for validateaddress 7 years ago
Michael Rotarius b8bb4257fe REST/RPC example update 7 years ago