9121 Commits (fadf078c9cd70ac930ec1dbbe4d4988ea6a2ba44)

Author SHA1 Message Date
John Newbery 3bde556429 Add -debugexclude option to switch off logging for specified components 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
Gregory Maxwell 6b3bb3d9ba Change LogAcceptCategory to use uint32_t rather than sets of strings. 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
Jameson Lopp 0fb288725b Move several relay options into the Relay help group 7 years ago
Jameson Lopp 1403b1a689 move rpcserialversion into RPC option group 7 years ago
Jameson Lopp d5690f1ab8 remove 'noconnect' option from documentation 7 years ago
MarcoFalke fa55853219 rpc: Rename first named arg of createrawtransaction 7 years ago
Andrew Chow 4df76e270c Ensure an item exists on the rpcconsole stack before adding 7 years ago
Matthew Zipkin b1f584dbc1 fix build if spaces in src dir path 7 years ago
Thomas Snider 81a3857c4e Deduplicated sigaction() boilerplate 7 years ago
Jonas Schnelli 1df08d1580
Add assertion for CanSupportFeature(FEATURE_HD_SPLIT) 7 years ago
Jonas Schnelli cd468d07d5
Define CWallet::DeriveNewChildKey() as private 7 years ago
Jonas Schnelli ed79e4f497
Optimize GetOldestKeyPoolTime(), return as soon as we have both oldest keys 7 years ago
Jonas Schnelli 771a304ffe
Make sure we set the wallets min version to FEATURE_HD_SPLIT at the very first point 7 years ago
Jonas Schnelli 003e197498
Remove FEATURE_HD_SPLIT bump TODO 7 years ago
Jonas Schnelli d9638e5aa4
Overhaul the internal/external key derive switch 7 years ago
Jonas Schnelli 1090502c3e
Fix superfluous cast and code style nits in RPC wallet-hd.py test 7 years ago
Jonas Schnelli 58e148333e
CKeyPool avoid "catch (...)" in SerializationOp 7 years ago
Jonas Schnelli e138876f0a
Only show keypoolsize_hd_internal if HD split is enabled 7 years ago
Jonas Schnelli add38d9b83
GetOldestKeyPoolTime: if HD & HD Chain Split is enabled, response max(oldest-internal-key, oldest-external-key) 7 years ago
Jonas Schnelli dd526c2a2d
Don't switch to HD-chain-split during wallet encryption of non HD-chain-split wallets 7 years ago
Jonas Schnelli 79df9df348
Switch to 100% for the HD internal keypool size 7 years ago
Jonas Schnelli bcafca1077
Make sure we always generate one keypool key at minimum 7 years ago
Jonas Schnelli d0a627a53a
Fix issue where CDataStream->nVersion was taken a CKeyPool record version 7 years ago
Jonas Schnelli 9af8f00a75
Make sure we hand out keypool keys if HD_SPLIT is not enabled 7 years ago
Jonas Schnelli 469a47b760
Make sure ReserveKeyFromKeyPool only hands out internal keys if HD_SPLIT is supported 7 years ago
Jonas Schnelli 05a9b493eb
Fix wrong keypool internal size in RPC getwalletinfo help 7 years ago
Jonas Schnelli 01de822c8d
Removed redundant IsLocked() check in NewKeyPool() 7 years ago
Jonas Schnelli d59531ddfc
Immediately return setKeyPool's size if HD or HD_SPLIT is disabled or not supported 7 years ago
Jonas Schnelli 02592f4c5e
[Wallet] split the keypool in an internal and external part 7 years ago
Thomas Snider c59aedc1b0 [trivial] Dead code removal 7 years ago