aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | Merge #19004: refactor: Replace const char* to std::stringMarcoFalke2020-05-279-13/+24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | refactor: Replace const char* to std::stringCalvin Kim2020-05-229-13/+24
* | | | | | | | | | | | | | | | Merge #19073: Remove outdated comment about DER encodingfanquake2020-05-271-2/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Remove outdated comment about DER encodingElichai Turkel2020-05-261-2/+1
* | | | | | | | | | | | | | | | | Merge #18918: wallet: Move salvagewallet into wallettoolSamuel Dobson2020-05-2714-266/+225
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Move RecoverKeysOnlyFilter into RecoverDataBaseFileAndrew Chow2020-05-253-36/+21
| * | | | | | | | | | | | | | | | Move RecoverDatabaseFile and RecoverKeysOnlyFilter into salvage.{cpp/h}Andrew Chow2020-05-258-155/+180
| * | | | | | | | | | | | | | | | Make BerkeleyBatch::Recover and WalletBatch::RecoverKeysOnlyFilter standaloneAndrew Chow2020-05-255-26/+9
| * | | | | | | | | | | | | | | | Expose a version of ReadKeyValue and use it in RecoverKeysOnlyFilterAndrew Chow2020-05-252-3/+11
| * | | | | | | | | | | | | | | | Move BerkeleyEnvironment::Salvage into BerkeleyBatch::RecoverAndrew Chow2020-05-252-70/+62
| * | | | | | | | | | | | | | | | walletdb: remove fAggressive from SalvageAndrew Chow2020-05-252-12/+4
| * | | | | | | | | | | | | | | | walletdb: don't automatically salvage when corruption is detectedAndrew Chow2020-05-255-39/+11
| * | | | | | | | | | | | | | | | wallet: remove -salvagewalletAndrew Chow2020-05-255-32/+5
| * | | | | | | | | | | | | | | | wallettool: Add a salvage commandAndrew Chow2020-05-252-5/+34
* | | | | | | | | | | | | | | | | Merge #19032: Serialization improvements: final stepWladimir J. van der Laan2020-05-268-164/+87
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Remove old serialization primitivesPieter Wuille2020-05-241-37/+1
| * | | | | | | | | | | | | | | | | Convert LimitedString to formatterPieter Wuille2020-05-242-17/+9
| * | | | | | | | | | | | | | | | | Convert wallet to new serializationPieter Wuille2020-05-244-76/+60
| * | | | | | | | | | | | | | | | | Convert Qt to new serializationPieter Wuille2020-05-202-34/+17
| |/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge #18881: Prevent UB in DeleteLock() functionMarcoFalke2020-05-262-50/+75
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | doc: Add and fix comments about never destroyed objectsHennadii Stepanov2020-05-222-2/+4
| * | | | | | | | | | | | | | | | | Replace thread_local g_lockstack with a mutex-protected mapHennadii Stepanov2020-05-191-14/+37
| * | | | | | | | | | | | | | | | | refactor: Refactor duplicated code into LockHeld()Hennadii Stepanov2020-05-191-9/+13
| * | | | | | | | | | | | | | | | | refactor: Add LockPair type aliasHennadii Stepanov2020-05-191-8/+10
| * | | | | | | | | | | | | | | | | refactor: Add LockStackItem type aliasHennadii Stepanov2020-05-191-8/+11
| * | | | | | | | | | | | | | | | | Prevent UB in DeleteLock() functionHennadii Stepanov2020-05-191-14/+5
* | | | | | | | | | | | | | | | | | Merge #19056: rpc: Make gettxoutsetinfo/GetUTXOStats interruptibleMarcoFalke2020-05-265-9/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | rpc: Make gettxoutsetinfo/GetUTXOStats interruptibleMarcoFalke2020-05-223-4/+7
| * | | | | | | | | | | | | | | | | | rpc: factor out RpcInterruptionPoint from dumptxoutsetMarcoFalke2020-05-223-5/+11
* | | | | | | | | | | | | | | | | | | Merge #18867: tests: Add fuzzing harness for CCoinsViewCacheMarcoFalke2020-05-263-0/+313
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | tests: Add fuzzing harness for CCoinsViewCachepracticalswift2020-05-253-0/+313
* | | | | | | | | | | | | | | | | | | | Merge #19010: net processing: Add support for getcfheadersMarcoFalke2020-05-264-5/+101
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | [net processing] Message handling for getcfheaders.Jim Posen2020-05-223-5/+100
| * | | | | | | | | | | | | | | | | | | [doc] Add comment for m_headers_cacheJohn Newbery2020-05-221-0/+1
* | | | | | | | | | | | | | | | | | | | Merge #18594: cli: display multiwallet balances in -getinfoSamuel Dobson2020-05-243-67/+108
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | rpc: drop unused JSONRPCProcessBatchReply size arg, refactorJon Atack2020-05-213-7/+7
| * | | | | | | | | | | | | | | | | | | | cli: use GetWalletBalances() functionality for -getinfoJon Atack2020-05-211-2/+4
| * | | | | | | | | | | | | | | | | | | | cli: create GetWalletBalances() to fetch multiwallet balancesJon Atack2020-05-211-0/+24
| * | | | | | | | | | | | | | | | | | | | cli: lift -rpcwallet logic up to CommandLineRPC()Jon Atack2020-05-211-10/+12
| * | | | | | | | | | | | | | | | | | | | cli: extract connection exception handler, -rpcwait logicJon Atack2020-05-211-51/+64
* | | | | | | | | | | | | | | | | | | | | Merge #18698: Make g_chainman internal to validationMarcoFalke2020-05-2317-134/+161
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | validation: Mark g_chainman DEPRECATEDMarcoFalke2020-05-211-0/+1
| * | | | | | | | | | | | | | | | | | | | | validation: Make ProcessNewBlock*() members of ChainstateManagerMarcoFalke2020-05-2111-69/+81
| * | | | | | | | | | | | | | | | | | | | | validation: Make PruneOneBlockFile() a member of ChainstateManagerMarcoFalke2020-05-213-21/+19
| * | | | | | | | | | | | | | | | | | | | | validation: Make LoadBlockIndex() a member of ChainstateManagerMarcoFalke2020-05-213-11/+11
| * | | | | | | | | | | | | | | | | | | | | net: Pass chainman into PeerLogicValidationMarcoFalke2020-05-216-14/+17
| * | | | | | | | | | | | | | | | | | | | | node: Add chainman alias for g_chainmanMarcoFalke2020-05-214-19/+32
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | tests: Don't limit fuzzing inputs to 1 MB for afl-fuzz (now: ∞ ∀ fuzzers)practicalswift2020-05-221-2/+0
| |_|_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge #18787: wallet: descriptor wallet release notes and cleanupsSamuel Dobson2020-05-224-18/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Change SetType to SetInternal and remove m_address_typeAndrew Chow2020-05-053-16/+16