5983 Commits (df9c2ee1c9c02b79ccbb6cbae03096c3f9af23c7)

Author SHA1 Message Date
Dave Collins d8f4cc328e Correct the PUSHDATA4 minimal encoding test. 9 years ago
pstratem 351593b9c8 replace absolute sleep with conditional wait 9 years ago
Jonas Schnelli 1b2e555593 add autoprune information to RPC "getblockchaininfo" 10 years ago
sinetek ff7fe8b19e Fix for correctly including climits on certain platforms {DragonFlyBSD}. 10 years ago
Cory Fields 739d6155d3 chainparams: use SeedSpec6's rather than CAddress's for fixed seeds 10 years ago
Matt Corallo 1ec900a29e Remove broken+useless lock/unlock log prints 10 years ago
Matt Corallo 59ed61b389 Add RPC call to generate and verify merkle blocks 10 years ago
Matt Corallo 30da90de8d Add CMerkleBlock constructor for tx set + block and an empty one 10 years ago
Jonas Schnelli 26414ca4fc fix and enable bip32 unit test 10 years ago
Pieter Wuille a591d98c32 Squashed 'src/secp256k1/' changes from 1897b8e..22f60a6 10 years ago
mrbandrews f9ec3f0fad Add block pruning functionality 10 years ago
Pieter Wuille f7303f9793 Use equivalent PoW for non-main-chain requests 10 years ago
Jonas Schnelli 97ee866549 [REST] getutxos REST command (based on Bip64) 10 years ago
Wladimir J. van der Laan 27ce808fb5 tests: Error when setgenerate is used on regtest 10 years ago
sinetek cd558b421c FreeBSD, OpenBSD thread renaming. 10 years ago
jtimon 691161d419 Consensus: Create consensus/consensus.h with some constants 10 years ago
Gregory Maxwell 219953ce50 Show zero value txouts in listunspent. 10 years ago
Philip Kaufmann c6de7c35bc trivial string change in wallet.cpp (the -> that) 10 years ago
Michael Ford 1e3473d384 Add operator names to DNS Seed list 10 years ago
Philip Kaufmann a21df62069 ensure consistent header comment naming conventions 10 years ago
Wladimir J. van der Laan 9e16cb108e Make 'Default: %u' spacing consistent in help message 10 years ago
Philip Kaufmann 6cb37a3ba0 [Qt, Trivial] remove two unneeded includes of wallet/db.h 10 years ago
Philip Kaufmann 68f795e8b2 [Qt, Trivial] fix header groupings + space, intdentation fixes 10 years ago
Philip Kaufmann 985ec17eee [Qt, Trivial] misc minor string changes 10 years ago
Philip Kaufmann 71ad6bd38b [Trivial] format sync.h 10 years ago
Michael Ford 447d37e7d3 Use https link to bitcoin.org in Doxygen intro 10 years ago
Michael Ford c069234665 Fix typo in init.cpp interpration/interpretation 10 years ago
Nicolas Benoit 52070c87fd Removed '()' where used without contents inside 10 years ago
Nicolas Benoit 30c1db1c61 Replaced current function names with __func__ in LogPrintf() calls. 10 years ago
charlescharles 0b2f93091f Fix docs for 'complete' field in 'signrawtransaction' response 10 years ago
Philip Kaufmann 60c146938e [Qt] header group cleanup 10 years ago
Gregory Maxwell a784f90c98 Cap nAttempts penalty at 8 and switch to pow instead of a division loop. 10 years ago
Pieter Wuille 1d5b47a903 nLastTry is only used for addrman entries 10 years ago
Wladimir J. van der Laan 67a7949397 privacy: Stream isolation for Tor 10 years ago
Jorge Timón b74dcb3b4a Separate CTranslationInterface from CClientUIInterface 10 years ago
Jonas Schnelli 30c43d9821 miner.h: fix clang warning because of class/struct mix 10 years ago
Suhas Daftuar 8ba7f842e5 Reduce download timeouts as blocks arrive 10 years ago
Philip Kaufmann 6171e494fc [Qt] Use identical strings for expired payment request message 10 years ago
Philip Kaufmann 06087bda87 [Qt] minor comment updates in PaymentServer 10 years ago
Philip Kaufmann 35d15959b0 [Qt] constify first parameter of processPaymentRequest() 10 years ago
Philip Kaufmann 9b14aefee3 [Qt] take care of a missing typecast in PaymentRequestPlus::getMerchant() 10 years ago
Philip Kaufmann d19ae3cf66 [Qt] remove unused PaymentRequestPlus::getPKIType function 10 years ago
Philip Kaufmann 6e17a74766 [Qt] paymentserver: better logging of invalid certs 10 years ago
Philip Kaufmann 5a53d7cda3 [Qt] paymentserver: do not log NULL certificates 10 years ago
Jorge Timón bebe7282ff Chainparams: Refactor: Remove redundant AllowMinDifficultyBlocks() getter 10 years ago
mrbandrews 0421c18f3a Fix CheckBlockIndex for reindex. 10 years ago
Suhas Daftuar c1ecee8f72 Set nSequenceId when a block is fully linked 10 years ago
Matt Corallo eb63bf86cf Fix missing lock in submitblock 10 years ago
Jorge Timón e8e8904dda Chainparams: Cleanup: Delete CChainParams getters to attributes from Consensus::Params 10 years ago
Jonas Schnelli ea9e82df73 [squashme] fix listunspent code indentation 10 years ago