6186 Commits (535ed9223dcb32bf90ead5b2c95052838b780620)

Author SHA1 Message Date
Matt Corallo 0fcc4e1e04 Assert on probable deadlocks if the second lock isnt try_lock 9 years ago
Ross Nicoll c433828df9 Handle no chain tip available in InvalidChainFound() 9 years ago
Matt Corallo 6bdb474dc9 Implement watchonly support in fundrawtransaction 9 years ago
Matt Corallo f5813bdd3e Add logic to track pubkeys as watch-only, not just scripts 9 years ago
Matt Corallo d3354c52d7 Add have-pubkey distinction to ISMINE flags 9 years ago
Matt Corallo 5c17059872 Update importaddress help to push its use to script-only 9 years ago
Matt Corallo a1d7df3236 Add importpubkey method to import a watch-only pubkey 9 years ago
Matt Corallo 907a425aa5 Add p2sh option to importaddress to import redeemScripts 9 years ago
Matt Corallo 983d2d90af Split up importaddress into helper functions 9 years ago
Matt Corallo cfc3dd3428 Also remove pay-2-pubkey from watch when adding a priv key 9 years ago
Pavel Janík 1327897aee Reformat help text of estimatefee and estimatepriority to match other help texts. 9 years ago
Pieter Wuille 9e38d0f745 Separate core memory usage computation in core_memusage.h 9 years ago
Wladimir J. van der Laan 89289d875d
Fix warning introduced by #6412 9 years ago
Simon Males 0ef9858707 Documenting pruned, pruneheight and softforks in getblockchaininfo 10 years ago
zathras-crypto 0aad1f13b2
Exempt unspendable transaction outputs from dust checks 10 years ago
Wladimir J. van der Laan ec249d4a1d util: use locale-independent parsing in ParseDouble 10 years ago
Wladimir J. van der Laan 7650449a67 univalue: Avoid unnecessary roundtrip through double for numbers 10 years ago
Wladimir J. van der Laan e061e2778d rpc: Make ValueFromAmount always return 8 decimals 10 years ago
Philip Kaufmann dca6040a86 [Qt] remove std namespace polution from code 10 years ago
Pavel Vasin 2cb8ee9ac7 remove unused inv from ConnectTip() 10 years ago
Wladimir J. van der Laan ce183dce2e
qt: update forgotten emit to Q_EMIT in macdockiconhandler.mm 10 years ago
Wladimir J. van der Laan d29ec6c230 qt: define QT_NO_KEYWORDS 10 years ago
Cory Fields d4b1d5a8ba openssl: avoid config file load/race 10 years ago
Wladimir J. van der Laan 71cbeaad9a rpc: Implement random-cookie based authentication 10 years ago
Jorge Timón c4973aaaf6 Chainparams: CTestNetParams and CRegTestParams extend directly from CChainParams 10 years ago
Jorge Timón d3cf546ec2 Chainparams: Introduce CreateGenesisBlock() static function 10 years ago
Suhas Daftuar 59b49cd074 Eliminate signed/unsigned comparison warning 10 years ago
Pieter Wuille d422f9b1fd Test whether created sockets are select()able 10 years ago
Pieter Wuille 5098c47b24 Implement accurate memory accounting for mempool 10 years ago
Wladimir J. van der Laan 9cc91523db rpc: Accept scientific notation for monetary amounts in JSON 10 years ago
Wladimir J. van der Laan 85ee55b5c3 rpc: Remove chain-specific RequireRPCPassword 10 years ago
Wladimir J. van der Laan 133601f6a5 tests: Fix bitcoin-tx signing testcase 10 years ago
Jonas Schnelli 65ce0215a4 [bitcoin-cli] improve error output 10 years ago
Philip Kaufmann 5e058e7417 [Qt] constify foreach uses where possible 10 years ago
Adam Weiss 27d7605804 Buffer log messages and explicitly open logs 10 years ago
Esteban Ordano cb54d17355 CLTV: Add more tests to improve coverage 10 years ago
Wladimir J. van der Laan 15e26a6a9a qt: Force TLS1.0+ for SSL connections 10 years ago
Jonas Schnelli c45c7ea0fa [REST] add JSON support for /rest/headers/ 10 years ago
Wladimir J. van der Laan 6ebac0782f Remove ChainParams::DefaultMinerThreads 10 years ago
Luke Dashjr 0c376340a4 acceptnonstdtxn option to skip (most) "non-standard transaction" checks, for testnet/regtest only 10 years ago
Wladimir J. van der Laan 5a7304b69d Move recently introduced CTransAction::IsEquivalentTo to CWalletTx 10 years ago
Jonas Schnelli 177a0e4914 Adding CSubNet constructor over a single CNetAddr 10 years ago
Jonas Schnelli 409bccfbf5 use CBanEntry as object container for banned nodes 10 years ago
Jonas Schnelli dfa174c295 CAddrDB/CBanDB: change filesize variables from int to uint64_t 10 years ago
Jonas Schnelli f581d3d656 banlist.dat: store banlist on disk 10 years ago
Forrest Voight 72b9452b1d When processing RPC commands during warmup phase, parse the 10 years ago
Wladimir J. van der Laan 5ed10793c2 Show softfork status in getblockchaininfo 10 years ago
Wladimir J. van der Laan 47162673c7 Use real number of cores for default -par, ignore virtual cores 10 years ago
Jonas Schnelli a7b9623d18 miner: rename UpdateRequestCount signal to ResetRequestCount 10 years ago
Jonas Schnelli 5496253966 add CReserveScript to allow modular script keeping/returning 10 years ago