10849 Commits (0a76ed232a6c448a8666234a2c190db37e3498e7)

Author SHA1 Message Date
practicalswift f35d033369 build: Make "make clean" remove all files created when running "make check" 7 years ago
Cristian Mircea Messel ce2418fa4c [gui] reset addrProxy/addrSeparateProxyTor if colon char missing 7 years ago
Russell Yanofsky edafc718ad Fix uninitialized URI in batch RPC requests 7 years ago
Jim Posen a2be3b66b5 [net] Ignore getheaders requests for very old side blocks 7 years ago
Matt Corallo 96c2ce9d34 Fix validationinterface build on super old boost/clang 7 years ago
practicalswift 76fed838f3 Avoid NULL pointer dereference when _walletModel is NULL (which is valid) 7 years ago
practicalswift 4971a9a3c9 Use two boolean literals instead of re-using variable 7 years ago
practicalswift b5fb33943f Remove duplicate uriParts.size() > 0 check 7 years ago
practicalswift 7466991670 Remove redundant check (!ecc is always true) 7 years ago
practicalswift 55224af6bd Remove redundant NULL checks after new 7 years ago
MarcoFalke fafff1220c qa: Restore bitcoin-util-test py2 compatibility 7 years ago
João Barbosa 92848e5058 Remove unused fTry from push_lock 7 years ago
Matt Corallo bb8376bbc3 Verify DBWrapper iterators are taking snapshots 7 years ago
Daniel Edgecumbe b7dfc6c4b8 [rpc] getblockchaininfo: add size_on_disk, prune_target_size, automatic_pruning 7 years ago
MarcoFalke fd86f998fc Squashed 'src/secp256k1/' changes from 84973d393..0b7024185 7 years ago
Mark Friedenbach cee28fbc3f Add error string for CLEANSTACK script violation, preventing an "unknown error" if the CLEANSTACK error condition is set. 7 years ago
Johnson Lau 6f33d8c791 Correct typo in comments 7 years ago
Jonas Schnelli 8213838db2 [Qt] tolerate BIP173/bech32 addresses during input validation 7 years ago
Pieter Wuille e278f12ca7 Support BIP173 in addwitnessaddress 7 years ago
Pieter Wuille c091b99379 Implement BIP173 addresses and tests 7 years ago
Pieter Wuille bd355b8db9 Add regtest testing to base58_tests 7 years ago
Pieter Wuille 6565c5501c Convert base58_tests from type/payload to scriptPubKey comparison 7 years ago
Pieter Wuille 8fd2267053 Import Bech32 C++ reference code & tests 7 years ago
Jim Posen 5ddf56045a script: Change SignatureHash input index check to an assert. 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
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
Pierre Rochard 603efe9fc4 Fix parameter name typo in ErasePurpose walletdb method. 7 years ago
Matt Corallo 6643b80d1c Add state message print to AcceptBlock failure message. 7 years ago
John Newbery d4cdbd6fb6 [rpc] Deprecate estimatefee RPC 7 years ago
Wladimir J. van der Laan 0cd9273fd9 rpc: Prevent `dumpwallet` from overwriting files 7 years ago
Wladimir J. van der Laan 22f816ef4d net: Improve and document SOCKS code 7 years ago
Pieter Wuille 1e46ebdf86 Implement {Encode,Decode}Destination without CBitcoinAddress 7 years ago
Wladimir J. van der Laan 723aa1b875 qt: Backup former GUI settings on `-resetguisettings` 7 years ago
Pieter Wuille 46c90437f9 Remove some unused functions and methods 7 years ago
Johnson Lau 3a131b7244 Rename out to m_tx_out in CScriptCheck 7 years ago
Jim Posen 7a1e873b27 [script] Unit tests for IsMine 7 years ago
Jim Posen d7afe2d157 [script] Unit tests for script/standard functions 7 years ago
MeshCollider 13baf7217b Replace save|restoreWindowGeometry with Qt functions 7 years ago
James O'Beirne 46ce223d15 Add tests for CMerkleBlock usage with txids specified 7 years ago
James O'Beirne 5ab586f90b Consolidate CMerkleBlock constructor into a single method 7 years ago
Matt Corallo 28d4542a0a Disallow uncompressed pubkeys in bitcoin-tx [multisig] output adds 7 years ago
Jorge Timón 4e955c58e1
Near-Bugfix: Reestablish consensus check removed in 8d7849b 7 years ago
Jorge Timón 3e8c91629e
Introduce CheckInputsAndUpdateCoins static wrapper in txmempool.cpp 7 years ago
Jorge Timón 832e0744cb
Optimization: Minimize the number of times it is checked that no money is created 7 years ago
Anditto Heristyo 634e38ca71 [Tests] Add Qt GUI tests to Overview and ReceiveCoin Page 7 years ago
Gregory Maxwell 22fd04beb9 Remove nBlockMaxSize from miner opt struct as it is no longer used. 7 years ago
Cory Fields b887676e1b net: remove now-unused functions 7 years ago
Cory Fields 45fd75453e net: remove now-superfluous numeric resolve 7 years ago