aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-11-02Merge #20281: docs: Correct getblockstats documentation for (sw)total_weightMarcoFalke
2020-11-02Merge #20230: wallet: Fix bug when just created encrypted wallet cannot get a...Samuel Dobson
2020-11-02Merge #20271: doc: Document that wallet salvage is experimentalSamuel Dobson
2020-11-02Merge #20080: Strip any trailing `/` in -datadir and -blocksdir pathsSamuel Dobson
2020-11-01docs: Correct getblockstats documentation for (sw)total_weightNadav Ivgi
2020-10-30doc: Document that wallet salvage is experimentalMarcoFalke
2020-10-29Merge #20186: wallet: Make -wallet setting not create walletsMarcoFalke
2020-10-29Merge #20257: Update secp256k1 subtree to latest masterfanquake
2020-10-29Merge #20115: cli: -netinfo quick updates/fixups for 0.21Wladimir J. van der Laan
2020-10-29Merge #20156: build: Make sqlite support optional (compile-time)Wladimir J. van der Laan
2020-10-29Merge #20242: fuzz: Properly initialize PrecomputedTransactionDataWladimir J. van der Laan
2020-10-29Merge #19753: p2p: don't add AlreadyHave transactions to recentRejectsWladimir J. van der Laan
2020-10-27Update secp256k1 subtree to latest masterPieter Wuille
2020-10-27Squashed 'src/secp256k1/' changes from c6b6b8f1bb..3967d96bf1Pieter Wuille
2020-10-27doc: Update data directory path commentsHennadii Stepanov
2020-10-27util: Add StripRedundantLastElementsOfPath functionHennadii Stepanov
2020-10-27qt: Pre-splitoff translations updateWladimir J. van der Laan
2020-10-27Merge bitcoin-core/gui#116: Fix unreasonable default size of the main window ...Jonas Schnelli
2020-10-27[net processing] Don't add AlreadyHave txs to recentRejectsTroy Giorshev
2020-10-26fuzz: Check for addrv1 compatibility before using addrv1 serializerpracticalswift
2020-10-26fuzz: Properly initialize PrecomputedTransactionDataMarcoFalke
2020-10-25qt: Add WalletFrame::sizeHintHennadii Stepanov
2020-10-25cli -netinfo: print oversized/extreme ping times as "-"Jon Atack
2020-10-25cli -netinfo: handle longer tor v3 local addressesJon Atack
2020-10-25cli -netinfo: make age column variable-widthJon Atack
2020-10-25cli -netinfo: various quick updates and fixesJon Atack
2020-10-24Merge bitcoin-core/gui#43: bugfix: Call setWalletActionsEnabled(true) only fo...MarcoFalke
2020-10-23wallet: Fix bug when just created encrypted wallet cannot get addressHennadii Stepanov
2020-10-23Merge bitcoin-core/gui#71: Fix visual quality of text in QR imageJonas Schnelli
2020-10-23Merge #20216: wallet: fix buffer over-read in SQLite file magic checkfanquake
2020-10-22Merge #20: Wrap tooltips in the intro windowJonas Schnelli
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-21Merge #20198: Show name, format and if uses descriptors in bitcoin-wallet toolMarcoFalke
2020-10-21Merge #20157: Bugfix: chainparams: Add missing (always enabled) Taproot deplo...MarcoFalke
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-20GUI: Create Wallet: Nicely disable descriptor wallet checkbox if sqlite suppo...Luke Dashjr
2020-10-20Make sqlite support optional (compile-time)Luke Dashjr
2020-10-20Bugfix: chainparams: Add missing (disabled) Taproot deployment for SignetLuke Dashjr
2020-10-20Merge #20125: rpc, wallet: Expose database format in getwalletinfoSamuel Dobson
2020-10-19Merge #20162: p2p: declare Announcement::m_state as uint8_t, add getter/setterMarcoFalke
2020-10-19Merge #19624: Warn on unknown rw_settingsMarcoFalke
2020-10-19Merge #20180: test: Fix -Wunused-function warnings if configured --without-libsMarcoFalke
2020-10-19Merge #20082: [bugfix] random: fixes read buffer to use min rather than maxfanquake
2020-10-19Merge #19986: refactor: clean up -Wlogical-op warning in wallet/scriptpubkeym...fanquake
2020-10-19Merge #19911: net: guard vRecvGetData with cs_vRecv and orphan_work_set with ...fanquake
2020-10-18test: Fix -Wunused-function warning if configured --without-libsHennadii Stepanov
2020-10-17Merge #20169: Taproot follow-up: Make ComputeEntrySchnorr and ComputeEntryECD...fanquake
2020-10-16p2p: declare Announcement::m_state as uint8_t, add getter/setterJon Atack