9158 Commits (c37e32af0d2f8723f89c5304d41a4a41d4d34ea3)

Author SHA1 Message Date
NicolasDorier c37e32af0d [Wallet] Prevent CInputCoin to be in a null state 7 years ago
NicolasDorier f597dcb7c8 [Wallet] Simplify code using CInputCoin 7 years ago
NicolasDorier e78bc45810 [Wallet] Decouple CInputCoin from CWalletTx 7 years ago
NicolasDorier fd44ac1e8b [Wallet] Rename std::pair<const CWalletTx*, unsigned int> to CInputCoin 7 years ago
John Newbery 1352092dbd Log calls to getblocktemplate 7 years ago
Wladimir J. van der Laan 08d9aee3eb build: Remove duplicate version information from src/clientversion.h 7 years ago
MarcoFalke faafa801e8 init: Remove redundant logging code 7 years ago
MarcoFalke faab6241d0 logging: Fix off-by-one for shrinkdebugfile 7 years ago
John Newbery cd7f39467a initialize flag variable to 0 (and continue if GetLogCategory() fails) 7 years ago
Suhas Daftuar 9bef02e365 Bugfix: ancestor modifed fees were incorrect for descendants 7 years ago
John Newbery 3bde556429 Add -debugexclude option to switch off logging for specified components 7 years ago
Wladimir J. van der Laan f110272dc9 Remove `namespace fs=fs` 7 years ago
Wladimir J. van der Laan 75594bd7f2 torcontrol: Use fs::path instead of std::string for private key path 7 years ago
Wladimir J. van der Laan 2a5f574762 Use fsbridge for fopen and freopen 7 years ago
Wladimir J. van der Laan bac5c9cf64 Replace uses of boost::filesystem with fs 7 years ago
Wladimir J. van der Laan 7d5172d354 Replace includes of boost/filesystem.h with fs.h 7 years ago
Wladimir J. van der Laan 19e36bbef6 Add fs.cpp/h 7 years ago
Gregory Maxwell 30f30c0f99 Add braces to submitblock per current style. 7 years ago
Gregory Maxwell 4f15ea102d Check transaction count early in submitblock. 7 years ago
Gregory Maxwell ada0caa165 Make GetWitnessCommitmentIndex callable on blocks without a coinbase txn. 7 years ago
practicalswift 4b87973c32 [rpc] Remove auth cookie on shutdown 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
Gregory Maxwell 6b3bb3d9ba Change LogAcceptCategory to use uint32_t rather than sets of strings. 7 years ago
Alex Morcos 1b55e07b7a Make threshold for flushing more conservative. 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
Awemany eb66bf9bdd bitcoin-tx: Fix missing range check 7 years ago
Jeremy Rubin 3f098cccf6 Decrease testcase sizes in cuckoocache tests 7 years ago
Pieter Wuille 7228ce853d Compensate for memory peak at flush time 7 years ago
Wladimir J. van der Laan 625488ace5 util: Work around (virtual) memory exhaustion on 32-bit w/ glibc 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 f885b67029 refactor: Make rest.cpp dependency on `*toJSON` in `blockchain.cpp` explicit 7 years ago
Thomas Snider 6d5dd60c88 No need to use OpenSSL malloc/free 7 years ago
Ryan Havar 53351321c4 ApproximateBestSubset should take inputs by reference, not value 7 years ago
Jonas Schnelli 4115af7ac7
Fix rebase issue where pwalletMain was used instead of pwallet 7 years ago
Russell Yanofsky e9a64615c8 Make qt wallet test compatible with qt4 7 years ago
Wladimir J. van der Laan 8d8f28dd52 refactor: Move RPCNotifyBlockChange out of `rpc/server.h` 7 years ago
Wladimir J. van der Laan e6dcfeec05 refactor: Move GetDifficulty out of `rpc/server.h` 7 years ago
Jonas Schnelli 9382f0425e
Do not break backward compatibility during wallet encryption 7 years ago