550 Commits (f1250033bd149626cfe42008ca145733be850dfe)

Author SHA1 Message Date
Anthony Towns 1825e37075 Error on missing amount in signrawtransaction* 6 years ago
Pieter Wuille 657dfc5bca Fix csBestBlock/cvBlockChange waiting in rpc/mining 6 years ago
Gregory Sanders 6b9dc8ceae have verifytxoutproof check the number of txns in proof structure 6 years ago
Gregory Sanders cbd2f70b75
expose CBlockIndex::nTx in getblock(header) 7 years ago
Luke Dashjr 18b0c69e2f
Bugfix: Include <memory> for std::unique_ptr 7 years ago
David A. Harding 4087dd08e7
RPC Docs: gettxout*: clarify bestblock and unspent counts 7 years ago
Adrian Gallagher a74a01e617
Litecoin: Branding 7 years ago
Tamas Blummer e730b82b07 fix version typo 7 years ago
Adrian Gallagher fee6799b12
Litecoin: Protocol and default settings 7 years ago
Adrian Gallagher e838c27971
Litecoin: Fix various tests 7 years ago
Pieter Wuille 3762ac127a
Make signrawtransaction accept P2SH-P2WSH redeemscripts 7 years ago
MeshCollider ee11121229 Add special error for genesis coinbase to gettransaction 7 years ago
MarcoFalke fa1e69e52b qa: Sync with validationinterface queue in sync_mempools 7 years ago
Wladimir J. van der Laan 49e5f3ff7e rpc: Add deprecation error for `getinfo` 7 years ago
Alin Rus a73aab7cd8 Use the character based overload for std::string::find. 7 years ago
Andrew Chow 1df206f854 Disallow using addresses in createmultisig 7 years ago
Pieter Wuille 37c03d3e05 Support P2WPKH addresses in create/addmultisig 7 years ago
Pieter Wuille 3eaa003c88 Extend validateaddress information for P2SH-embedded witness 7 years ago
Akira Takizawa 595a7bab23 Increment MIT Licence copyright header year on files modified in 2017 7 years ago
Jeff Rade aad309065d [rpc] Adding ::minRelayTxFee amount to getmempoolinfo and updating mempoolminfee help description 7 years ago
João Barbosa 320669a363 rpc: Validate replaceable type in createrawtransaction 7 years ago
Russell Yanofsky 9c8eca7704 Split up key and script metadata for better type safety 7 years ago
MarcoFalke fa4c16d2e7 qa: Add getrawtransaction in_active_chain=False test 7 years ago
Karl-Johan Alm b167951677
[rpc] Allow getrawtransaction to take optional blockhash to fetch transaction from a block directly. 7 years ago
Andrew Chow e4d0af4fe1 Loop through the bip9 soft fork deployments instead of hard coding 7 years ago
Karl-Johan Alm a5f5a2ce53
[rpc] Fix fVerbose parsing (remove excess if cases). 7 years ago
sean 3e1ee31043 [Tests] Adding unit tests for GetDifficulty in blockchain.cpp. 7 years ago
Matt Corallo d9340ce912 Fix sendrawtransaction hang when sending a tx already in mempool 7 years ago
Akio Nakamura c60c49b679 Improve help text and behavior of RPC-logging 7 years ago
practicalswift a720b928c8 Remove includes in .cpp files for things the corresponding .h file already included 7 years ago
MeshCollider 1a445343f6 scripted-diff: Replace #include "" with #include <> (ryanofsky) 7 years ago
practicalswift d223bc940a Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktree 7 years ago
Wladimir J. van der Laan cabff75880 rpc: Make logging RPC public 7 years ago
practicalswift a9b6ba0b7c Add missing cs_main locks when calling blockToJSON/blockheaderToJSON 7 years ago
Matt Corallo 7e319d6393 Fix -Wthread-safety-analysis warnings. Change the sync.h primitives to std from boost. 7 years ago
John Newbery 11413646be [trivial] (whitespace only) fix getblockchaininfo alignment 7 years ago
John Newbery bd9c18171d [rpc] Add initialblockdownload to getblockchaininfo 7 years ago
Matt Corallo cb06edf938 Fix wallet RPC race by waiting for callbacks in sendrawtransaction 7 years ago
Matt Corallo 5ee88b4bde Clarify docs for requirements/handling of addnode/connect nodes 7 years ago
Matt Corallo 57edc0b0c8 Rename fAddnode to a more-descriptive "manual_connection" 7 years ago
Matt Corallo 44407100ff Replace relevant services logic with a function suite. 7 years ago
Jonas Schnelli c77170fbdb
[Wallet] add rescanblockchain <start_height> <stop_height> RPC command 7 years ago
Cristian Mircea Messel 149dffd3b2 [rpc] mempoolinfo should take ::minRelayTxFee into account 7 years ago
practicalswift 680bc2cbb3 Use range-based for loops (C++11) when looping over map elements 7 years ago
Russell Yanofsky edafc718ad Fix uninitialized URI in batch RPC requests 7 years ago
Daniel Edgecumbe b7dfc6c4b8 [rpc] getblockchaininfo: add size_on_disk, prune_target_size, automatic_pruning 7 years ago
Pieter Wuille e278f12ca7 Support BIP173 in addwitnessaddress 7 years ago
Pieter Wuille c091b99379 Implement BIP173 addresses and tests 7 years ago
Wladimir J. van der Laan 382625318d rpc: Handle `getinfo` locally in bitcoin-cli w/ `-getinfo` 7 years ago
Andrew Chow 395cef7601 Change getmininginfo errors field to warnings 7 years ago