aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | docs: Correct getblockstats documentation for (sw)total_weightNadav Ivgi2020-11-011-2/+2
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge #20230: wallet: Fix bug when just created encrypted wallet cannot get a...Samuel Dobson2020-11-021-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | wallet: Fix bug when just created encrypted wallet cannot get addressHennadii Stepanov2020-10-231-0/+1
* | | | | | | | | | | | Merge #20271: doc: Document that wallet salvage is experimentalSamuel Dobson2020-11-021-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | doc: Document that wallet salvage is experimentalMarcoFalke2020-10-301-1/+1
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge #20262: tests: Skip --descriptor tests if sqlite is not compiledSamuel Dobson2020-11-025-3/+20
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Ensure a legacy wallet for BDB format checkAndrew Chow2020-10-291-1/+4
| * | | | | | | | | | | | Skip --descriptor tests if sqlite is not compiledAndrew Chow2020-10-295-2/+16
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge #20080: Strip any trailing `/` in -datadir and -blocksdir pathsSamuel Dobson2020-11-022-6/+43
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | doc: Update data directory path commentsHennadii Stepanov2020-10-271-6/+5
| * | | | | | | | | | | util: Add StripRedundantLastElementsOfPath functionHennadii Stepanov2020-10-272-0/+38
* | | | | | | | | | | | Merge #20186: wallet: Make -wallet setting not create walletsMarcoFalke2020-10-2910-41/+77
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | wallet: Make -wallet setting not create walletsRussell Yanofsky2020-10-2110-41/+77
* | | | | | | | | | | | | Merge #20257: Update secp256k1 subtree to latest masterfanquake2020-10-295-16/+38
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Update secp256k1 subtree to latest masterPieter Wuille2020-10-275-16/+38
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | Squashed 'src/secp256k1/' changes from c6b6b8f1bb..3967d96bf1Pieter Wuille2020-10-275-16/+38
* | | | | | | | | | | | | | Merge #20195: build: fix mutex detection when building bdb on macOSWladimir J. van der Laan2020-10-291-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | build: fix mutex detection when building bdb on macOSfanquake2020-10-271-0/+1
* | | | | | | | | | | | | | | Merge #20115: cli: -netinfo quick updates/fixups for 0.21Wladimir J. van der Laan2020-10-291-23/+40
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | cli -netinfo: print oversized/extreme ping times as "-"Jon Atack2020-10-251-2/+8
| * | | | | | | | | | | | | | | cli -netinfo: handle longer tor v3 local addressesJon Atack2020-10-251-3/+8
| * | | | | | | | | | | | | | | cli -netinfo: make age column variable-widthJon Atack2020-10-251-7/+12
| * | | | | | | | | | | | | | | cli -netinfo: various quick updates and fixesJon Atack2020-10-251-15/+16
| | |_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge #20156: build: Make sqlite support optional (compile-time)Wladimir J. van der Laan2020-10-298-5/+57
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | RPC: createwallet: Nicer error message if descriptor wallet requested and sql...Luke Dashjr2020-10-201-0/+3
| * | | | | | | | | | | | | | | GUI: Create Wallet: Nicely disable descriptor wallet checkbox if sqlite suppo...Luke Dashjr2020-10-201-0/+6
| * | | | | | | | | | | | | | | Make sqlite support optional (compile-time)Luke Dashjr2020-10-206-5/+48
| | |_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge #20242: fuzz: Properly initialize PrecomputedTransactionDataWladimir J. van der Laan2020-10-291-1/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | fuzz: Properly initialize PrecomputedTransactionDataMarcoFalke2020-10-261-1/+7
| | |_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge #19753: p2p: don't add AlreadyHave transactions to recentRejectsWladimir J. van der Laan2020-10-292-20/+29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | [net processing] Don't add AlreadyHave txs to recentRejectsTroy Giorshev2020-10-272-20/+29
| | |_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge #20258: tests: Remove getnettotals/getpeerinfo consistency testMarcoFalke2020-10-281-23/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | [tests] Remove getnettotals/getpeerinfo consistency testJohn Newbery2020-10-281-23/+9
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge #19877: [test] clarify rpc_net & p2p_disconnect_ban functional testsWladimir J. van der Laan2020-10-282-33/+39
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | [test] Clarify setup of node topology.Amiti Uttarwar2020-10-272-3/+9
| * | | | | | | | | | | | | | | [move-only, test]: Match test order with run orderAmiti Uttarwar2020-10-271-30/+30
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge #20256: qt: Pre-splitoff translations updateMarcoFalke2020-10-2889-5453/+7949
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | qt: Pre-splitoff translations updateWladimir J. van der Laan2020-10-2789-5453/+7949
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge bitcoin-core/gui#116: Fix unreasonable default size of the main window ...Jonas Schnelli2020-10-272-7/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | qt: Add WalletFrame::sizeHintHennadii Stepanov2020-10-252-7/+13
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge #20167: test: Add test for -blockversionWladimir J. van der Laan2020-10-274-14/+26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | test: Add test for -blockversionMarcoFalke2020-10-261-3/+14
| * | | | | | | | | | | | | | test: Default blockversion to 4 in feature_blockMarcoFalke2020-10-161-7/+7
| * | | | | | | | | | | | | | test: Remove unused -blockversion from testsMarcoFalke2020-10-162-6/+6
* | | | | | | | | | | | | | | Merge #19124: doc: Document ALLOW_HOST_PACKAGES dependency optionWladimir J. van der Laan2020-10-271-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | doc: Document ALLOW_HOST_PACKAGES dependency optionskmcontrib2020-08-111-0/+4
* | | | | | | | | | | | | | | | Merge #20152: doc: Update wallet files in files.mdfanquake2020-10-271-11/+25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | doc: Update wallet files in files.mdHennadii Stepanov2020-10-151-11/+25
* | | | | | | | | | | | | | | | | Merge #20247: fuzz: Check for addrv1 compatibility before using addrv1 serial...MarcoFalke2020-10-271-5/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | fuzz: Check for addrv1 compatibility before using addrv1 serializerpracticalswift2020-10-261-5/+9
|/ / / / / / / / / / / / / / / /