aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-04tests: Add a sha256sum_file function to utilAndrew Chow
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-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-19Merge #19911: net: guard vRecvGetData with cs_vRecv and orphan_work_set with ...fanquake
2020-10-17Merge #20159: test: mining_getblocktemplate_longpoll.py improvements (use Min...MarcoFalke
2020-10-17Merge #20169: Taproot follow-up: Make ComputeEntrySchnorr and ComputeEntryECD...fanquake
2020-10-17Merge #20168: contrib: Fix gen_key_io_test_vectors.py importsfanquake
2020-10-16test: add logging for mining_getblocktemplate_longpoll.pySebastian Falbesoner
2020-10-16test: remove unused helpers random_transaction(), make_change() and gather_in...Sebastian Falbesoner
2020-10-16Merge bitcoin-core/gui#97: Relax GUI freezes during IBD (when using wallets)MarcoFalke
2020-10-16contrib: Fix gen_key_io_test_vectors.py importsMarcoFalke
2020-10-16test: use MiniWallet for mining_getblocktemplate_longpoll.pySebastian Falbesoner
2020-10-16Merge #19401: QA: Use GBT to get block versions correctMarcoFalke
2020-10-16Merge #20035: signet: Fix uninitialized read in validationWladimir J. van der Laan
2020-10-16Merge #20161: Minor Taproot follow-upsfanquake
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-15Address functional test nitsPieter Wuille
2020-10-15docs: mention BIPs 340-342 in doc/bips.mdPieter Wuille
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-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-14Update wallet_multiwallet.py for descriptor and sqlite walletsRussell Yanofsky
2020-10-14Run dumpwallet for legacy wallets only in wallet_backup.pyAndrew Chow
2020-10-14Include sqlite3 in documentationAndrew Chow
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
2020-10-14Implement SQLiteDatabase::MakeBatchAndrew Chow