13749 Commits (b111324acd8ef337b86c857c465459844df30b66)
 

Author SHA1 Message Date
Wladimir J. van der Laan ebfd653798
Merge #10077: [qa] Add setnetworkactive smoke test 7 years ago
Matthias Grundmann 31a14d4909
Correct indentation and remove unnecessary braces 7 years ago
MarcoFalke 12af74b289
Merge #10072: Remove sources of unreliablility in extended functional tests 7 years ago
Wladimir J. van der Laan 2b477e6aa1
Merge #10098: Make qt wallet test compatible with qt4 7 years ago
Jonas Schnelli 5f59d3ecb7
Improve CFeeBumper interface, add comments, make use of std::move 7 years ago
Jonas Schnelli 0df22ed6fd
Cancel feebump is vErrors is not empty 7 years ago
Jonas Schnelli 44cabe6380
Use static calls for GetRequiredFee and GetMinimumFee, remove make_pair from emplace_back 7 years ago
Jonas Schnelli bb78c1599e
Restore CalculateMaximumSignedTxSize function signature 7 years ago
Jonas Schnelli 51ea44f01c
Use "return false" instead assert() in CWallet::SignTransaction 7 years ago
Jonas Schnelli bcc72cccc7
Directly abort execution in FeeBumper::commit if wallet or tx is not available 7 years ago
Jonas Schnelli 2718db0705
Restore invalid fee check (must be > 0) 7 years ago
Jonas Schnelli 0337a39d31
Refactor Bumpfee core functionality 7 years ago
Jonas Schnelli d1a95e8d3d
Bumpfee move request parameter interaction to the top 7 years ago
Wladimir J. van der Laan fbf36cae3a
Merge #10036: Fix init README format to render correctly on github 7 years ago
Wladimir J. van der Laan 427d2fd04e
Merge #10128: Speed Up CuckooCache tests 7 years ago
Wladimir J. van der Laan 1a5aaabb8a
Merge #9424: Change LogAcceptCategory to use uint32_t rather than sets of strings. 7 years ago
Wladimir J. van der Laan 81da4c7b5b
Merge #10136: build: Disable Wshadow warning 7 years ago
Gregory Maxwell 6b3bb3d9ba Change LogAcceptCategory to use uint32_t rather than sets of strings. 7 years ago
Wladimir J. van der Laan 2c83911401 build: Disable Wshadow warning 7 years ago
Wladimir J. van der Laan 351d0ad404
Merge #10129: scheduler: fix sub-second precision with boost < 1.50 7 years ago
Alex Morcos 1b55e07b7a Make threshold for flushing more conservative. 7 years ago
John Newbery 5d08c9c579 Send the correct error code in reject messages 7 years ago
Alex Morcos f33afd3b2b Lower default memory footprint slightly 7 years ago
Alex Morcos 5b95a190e8 Make pcoinsTip memory calculations consistent 7 years ago
Cory Fields e025246fe2 scheduler: fix sub-second precision with boost < 1.50 7 years ago
Wladimir J. van der Laan 4aa07fa735
Merge #10095: refactor: Move GetDifficulty out of `rpc/server.h` 7 years ago
Wladimir J. van der Laan 9ab26bf7e4
Merge #10126: Compensate for memory peak at flush time 7 years ago
Wladimir J. van der Laan ba12b3a844
Merge #10120: util: Work around (virtual) memory exhaustion on 32-bit w/ glibc 7 years ago
Wladimir J. van der Laan de301b0488
Merge #10130: bitcoin-tx input verification (awemany, jnewbery) 7 years ago
MarcoFalke 8e4f7e7241
Merge #10090: Update bitcoin.conf with example for pruning 7 years ago
John Newbery 19ecd1e2e1 Add tests for bitcoin-tx input checking 7 years ago
John Newbery 21704f6334 Check stderr when testing bitcoin-tx 7 years ago
Awemany eb66bf9bdd bitcoin-tx: Fix missing range check 7 years ago
Jeremy Rubin 3f098cccf6 Decrease testcase sizes in cuckoocache tests 7 years ago
Wladimir J. van der Laan edc62c959a
Merge #10114: [tests] sync_with_ping should assert that ping hasn't timed out 7 years ago
Pieter Wuille 7228ce853d Compensate for memory peak at flush time 7 years ago
Wladimir J. van der Laan cde9b1a864
Merge #9959: Mining: Prevent slowdown in CreateNewBlock on large mempools 7 years ago
John Newbery 6a18bb9a36 [tests] sync_with_ping should assert that ping hasn't timed out 7 years ago
John Newbery 6426716a99 Add send_await_disconnect() method to p2p-compactblocks.py 7 years ago
Wladimir J. van der Laan 625488ace5 util: Work around (virtual) memory exhaustion on 32-bit w/ glibc 7 years ago
MarcoFalke 8ac8041286
Merge #10109: Remove SingleNodeConnCB 7 years ago
Kyle Honeycutt c0651cca49 Update bitcoin.conf with example for pruning 7 years ago
Andrew Chow bd41d9831f Datadir option in linearize scripts 7 years ago
Pieter Wuille 4fd2d2fc97 Add a FastRandomContext::randrange and use it 7 years ago
Pieter Wuille 16329224e7 Switch FastRandomContext to ChaCha20 7 years ago
Suhas Daftuar 011124a2b2 Update benchmarking with package statistics 7 years ago
Suhas Daftuar 42cd8c890f Add benchmarking for CreateNewBlock 7 years ago
Suhas Daftuar eed816af6c Mining: return early when block is almost full 7 years ago
Wladimir J. van der Laan f34cdcbd80
Merge #9294: Use internal HD chain for change outputs (hd split) 7 years ago
MarcoFalke f2734c2828
Merge #10107: Remove unused variable. Remove accidental trailing semicolons in Python code 7 years ago