10549 Commits (9587a9c12b5d54263787a23c75f570db368318c1)

Author SHA1 Message Date
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
Awemany eb66bf9bdd bitcoin-tx: Fix missing range check 8 years ago
Jeremy Rubin 3f098cccf6 Decrease testcase sizes in cuckoocache tests 8 years ago
Pieter Wuille 7228ce853d Compensate for memory peak at flush time 8 years ago
Wladimir J. van der Laan 625488ace5 util: Work around (virtual) memory exhaustion on 32-bit w/ glibc 8 years ago
Pieter Wuille 4fd2d2fc97 Add a FastRandomContext::randrange and use it 8 years ago
Pieter Wuille 16329224e7 Switch FastRandomContext to ChaCha20 8 years ago
Suhas Daftuar 011124a2b2 Update benchmarking with package statistics 8 years ago
Suhas Daftuar 42cd8c890f Add benchmarking for CreateNewBlock 8 years ago
Suhas Daftuar eed816af6c Mining: return early when block is almost full 8 years ago
Wladimir J. van der Laan f885b67029 refactor: Make rest.cpp dependency on `*toJSON` in `blockchain.cpp` explicit 8 years ago
Pieter Wuille e04326fe66 Add ChaCha20 8 years ago
Pieter Wuille 663fbae777 FastRandom benchmark 8 years ago
Pieter Wuille c21cbe61c6 Introduce FastRandomContext::randbool() 8 years ago
Thomas Snider 6d5dd60c88 No need to use OpenSSL malloc/free 8 years ago
Ryan Havar 53351321c4 ApproximateBestSubset should take inputs by reference, not value 8 years ago
Jonas Schnelli 4115af7ac7
Fix rebase issue where pwalletMain was used instead of pwallet 8 years ago
Russell Yanofsky e9a64615c8 Make qt wallet test compatible with qt4 8 years ago
Wladimir J. van der Laan 8d8f28dd52 refactor: Move RPCNotifyBlockChange out of `rpc/server.h` 8 years ago
Wladimir J. van der Laan e6dcfeec05 refactor: Move GetDifficulty out of `rpc/server.h` 8 years ago
Jonas Schnelli 7278537730
[Qt] Don't add arguments of sensitive command to console window 8 years ago
Jonas Schnelli 9382f0425e
Do not break backward compatibility during wallet encryption 8 years ago
Jameson Lopp 0fb288725b Move several relay options into the Relay help group 8 years ago
Jameson Lopp 1403b1a689 move rpcserialversion into RPC option group 8 years ago
Jameson Lopp d5690f1ab8 remove 'noconnect' option from documentation 8 years ago
MarcoFalke fa55853219 rpc: Rename first named arg of createrawtransaction 8 years ago
Andrew Chow 4df76e270c Ensure an item exists on the rpcconsole stack before adding 8 years ago
Matthew Zipkin b1f584dbc1 fix build if spaces in src dir path 8 years ago
Matthew Zipkin 557c9a68fb RPC: getblockchaininfo: BIP9 stats 8 years ago
Thomas Snider 81a3857c4e Deduplicated sigaction() boilerplate 8 years ago
Jonas Schnelli 1df08d1580
Add assertion for CanSupportFeature(FEATURE_HD_SPLIT) 8 years ago
Jonas Schnelli cd468d07d5
Define CWallet::DeriveNewChildKey() as private 8 years ago
Jonas Schnelli ed79e4f497
Optimize GetOldestKeyPoolTime(), return as soon as we have both oldest keys 8 years ago
Jonas Schnelli 771a304ffe
Make sure we set the wallets min version to FEATURE_HD_SPLIT at the very first point 8 years ago
Jonas Schnelli 003e197498
Remove FEATURE_HD_SPLIT bump TODO 8 years ago
Jonas Schnelli d9638e5aa4
Overhaul the internal/external key derive switch 8 years ago
Jonas Schnelli 1090502c3e
Fix superfluous cast and code style nits in RPC wallet-hd.py test 8 years ago
Jonas Schnelli 58e148333e
CKeyPool avoid "catch (...)" in SerializationOp 8 years ago
Jonas Schnelli e138876f0a
Only show keypoolsize_hd_internal if HD split is enabled 8 years ago