index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-11-04
wallet: have ScriptPubKeyMan::Upgrade check against the new version
Andrew Chow
2020-10-19
wallet: Add GetClosestWalletFeature function
Andrew Chow
2020-10-19
wallet: Add utility method for CanSupportFeature
Andrew Chow
2020-10-19
Merge #19986: refactor: clean up -Wlogical-op warning in wallet/scriptpubkeym...
fanquake
2020-10-19
Merge #19911: net: guard vRecvGetData with cs_vRecv and orphan_work_set with ...
fanquake
2020-10-17
Merge #20159: test: mining_getblocktemplate_longpoll.py improvements (use Min...
MarcoFalke
2020-10-17
Merge #20169: Taproot follow-up: Make ComputeEntrySchnorr and ComputeEntryECD...
fanquake
2020-10-17
Merge #20168: contrib: Fix gen_key_io_test_vectors.py imports
fanquake
2020-10-16
test: add logging for mining_getblocktemplate_longpoll.py
Sebastian Falbesoner
2020-10-16
test: remove unused helpers random_transaction(), make_change() and gather_in...
Sebastian Falbesoner
2020-10-16
Merge bitcoin-core/gui#97: Relax GUI freezes during IBD (when using wallets)
MarcoFalke
2020-10-16
contrib: Fix gen_key_io_test_vectors.py imports
MarcoFalke
2020-10-16
test: use MiniWallet for mining_getblocktemplate_longpoll.py
Sebastian Falbesoner
2020-10-16
Merge #19401: QA: Use GBT to get block versions correct
MarcoFalke
2020-10-16
Merge #20035: signet: Fix uninitialized read in validation
Wladimir J. van der Laan
2020-10-16
Merge #20161: Minor Taproot follow-ups
fanquake
2020-10-16
script: Make ComputeEntrySchnorr and ComputeEntryECDSA const to clarify contract
practicalswift
2020-10-16
Initialize default-initialized uint256 consensus params to zero explicitly
MarcoFalke
2020-10-16
Merge #19836: rpc: Properly deserialize txs with witness before signing
fanquake
2020-10-15
Address functional test nits
Pieter Wuille
2020-10-15
docs: mention BIPs 340-342 in doc/bips.md
Pieter Wuille
2020-10-15
Merge #20090: [doc] Tiny followups to new getpeerinfo connection type field
Wladimir J. van der Laan
2020-10-15
Merge #17428: p2p: Try to preserve outbound block-relay-only connections duri...
Wladimir J. van der Laan
2020-10-15
Merge #20002: net, rpc, cli: expose peer network in getpeerinfo; simplify/imp...
Wladimir J. van der Laan
2020-10-15
Merge #20131: test: Remove unused nVersion=1 in p2p tests
Wladimir J. van der Laan
2020-10-15
Merge #19770: RPC: getpeerinfo: Deprecate "whitelisted" field (replaced by "p...
MarcoFalke
2020-10-15
Merge #20140: Restore compatibility with old CSubNet serialization
Wladimir J. van der Laan
2020-10-15
doc: Move assumed-values doxygen comments to header
MarcoFalke
2020-10-15
signet: Fix uninitialized read in validation
MarcoFalke
2020-10-15
Merge #17775: DecodeHexTx: Try case where txn has inputs first
Wladimir J. van der Laan
2020-10-15
Merge #19953: Implement BIP 340-342 validation (Schnorr/taproot/tapscript)
Wladimir J. van der Laan
2020-10-15
Merge #19077: wallet: Add sqlite as an alternative wallet database and use it...
Samuel Dobson
2020-10-15
Merge #20147: Update libsecp256k1 (endomorphism, test improvements)
fanquake
2020-10-15
Merge #20146: net: Send post-verack handshake messages at most once
fanquake
2020-10-14
Update libsecp256k1 subtree to latest master
Pieter Wuille
2020-10-14
Squashed 'src/secp256k1/' changes from 8ab24e8dad..c6b6b8f1bb
Pieter Wuille
2020-10-14
Merge #19988: Overhaul transaction request logic
Wladimir J. van der Laan
2020-10-14
Update wallet_multiwallet.py for descriptor and sqlite wallets
Russell Yanofsky
2020-10-14
Run dumpwallet for legacy wallets only in wallet_backup.py
Andrew Chow
2020-10-14
Include sqlite3 in documentation
Andrew Chow
2020-10-14
wallet: Enforce sqlite serialized threading mode
Andrew Chow
2020-10-14
Set and check the sqlite user version
Andrew Chow
2020-10-14
Use network magic as sqlite wallet application ID
Andrew Chow
2020-10-14
Use SQLite for descriptor wallets
Andrew Chow
2020-10-14
walletutil: Wallets can also be sqlite
Andrew Chow
2020-10-14
Determine wallet file type based on file magic
Andrew Chow
2020-10-14
Implement SQLiteDatabase::MakeBatch
Andrew Chow
2020-10-14
Implement SQLiteDatabase::Verify
Andrew Chow
2020-10-14
Implement SQLiteDatabase::Rewrite
Andrew Chow
2020-10-14
Implement SQLiteDatabase::TxnBegin, TxnCommit, and TxnAbort
Andrew Chow
[next]