aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-10-27Merge bitcoin-core/gui#116: Fix unreasonable default size of the main window ...Jonas Schnelli
2020-10-26fuzz: Check for addrv1 compatibility before using addrv1 serializerpracticalswift
2020-10-25qt: Add WalletFrame::sizeHintHennadii Stepanov
2020-10-24Merge bitcoin-core/gui#43: bugfix: Call setWalletActionsEnabled(true) only fo...MarcoFalke
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-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-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
2020-10-16Merge bitcoin-core/gui#97: Relax GUI freezes during IBD (when using wallets)MarcoFalke
2020-10-16Merge #20035: signet: Fix uninitialized read in validationWladimir J. van der Laan
2020-10-16script: Make ComputeEntrySchnorr and ComputeEntryECDSA const to clarify contractpracticalswift
2020-10-16Initialize default-initialized uint256 consensus params to zero explicitlyMarcoFalke
2020-10-16Merge #19836: rpc: Properly deserialize txs with witness before signingfanquake
2020-10-15Merge #20090: [doc] Tiny followups to new getpeerinfo connection type fieldWladimir J. van der Laan
2020-10-15Merge #17428: p2p: Try to preserve outbound block-relay-only connections duri...Wladimir J. van der Laan
2020-10-15Merge #20002: net, rpc, cli: expose peer network in getpeerinfo; simplify/imp...Wladimir J. van der Laan
2020-10-15Merge #20131: test: Remove unused nVersion=1 in p2p testsWladimir J. van der Laan
2020-10-15Merge #19770: RPC: getpeerinfo: Deprecate "whitelisted" field (replaced by "p...MarcoFalke
2020-10-15Merge #20140: Restore compatibility with old CSubNet serializationWladimir J. van der Laan
2020-10-15doc: Move assumed-values doxygen comments to headerMarcoFalke
2020-10-15signet: Fix uninitialized read in validationMarcoFalke
2020-10-15Merge #17775: DecodeHexTx: Try case where txn has inputs firstWladimir J. van der Laan
2020-10-15Merge #19953: Implement BIP 340-342 validation (Schnorr/taproot/tapscript)Wladimir J. van der Laan
2020-10-15Merge #19077: wallet: Add sqlite as an alternative wallet database and use it...Samuel Dobson
2020-10-15Merge #20147: Update libsecp256k1 (endomorphism, test improvements)fanquake
2020-10-15Merge #20146: net: Send post-verack handshake messages at most oncefanquake
2020-10-14rpc, wallet: Expose database format in getwalletinfoJoão Barbosa
2020-10-14Update libsecp256k1 subtree to latest masterPieter Wuille
2020-10-14Squashed 'src/secp256k1/' changes from 8ab24e8dad..c6b6b8f1bbPieter Wuille
2020-10-14Merge #19988: Overhaul transaction request logicWladimir J. van der Laan
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