aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
AgeCommit message (Expand)Author
2020-11-16Merge #18836: wallet: upgradewallet fixes and additional testsWladimir J. van der Laan
2020-11-14Add missing optional.h includeKristaps Kaupe
2020-11-14Silence false positive GCC warningKristaps Kaupe
2020-11-12fix potential devision by 0Jonas Schnelli
2020-11-12Remove references to CreateWalletFromFilefanquake
2020-11-12Merge #19502: Bugfix: Wallet: Soft-fail exceptions within ListWalletDir file ...Samuel Dobson
2020-11-11Merge #20344: wallet: fix scanning progress calculation for single block rangeMarcoFalke
2020-11-11wallet: fix scanning progress calculation for single block rangeSebastian Falbesoner
2020-11-09Merge #20153: wallet: do not import a descriptor with hardened derivations in...Wladimir J. van der Laan
2020-11-09Merge #20266: wallet: fix change detection of imported internal descriptorsWladimir J. van der Laan
2020-11-06Bugfix: Wallet: Soft-fail exceptions within ListWalletDir file checksLuke Dashjr
2020-11-05wallet: Set DatabaseStatus::SUCCESS in MakeSQLiteDatabaseMarcoFalke
2020-11-05Set bilingual error completelyHennadii Stepanov
2020-11-05Merge #20199: wallet: ignore (but warn) on duplicate -wallet parametersMarcoFalke
2020-11-04wallet: Remove -upgradewallet from dummywalletMarcoFalke
2020-11-04wallet: upgrade the CHDChain version number when upgrading to split hdAndrew Chow
2020-11-04wallet: remove nWalletMaxVersionAndrew Chow
2020-11-04wallet: have ScriptPubKeyMan::Upgrade check against the new versionAndrew Chow
2020-11-04Merge #20220: wallet, rpc: explicit fee rate follow-ups/fixes for 0.21Samuel Dobson
2020-11-03Ignoring (but warn) on duplicate -wallet parametersJonas Schnelli
2020-11-02[wallet] Return object from upgradewallet RPCSishir Giri
2020-11-02Merge #20230: wallet: Fix bug when just created encrypted wallet cannot get a...Samuel Dobson
2020-10-29Fix change detection of imported internal descriptorsAndrew Chow
2020-10-29Merge #20186: wallet: Make -wallet setting not create walletsMarcoFalke
2020-10-29Merge #20156: build: Make sqlite support optional (compile-time)Wladimir J. van der Laan
2020-10-29rpc: update conf_target helps for correctness/consistencyJon Atack
2020-10-29wallet, rpc: fix send subtract_fee_from_outputs helpJon Atack
2020-10-27wallet: improve bumpfee error/help, add explicit fee rate coverageJon Atack
2020-10-25wallet: fix SetFeeEstimateMode() error messageJon Atack
2020-10-24wallet, bugfix: fix bumpfee with explicit fee rate modesJon Atack
2020-10-23wallet: Fix bug when just created encrypted wallet cannot get addressHennadii Stepanov
2020-10-22wallet: fix buffer over-read in SQLite file magic checkSebastian Falbesoner
2020-10-21wallet: Make -wallet setting not create walletsRussell Yanofsky
2020-10-21Show name, format and if uses descriptors in bitcoin-wallet toolJonas Schnelli
2020-10-20RPC: createwallet: Nicer error message if descriptor wallet requested and sql...Luke Dashjr
2020-10-20Make sqlite support optional (compile-time)Luke Dashjr
2020-10-20Merge #20125: rpc, wallet: Expose database format in getwalletinfoSamuel Dobson
2020-10-19wallet: Add GetClosestWalletFeature functionAndrew Chow
2020-10-19wallet: Add utility method for CanSupportFeatureAndrew Chow
2020-10-19Merge #19986: refactor: clean up -Wlogical-op warning in wallet/scriptpubkeym...fanquake
2020-10-16Merge #19836: rpc: Properly deserialize txs with witness before signingfanquake
2020-10-15wallet: fix importdescriptor silent failIvan Metlushko
2020-10-15Merge #19953: Implement BIP 340-342 validation (Schnorr/taproot/tapscript)Wladimir J. van der Laan
2020-10-14rpc, wallet: Expose database format in getwalletinfoJoão Barbosa
2020-10-14wallet: Enforce sqlite serialized threading modeAndrew Chow
2020-10-14Set and check the sqlite user versionAndrew Chow
2020-10-14Use network magic as sqlite wallet application IDAndrew Chow
2020-10-14Use SQLite for descriptor walletsAndrew Chow
2020-10-14walletutil: Wallets can also be sqliteAndrew Chow
2020-10-14Determine wallet file type based on file magicAndrew Chow