index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2020-10-27
qt: Pre-splitoff translations update
Wladimir J. van der Laan
2020-10-27
Merge bitcoin-core/gui#116: Fix unreasonable default size of the main window ...
Jonas Schnelli
2020-10-26
fuzz: Check for addrv1 compatibility before using addrv1 serializer
practicalswift
2020-10-25
qt: Add WalletFrame::sizeHint
Hennadii Stepanov
2020-10-24
Merge bitcoin-core/gui#43: bugfix: Call setWalletActionsEnabled(true) only fo...
MarcoFalke
2020-10-23
Merge bitcoin-core/gui#71: Fix visual quality of text in QR image
Jonas Schnelli
2020-10-23
Merge #20216: wallet: fix buffer over-read in SQLite file magic check
fanquake
2020-10-22
Merge #20: Wrap tooltips in the intro window
Jonas Schnelli
2020-10-22
wallet: fix buffer over-read in SQLite file magic check
Sebastian Falbesoner
2020-10-21
Merge #20198: Show name, format and if uses descriptors in bitcoin-wallet tool
MarcoFalke
2020-10-21
Merge #20157: Bugfix: chainparams: Add missing (always enabled) Taproot deplo...
MarcoFalke
2020-10-21
Show name, format and if uses descriptors in bitcoin-wallet tool
Jonas Schnelli
2020-10-20
Bugfix: chainparams: Add missing (disabled) Taproot deployment for Signet
Luke Dashjr
2020-10-20
Merge #20125: rpc, wallet: Expose database format in getwalletinfo
Samuel Dobson
2020-10-19
Merge #20162: p2p: declare Announcement::m_state as uint8_t, add getter/setter
MarcoFalke
2020-10-19
Merge #19624: Warn on unknown rw_settings
MarcoFalke
2020-10-19
Merge #20180: test: Fix -Wunused-function warnings if configured --without-libs
MarcoFalke
2020-10-19
Merge #20082: [bugfix] random: fixes read buffer to use min rather than max
fanquake
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-18
test: Fix -Wunused-function warning if configured --without-libs
Hennadii Stepanov
2020-10-17
Merge #20169: Taproot follow-up: Make ComputeEntrySchnorr and ComputeEntryECD...
fanquake
2020-10-16
p2p: declare Announcement::m_state as uint8_t, add getter/setter
Jon Atack
2020-10-16
Merge bitcoin-core/gui#97: Relax GUI freezes during IBD (when using wallets)
MarcoFalke
2020-10-16
Merge #20035: signet: Fix uninitialized read in validation
Wladimir J. van der Laan
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
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
rpc, wallet: Expose database format in getwalletinfo
João Barbosa
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
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
[next]