aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Merge #20395: ci: Use the previous build worker image in AppVeyorMarcoFalke2020-11-151-1/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | ci: Use the previous build worker image in AppVeyorHennadii Stepanov2020-11-151-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 #20379: tests: Remove no longer needed UBSan suppression (float divide-...MarcoFalke2020-11-131-4/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | tests: Remove no longer needed UBSan suppression (float-divide-by-zero in val...practicalswift2020-11-121-4/+0
|/ / / / / / / / /
* | | | | | | | | Merge #20284: addrman: ensure old versions don't parse peers.datWladimir J. van der Laan2020-11-122-27/+55
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | addrman: ensure old versions don't parse peers.datVasil Dimov2020-11-112-27/+55
* | | | | | | | | 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
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge #20285: Remove references to CreateWalletFromFileMarcoFalke2020-11-123-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Remove references to CreateWalletFromFilefanquake2020-11-123-4/+4
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge #19502: Bugfix: Wallet: Soft-fail exceptions within ListWalletDir file ...Samuel Dobson2020-11-122-18/+38
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | QA: wallet_multiwallet: Check that recursive symlink directory and wallet.dat...Luke Dashjr2020-11-061-1/+16
| * | | | | | | | | | | 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-112-2/+5
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | wallet: fix scanning progress calculation for single block rangeSebastian Falbesoner2020-11-112-2/+5
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge #20218: test: Suppress epoll_ctl data raceMarcoFalke2020-11-111-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | test: Suppress epoll_ctl data raceMarcoFalke2020-11-111-0/+1
* | | | | | | | | | | | Merge #20368: ci: Remove redundant valgrind fuzz taskMarcoFalke2020-11-111-8/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | ci: Remove redundant valgrind fuzz taskMarcoFalke2020-11-111-8/+0
|/ / / / / / / / / / /
* | | | | | | | | | | 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 #20322: test: Fix intermittent issue in wallet_listsinceblockMarcoFalke2020-11-101-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | test: Fix intermittent issue in wallet_listsinceblockMarcoFalke2020-11-051-0/+1
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | 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-093-2/+16
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | wallet: fix importdescriptor silent failIvan Metlushko2020-10-153-2/+16
* | | | | | | | | | | | | Merge #20120: net, rpc, test, bugfix: update GetNetworkName, GetNetworksInfo,...Wladimir J. van der Laan2020-11-093-19/+33
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
| * | | | | | | | | | | | test: add getnetworkinfo network name regression testsJon Atack2020-10-151-10/+20
| * | | | | | | | | | | | 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 #20292: test: Fix intermittent feature_taproot issueWladimir J. van der Laan2020-11-094-17/+24
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | ci: Bump timeout factorMarcoFalke2020-11-031-1/+1
| * | | | | | | | | | | | | Small improvements to the Taproot functional testsPieter Wuille2020-11-032-5/+4
| * | | | | | | | | | | | | test: Fix intermittent feature_taproot issueMarcoFalke2020-11-031-3/+16
| * | | | | | | | | | | | | test: Fix deser issue in create_blockMarcoFalke2020-11-031-7/+2