9183 Commits (d89f8adf256727915346bd564e9c92bee094be36)

Author SHA1 Message Date
Matt Corallo d89f8adf25 Make DisconnectBlock and ConnectBlock static in validation.cpp 8 years ago
Allan Doensen e9ff818b69 Fix for issues with startup and multiple monitors on windows. 8 years ago
John Newbery dd7e43e438 Fix build warning from #error text 8 years ago
practicalswift bcca57eff0 [trivial] Fix typo ("improssible" → "impossible") 8 years ago
Matt Corallo b1a6d4cd56 Take a CTransactionRef in AddToWalletIfInvolvingMe to avoid a copy 8 years ago
Matt Corallo 1c95e2f9c9 Use std::shared_ptr instead of boost::shared_ptr in ScriptForMining 8 years ago
Matt Corallo 91f1e6ce5e Remove dead-code tracking of requests for blocks we generated 8 years ago
Matt Corallo acad82f375 Add override to functions using CValidationInterface methods 8 years ago
Matt Corallo e6d5e6cbbe Hold cs_wallet for whole block [dis]connection processing 8 years ago
Matt Corallo 461e49fee2 SyncTransaction->TxAddedToMempool/BlockConnected/Disconnected 8 years ago
Matt Corallo f404334910 Handle SyncTransaction in ActivateBestChain instead of ConnectTrace 8 years ago
Matt Corallo a1476877ce Keep conflictedTxs in ConnectTrace per-block 8 years ago
Matt Corallo d3167ba9bb Handle conflicted transactions directly in ConnectTrace 8 years ago
Matt Corallo 29e6e231c8 Make ConnectTrace::blocksConnected private, hide behind accessors 8 years ago
Matt Corallo 822000cf82 Add pblock to connectTrace at the end of ConnectTip, not start 8 years ago
Matt Corallo f5e9a019a4 Include missing #include in zmqnotificationinterface.h 8 years ago
Kewde 3491476b6f Wallet: reduce excess logic InMemPool() 8 years ago
John Newbery 1352092dbd Log calls to getblocktemplate 8 years ago
Wladimir J. van der Laan 08d9aee3eb build: Remove duplicate version information from src/clientversion.h 8 years ago
MarcoFalke faafa801e8 init: Remove redundant logging code 8 years ago
MarcoFalke faab6241d0 logging: Fix off-by-one for shrinkdebugfile 8 years ago
John Newbery cd7f39467a initialize flag variable to 0 (and continue if GetLogCategory() fails) 8 years ago
Suhas Daftuar 9bef02e365 Bugfix: ancestor modifed fees were incorrect for descendants 8 years ago
Russell Yanofsky bf1026412d Run bitcoin_test-qt under minimal QPA platform 8 years ago
John Newbery 3bde556429 Add -debugexclude option to switch off logging for specified components 8 years ago
Wladimir J. van der Laan f110272dc9 Remove `namespace fs=fs` 8 years ago
Wladimir J. van der Laan 75594bd7f2 torcontrol: Use fs::path instead of std::string for private key path 8 years ago
Wladimir J. van der Laan 2a5f574762 Use fsbridge for fopen and freopen 8 years ago
Wladimir J. van der Laan bac5c9cf64 Replace uses of boost::filesystem with fs 8 years ago
Wladimir J. van der Laan 7d5172d354 Replace includes of boost/filesystem.h with fs.h 8 years ago
Wladimir J. van der Laan 19e36bbef6 Add fs.cpp/h 8 years ago
Gregory Maxwell 30f30c0f99 Add braces to submitblock per current style. 8 years ago
Gregory Maxwell 4f15ea102d Check transaction count early in submitblock. 8 years ago
Gregory Maxwell ada0caa165 Make GetWitnessCommitmentIndex callable on blocks without a coinbase txn. 8 years ago
practicalswift 4b87973c32 [rpc] Remove auth cookie on shutdown 8 years ago
Jonas Schnelli 5f59d3ecb7
Improve CFeeBumper interface, add comments, make use of std::move 8 years ago
Jonas Schnelli 0df22ed6fd
Cancel feebump is vErrors is not empty 8 years ago
Jonas Schnelli 44cabe6380
Use static calls for GetRequiredFee and GetMinimumFee, remove make_pair from emplace_back 8 years ago
Jonas Schnelli bb78c1599e
Restore CalculateMaximumSignedTxSize function signature 8 years ago
Jonas Schnelli 51ea44f01c
Use "return false" instead assert() in CWallet::SignTransaction 8 years ago
Jonas Schnelli bcc72cccc7
Directly abort execution in FeeBumper::commit if wallet or tx is not available 8 years ago
Jonas Schnelli 2718db0705
Restore invalid fee check (must be > 0) 8 years ago
Jonas Schnelli 0337a39d31
Refactor Bumpfee core functionality 8 years ago
Jonas Schnelli d1a95e8d3d
Bumpfee move request parameter interaction to the top 8 years ago
Gregory Maxwell 6b3bb3d9ba Change LogAcceptCategory to use uint32_t rather than sets of strings. 8 years ago
Alex Morcos 1b55e07b7a Make threshold for flushing more conservative. 8 years ago
John Newbery 5d08c9c579 Send the correct error code in reject messages 8 years ago
Alex Morcos f33afd3b2b Lower default memory footprint slightly 8 years ago
Alex Morcos 5b95a190e8 Make pcoinsTip memory calculations consistent 8 years ago
Cory Fields e025246fe2 scheduler: fix sub-second precision with boost < 1.50 8 years ago