aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge #18836: wallet: upgradewallet fixes and additional testsWladimir J. van der Laan2020-11-167-52/+49
|\ \ \ \
| * | | | wallet: Remove -upgradewallet from dummywalletMarcoFalke2020-11-042-3/+1
| * | | | wallet: upgrade the CHDChain version number when upgrading to split hdAndrew Chow2020-11-041-0/+7
| * | | | wallet: remove nWalletMaxVersionAndrew Chow2020-11-043-43/+16
| * | | | wallet: have ScriptPubKeyMan::Upgrade check against the new versionAndrew Chow2020-11-043-7/+7
| * | | | wallet: Add GetClosestWalletFeature functionAndrew Chow2020-10-192-0/+14
| * | | | wallet: Add utility method for CanSupportFeatureAndrew Chow2020-10-193-2/+7
* | | | | Merge #20238: doc: Missing comments for signet parametersMarcoFalke2020-11-161-2/+2
|\ \ \ \ \
| * | | | | doc: Missing comments for signet parameterskanon2020-10-261-2/+2
* | | | | | Merge #20033: refactor: minor whitespace fixups, s/const/constexpr/ and remov...MarcoFalke2020-11-162-4/+7
|\ \ \ \ \ \
| * | | | | | style: minor improvements as a followup to #19845Vasil Dimov2020-10-312-4/+7
* | | | | | | Add missing optional.h includeKristaps Kaupe2020-11-141-0/+1
* | | | | | | Silence false positive GCC warningKristaps Kaupe2020-11-141-1/+1
| |_|_|/ / / |/| | | | |
* | | | | | Merge #20378: wallet: fix potential division by 0 in WalletLogPrintfJonas Schnelli2020-11-131-2/+2
|\ \ \ \ \ \
| * | | | | | fix potential devision by 0Jonas Schnelli2020-11-121-2/+2
* | | | | | | Merge #19065: tests: Add fuzzing harness for CAddrManMarcoFalke2020-11-135-2/+142
|\ \ \ \ \ \ \
| * | | | | | | fuzz: Use ConsumeRandomLengthBitVector(...) in src/test/fuzz/connman and src/...practicalswift2020-11-122-2/+2
| * | | | | | | tests: Add fuzzing harness for CAddrManpracticalswift2020-11-123-0/+140
| |/ / / / / /
* | | | | | | Merge #20284: addrman: ensure old versions don't parse peers.datWladimir J. van der Laan2020-11-121-25/+53
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | addrman: ensure old versions don't parse peers.datVasil Dimov2020-11-111-25/+53
* | | | | | | Merge bitcoin-core/gui#120: Fix multiwallet transaction notificationsJonas Schnelli2020-11-121-36/+39
|\ \ \ \ \ \ \
| * | | | | | | refactor: qt: Use vQueueNotifications.clear()João Barbosa2020-11-011-1/+1
| * | | | | | | qt: Make transaction notification queue wallet specificJoão Barbosa2020-10-281-11/+14
| * | | | | | | move-only: Define TransactionNotification before TransactionTablePrivJoão Barbosa2020-10-281-27/+27
* | | | | | | | Merge #20188: tests: Add fuzzing harness for CConnmanMarcoFalke2020-11-123-0/+196
|\ \ \ \ \ \ \ \
| * | | | | | | | tests: Add fuzzing harness for CConnmanpracticalswift2020-10-203-0/+196
* | | | | | | | | Merge #20375: fuzz: Improve coverage for CPartialMerkleTree fuzzing harnessMarcoFalke2020-11-121-5/+29
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fuzz: Improve coverage for CPartialMerkleTree fuzzing harnesspracticalswift2020-11-111-5/+29
* | | | | | | | | | Merge #20372: Avoid signed integer overflow when loading a mempool.dat file w...MarcoFalke2020-11-121-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Avoid signed integer overflow when loading a mempool.dat file with a malforme...practicalswift2020-11-111-1/+1
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Remove references to CreateWalletFromFilefanquake2020-11-122-3/+3
* | | | | | | | | | Merge #19502: Bugfix: Wallet: Soft-fail exceptions within ListWalletDir file ...Samuel Dobson2020-11-121-17/+22
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Bugfix: Wallet: Soft-fail exceptions within ListWalletDir file checksLuke Dashjr2020-11-061-17/+22
* | | | | | | | | | Merge #20344: wallet: fix scanning progress calculation for single block rangeMarcoFalke2020-11-111-1/+5
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | wallet: fix scanning progress calculation for single block rangeSebastian Falbesoner2020-11-111-1/+5
* | | | | | | | | | Merge #20332: test: Mock IBD in net_processing fuzzersMarcoFalke2020-11-106-4/+56
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | test: Mock IBD in net_processing fuzzersMarcoFalke2020-11-076-4/+56
| |/ / / / / / / / /
* | | | | | | | | | Merge #20355: fuzz: Check for addrv1 compatibility before using addrv1 serial...MarcoFalke2020-11-101-10/+28
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fuzz: Assert roundtrip equality for both addrv1 and addrv2 versions of CServicepracticalswift2020-11-091-0/+7
| * | | | | | | | | | fuzz: Check for addrv1 compatibility before using addrv1 serializer/deseriali...practicalswift2020-11-091-10/+21
| |/ / / / / / / / /
* | | | | | | | | | Merge #20153: wallet: do not import a descriptor with hardened derivations in...Wladimir J. van der Laan2020-11-092-2/+7
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | wallet: fix importdescriptor silent failIvan Metlushko2020-10-152-2/+7
* | | | | | | | | | | Merge #20120: net, rpc, test, bugfix: update GetNetworkName, GetNetworksInfo,...Wladimir J. van der Laan2020-11-092-9/+13
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | rpc: update GetNetworksInfo() to not return unsupported networksJon Atack2020-10-151-4/+2
| * | | | | | | | | | | net: update GetNetworkName() with all enum Network casesJon Atack2020-10-151-5/+11
* | | | | | | | | | | | Merge #20266: wallet: fix change detection of imported internal descriptorsWladimir J. van der Laan2020-11-093-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Fix change detection of imported internal descriptorsAndrew Chow2020-10-293-4/+4
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | wallet: Set DatabaseStatus::SUCCESS in MakeSQLiteDatabaseMarcoFalke2020-11-051-0/+1
| |_|_|/ / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge #20308: wallet: Set bilingual error completelyMarcoFalke2020-11-051-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Set bilingual error completelyHennadii Stepanov2020-11-051-1/+1