aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | Merge #20302: net: Make it easier to reason about node eviction by removing u...MarcoFalke2020-11-051-2/+1
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Make it easier to reason about node eviction by removing unused NodeEvictionC...practicalswift2020-11-041-2/+1
* | | | | | | | | | | Merge #20303: fuzz: Assert expected DecodeHexTx behaviour when using legacy d...MarcoFalke2020-11-051-1/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | fuzz: Assert expected DecodeHexTx behaviour when using legacy decodingpracticalswift2020-11-041-1/+3
| |/ / / / / / / / / /
* | | | | | | | | | | Merge #20199: wallet: ignore (but warn) on duplicate -wallet parametersMarcoFalke2020-11-051-2/+6
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Ignoring (but warn) on duplicate -wallet parametersJonas Schnelli2020-11-031-2/+6
* | | | | | | | | | | | Merge #20300: fuzz: Add missing ECC_Start to descriptor_parse testMarcoFalke2020-11-041-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | fuzz: Add missing ECC_Start to descriptor_parse testIvan Metlushko2020-11-041-1/+2
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge #20212: net: fix output of peer address in version messageMarcoFalke2020-11-041-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | net: fix output of peer address in version messageVasil Dimov2020-10-211-1/+3
* | | | | | | | | | | | Merge #20245: test: Run script_assets_test even if built --with-libs=noMarcoFalke2020-11-041-10/+11
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | test: Replace ARRAYLEN with C++11 ranged for loopMarcoFalke2020-10-261-7/+7
| * | | | | | | | | | | | test: Run AssetTest even if built --with-libs=noMarcoFalke2020-10-261-3/+4
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge #20220: wallet, rpc: explicit fee rate follow-ups/fixes for 0.21Samuel Dobson2020-11-042-20/+27
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | rpc: update conf_target helps for correctness/consistencyJon Atack2020-10-291-9/+16
| * | | | | | | | | | | | wallet, rpc: fix send subtract_fee_from_outputs helpJon Atack2020-10-291-1/+1
| * | | | | | | | | | | | wallet: fundrawtx fee rate coverage, fixup ParseConfirmTarget()Jon Atack2020-10-291-4/+5
| * | | | | | | | | | | | wallet: improve bumpfee error/help, add explicit fee rate coverageJon Atack2020-10-271-4/+4
| * | | | | | | | | | | | wallet: fix SetFeeEstimateMode() error messageJon Atack2020-10-251-1/+1
| * | | | | | | | | | | | wallet, bugfix: fix bumpfee with explicit fee rate modesJon Atack2020-10-241-1/+0
* | | | | | | | | | | | | Merge #20282: wallet: change upgradewallet return type to be an objectSamuel Dobson2020-11-041-2/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | [wallet] Return object from upgradewallet RPCSishir Giri2020-11-021-2/+11
| | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge #20237: net: Hardcoded seeds update for 0.21Wladimir J. van der Laan2020-11-031-559/+976
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | net: Hardcoded seeds update for 0.21Wladimir J. van der Laan2020-10-251-559/+976
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge #20290: fuzz: Fix DecodeHexTx fuzzing harness issueMarcoFalke2020-11-031-2/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | fuzz: Fix DecodeHexTx fuzzing harness issuepracticalswift2020-11-021-2/+1
* | | | | | | | | | | | | Merge #20289: fuzz: Check for addrv1 compatibility before using addrv1 serial...MarcoFalke2020-11-031-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | fuzz: Check for addrv1 compatibility before using addrv1 serializer on CServicepracticalswift2020-11-021-1/+4
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge #20187: Addrman: test-before-evict bugfix and improvements for block-re...fanquake2020-11-035-25/+65
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Avoid test-before-evict evictions of current peersSuhas Daftuar2020-10-271-4/+23
| * | | | | | | | | | | | Refactor test for existing peer connection into own functionSuhas Daftuar2020-10-272-1/+12
| * | | | | | | | | | | | Call CAddrMan::Good() on block-relay-only peer addressesSuhas Daftuar2020-10-271-10/+18
| * | | | | | | | | | | | Avoid calling CAddrMan::Connected() on block-relay-only peer addressesSuhas Daftuar2020-10-275-10/+12
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge #20263: Update assumed chain paramsWladimir J. van der Laan2020-11-021-20/+20
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Update assumed chain paramsMarcoFalke2020-11-021-20/+20
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge #20165: Only relay Taproot spends if next block has it activeMarcoFalke2020-11-028-11/+19
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Only relay Taproot spends if next block has it activePieter Wuille2020-10-308-11/+19
| |/ / / / / / / / / /
* | | | | | | | | | | Merge #20281: docs: Correct getblockstats documentation for (sw)total_weightMarcoFalke2020-11-021-2/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | 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 #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-292-3/+12
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | wallet: Make -wallet setting not create walletsRussell Yanofsky2020-10-212-3/+12
* | | | | | | | | | | | Merge #20257: Update secp256k1 subtree to latest masterfanquake2020-10-295-16/+38
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Update secp256k1 subtree to latest masterPieter Wuille2020-10-275-16/+38
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |