aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | tests: shrink feature_taproot transfer of funds txAnthony Towns2020-11-201-4/+10
* | | | build: Set msvc builds's CLIENT_VERSION_IS_RELEASEWladimir J. van der Laan2020-11-191-1/+1
* | | | doc: Generate manual pages for 0.21.0rc1Wladimir J. van der Laan2020-11-185-185/+535
* | | | build: Bump version for 0.21.0rc1Wladimir J. van der Laan2020-11-182-8/+8
| |/ / |/| |
* | | Merge #20401: qt: Pre-splitoff translations updatefanquake2020-11-1730-141/+7508
|\ \ \
| * | | qt: Pre-splitoff translations updateWladimir J. van der Laan2020-11-1630-141/+7508
* | | | Merge #20305: wallet: introduce fee_rate sat/vB param/optionMarcoFalke2020-11-1715-426/+447
|\ \ \ \
| * | | | wallet: override minfee checks (fOverrideFeeRate) for fee_rateJon Atack2020-11-123-31/+37
| * | | | wallet: update sendtoaddress, send RPC examples with fee_rateJon Atack2020-11-121-9/+20
| * | | | wallet: use MIN_RELAY_TX_FEE in bumpfee helpJon Atack2020-11-121-1/+3
| * | | | wallet: provide valid values if invalid estimate mode passedJon Atack2020-11-1210-16/+20
| * | | | wallet: update remaining rpcwallet fee rate units to BTC/kvBJon Atack2020-11-121-4/+4
| * | | | wallet: update fee rate units, use sat/vB for fee_rate error messagesJon Atack2020-11-129-21/+22
| * | | | wallet: remove fee rates from conf_target helpsJon Atack2020-11-111-14/+7
| * | | | wallet: add fee_rate unit warnings to bumpfeeJon Atack2020-11-111-3/+5
| * | | | wallet: remove redundant bumpfee fee_rate checksJon Atack2020-11-112-13/+1
| * | | | wallet: introduce fee_rate (sat/vB) param/optionJon Atack2020-11-118-349/+359
| * | | | wallet: remove unneeded WALLET_BTC_KB_TO_SAT_B constantJon Atack2020-11-111-8/+2
| * | | | wallet: add CFeeRate ctor doxygen documentationJon Atack2020-11-111-1/+10
| * | | | wallet: fix bug in RPC send optionsJon Atack2020-11-112-15/+16
* | | | | Merge bitcoin-core/gui#96: Slight improve create wallet dialogMarcoFalke2020-11-172-11/+48
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | gui: create wallet: add advanced sectionSjors Provoost2020-11-141-4/+21
| * | | | gui: create wallet: name placeholderSjors Provoost2020-11-141-0/+3
| * | | | [gui] create wallet: smarter checkbox togglingSjors Provoost2020-10-302-7/+24
* | | | | Merge #20139: Wallet: do not return warnings from UpgradeWallet()MarcoFalke2020-11-173-5/+3
|\ \ \ \ \
| * | | | | [upgradewallet] removed unused warning paramSishir Giri2020-11-163-5/+3
* | | | | | Merge #20346: script: modify security-check.py to use "==" instead of "is" fo...fanquake2020-11-172-1/+2
|\ \ \ \ \ \
| * | | | | | swapped "is" for "==" in literal comparisonTyler Chambers2020-11-092-1/+2
* | | | | | | Merge #20405: p2p: avoid calculating onion address checksum when version is n...fanquake2020-11-171-1/+5
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Break circuit earlierlontivero2020-11-161-1/+5
|/ / / / / /
* | | | | | Merge #18836: wallet: upgradewallet fixes and additional testsWladimir J. van der Laan2020-11-1615-86/+444
|\ \ \ \ \ \
| * | | | | | wallet: Remove -upgradewallet from dummywalletMarcoFalke2020-11-043-3/+4
| * | | | | | test: Remove unused wallet.datMarcoFalke2020-11-044-8/+0
| * | | | | | tests: Test specific upgradewallet scenarios and that upgrades workAndrew Chow2020-11-041-26/+231
| * | | | | | test: Add test_framework/bdb.py module for inspecting bdb filesAndrew Chow2020-11-041-0/+152
| * | | | | | tests: Add a sha256sum_file function to utilAndrew Chow2020-11-041-0/+9
| * | | | | | 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 #20390: CI/Cirrus: Skip merge_base step for non-PRsMarcoFalke2020-11-161-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | CI/Cirrus: Skip merge_base step for non-PRsLuke Dashjr2020-11-141-0/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | 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
* | | | | | | | | Merge #20386: Silence false positive GCC warning in wallet/rpcwallet.cppMarcoFalke2020-11-151-1/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add missing optional.h includeKristaps Kaupe2020-11-141-0/+1
| * | | | | | | | | Silence false positive GCC warningKristaps Kaupe2020-11-141-1/+1
| | |/ / / / / / / | |/| | | | | | |