8918 Commits (72fb5158b1c8bd85c2bccc87ba814170a0095d34)

Author SHA1 Message Date
Matt Corallo 241d6078ba Add CFeeRate += operator 9 years ago
Matt Corallo e8bcdce8a2 Track (and define) ::minRelayTxFee in CTxMemPool 9 years ago
Matt Corallo 9c9b66f771 Fix calling mempool directly, instead of pool, in ATMP 9 years ago
Pieter Wuille 49b6fd5663 Add Mempool Expire function to remove old transactions 9 years ago
Suhas Daftuar 78b82f4a16 Reverse the sort on the mempool's feerate index 9 years ago
Wladimir J. van der Laan 4e2efb3c5f tests: update transaction_tests for new dust threshold 9 years ago
Eric Lombrozo 700f52e0f6 Clarification of unit test build instructions. 9 years ago
James O'Beirne dcd8e27c65 Refer to obfuscate_key via pointer in peripheral CLevelDB classes 9 years ago
James O'Beirne 1488506872 Add tests for gettxoutsetinfo, CLevelDBBatch, CLevelDBIterator 9 years ago
Wladimir J. van der Laan 28e3249e53 Bump minrelaytxfee default 9 years ago
Cory Fields 3b1279fdb2 build: match upstream build change 9 years ago
James O'Beirne 0fdf8c80ee Handle obfuscation in CLevelDBIterator 9 years ago
Pieter Wuille 3499ce1e1a Encapsulate CLevelDB iterators cleanly 9 years ago
Peter Todd 65ef372302
Add BIP65 to getblockchaininfo softforks list 9 years ago
Peter Todd 287f54fc90 Add CHECKLOCKTIMEVERIFY (BIP65) soft-fork logic 9 years ago
Cory Fields b22692ce3e build: Make use of ZMQ_CFLAGS 9 years ago
Pavel Janík b2af29b806 Ignore bench_bitcoin binary. 9 years ago
James O'Beirne 42cb388167 Add chainstate obfuscation to avoid spurious antivirus detection 9 years ago
Gregory Maxwell b196b685c9 Test LowS in standardness, removes nuisance malleability vector. 9 years ago
Philip Kaufmann e8600c924d banlist (bugfix): allow CNode::SweepBanned() to run on interval 9 years ago
Philip Kaufmann 2977c243ef banlist: add more banlist infos to log / add GUI signal 9 years ago
Philip Kaufmann ce479aaada banlist: better handling of banlist in StartNode() 9 years ago
Philip Kaufmann 57c77fe4d3 banlist: update set dirty to be more fine grained 9 years ago
Luke Dashjr fd55571f06 wallet: Expose GUI labels in RPC 9 years ago
Luke Dashjr 5f9260f458 Bugfix: If genproclimit is omitted to RPC setgenerate, don't change it; also show correct default in getmininginfo 9 years ago
Luke Dashjr 420a82f1ae Bugfix: Describe dblogsize option correctly (it refers to the wallet database, not memory pool) 9 years ago
Luke Dashjr caa3d42f06 Bugfix: RPC: blockchain: Display correct defaults in help for verifychain method 9 years ago
Peter Todd da894ab5da Accept any sequence of PUSHDATAs in OP_RETURN outputs 9 years ago
Peter Todd 5d8709c3b7 Add IsPushOnly(const_iterator pc) 9 years ago
Peter Todd 6a07eb676a Make TX_SCRIPTHASH clear vSolutionsRet first 9 years ago
Jonas Schnelli 95acf3cc6d remove $(@F) and subdirs from univalue make 9 years ago
Jonas Schnelli 9623e93473 [Univalue] add univalue over subtree 9 years ago
Jonas Schnelli 0917306fdf remove univalue, prepare for subtree 9 years ago
Arne Brutschy 58981d4f7d Changed logging to make -logtimestamps to work also for -printtoconsole 9 years ago
Gavin Andresen 7072c544b5
Support very-fast-running benchmarks 9 years ago
Gavin Andresen 535ed9223d
Simple benchmarking framework 9 years ago
Luke Dashjr e761d7a94f Bugfix: Allow mining on top of old tip blocks for testnet (fixes testnet-in-a-box use case) 9 years ago
Wladimir J. van der Laan a91eea6e3e
qt: periodic translations update 9 years ago
Wladimir J. van der Laan ec908d5f7a http: Force-exit event loop after predefined time 9 years ago
Wladimir J. van der Laan de9de2de36 http: Wait for worker threads to exit 9 years ago
Wladimir J. van der Laan 5e0c221356 Make HTTP server shutdown more graceful 9 years ago
Wladimir J. van der Laan a5b78c2fa8 build: Remove dependency of bitcoin-cli on secp256k1 9 years ago
Wladimir J. van der Laan 9fea833a12 timedata: Prevent warning overkill 9 years ago
EthanHeilman 1534d9a83c Creates unittests for addrman, makes addrman testable. 9 years ago
Suhas Daftuar 60de0d5826 Fix mempool package tracking edge case 9 years ago
MarcoFalke 43edd515e5 SanitizeString: Allow hypen char 9 years ago
MarcoFalke 4dee609e10 Rename rpcconsole.ui => debugwindow.ui 9 years ago
MarcoFalke 0d0a2d6bf9 [Qt] Raise debug window when requested 9 years ago
Pieter Wuille 3b33ec85ed Avoid duplicate CheckBlock checks 9 years ago
Pieter Wuille 391dff16fe Do not store Merkle branches in the wallet. 9 years ago