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
2021-06-14
p2p: extend inbound eviction protection by network to I2P peers
Jon Atack
2021-06-14
test: add combined onion/localhost eviction protection coverage
Jon Atack
2021-06-14
p2p: remove unused m_is_onion member from NodeEvictionCandidate struct
Jon Atack
2021-06-14
p2p: remove unused CompareLocalHostTimeConnected()
Jon Atack
2021-06-14
p2p: remove unused CompareOnionTimeConnected()
Jon Atack
2021-06-14
p2p: update ProtectEvictionCandidatesByRatio() doxygen docs
Jon Atack
2021-06-14
p2p: make ProtectEvictionCandidatesByRatio() fully ratio-based
Jon Atack
2021-06-14
Bugfix: GUI: Use a different shortcut for "1 d&ay" banning, due to conflict w...
Luke Dashjr
2021-06-14
Merge bitcoin/bitcoin#22230: build: Fix MSVC linker /SubSystem option for bit...
fanquake
2021-06-14
Merge bitcoin/bitcoin#22224: Update msvc and appveyor builds to use Qt5.12.11...
fanquake
2021-06-13
test: remove combined onion/localhost eviction protection tests
Jon Atack
2021-06-13
p2p: add CompareNodeNetworkTime() comparator struct
Jon Atack
2021-06-13
p2p: add m_network to NodeEvictionCandidate struct
Jon Atack
2021-06-13
p2p, refactor: rename vEvictionCandidates to eviction_candidates
Jon Atack
2021-06-13
p2p, refactor: improve constness in ProtectEvictionCandidatesByRatio()
Jon Atack
2021-06-13
test: add ALL_NETWORKS to test utilities
Jon Atack
2021-06-13
test: speed up and simplify peer_eviction_test
Jon Atack
2021-06-13
Merge bitcoin/bitcoin#21941: fuzz: Call const member functions in addrman fuz...
MarcoFalke
2021-06-13
Merge bitcoin/bitcoin#22130: test: refactor: dedup utility function chain_tra...
MarcoFalke
2021-06-13
fuzz: Call const member functions in addrman fuzz test only once
MarcoFalke
2021-06-13
Merge bitcoin/bitcoin#22102: Remove `Warning:` from warning message printed f...
MarcoFalke
2021-06-12
GUI: Add keyboard shortcuts for other context menus
Luke Dashjr
2021-06-12
GUI: Restore keyboard shortcuts for context menu entries
Luke Dashjr
2021-06-12
Add support for SIGHASH_DEFAULT in RPCs, and make it default
Pieter Wuille
2021-06-12
tests: check spending of P2TR
Pieter Wuille
2021-06-12
Basic Taproot signing logic in script/sign.cpp
Pieter Wuille
2021-06-12
Make GetInputUTXO safer: verify non-witness UTXO match
Pieter Wuille
2021-06-12
Construct and use PrecomputedTransactionData in PSBT signing
Pieter Wuille
2021-06-12
Construct and use PrecomputedTransactionData in SignTransaction
Pieter Wuille
2021-06-12
Don't nuke witness data when signing fails
Pieter Wuille
2021-06-12
Permit full precomputation in PrecomputedTransactionData
Pieter Wuille
2021-06-12
Add precomputed txdata support to MutableTransactionSignatureCreator
Pieter Wuille
2021-06-12
Add CKey::SignSchnorr function for BIP 340/341 signing
Pieter Wuille
2021-06-12
Use HandleMissingData also in CheckSchnorrSignature
Pieter Wuille
2021-06-12
Add TaprootSpendData data structure, equivalent to script map for P2[W]SH
Pieter Wuille
2021-06-12
Merge bitcoin/bitcoin#22156: Allow tr() import only when Taproot is active
W. J. van der Laan
2021-06-12
build: Fix MSVC linker /SubSystem option for bitcoin-qt.exe
Hennadii Stepanov
2021-06-12
Merge bitcoin-core/gui#333: refactor: Signal-slot connections cleanup
Hennadii Stepanov
2021-06-12
Merge bitcoin/bitcoin#22172: doc: update tor.md, release notes with removal o...
W. J. van der Laan
2021-06-12
doc: update release notes with removal of tor v2 support
Jon Atack
2021-06-12
Merge bitcoin/bitcoin#22221: refactor: Pass block reference instead of pointe...
fanquake
2021-06-12
Merge bitcoin/bitcoin#18722: addrman: improve performance by using more suita...
fanquake
2021-06-12
Merge bitcoin/bitcoin#22214: refactor: Rearrange fillPSBT arguments
fanquake
2021-06-12
Merge bitcoin/bitcoin#21866: [Bundle 7/7] validation: Farewell, global Chains...
fanquake
2021-06-12
Merge bitcoin-core/gui#361: Fix gui segfault caused by bitcoin/bitcoin#22216
Hennadii Stepanov
2021-06-11
Fix gui segfault caused by bitcoin/bitcoin#22216
Russell Yanofsky
2021-06-11
Update msvc and appveyor builds to use Qt5.12.11 binaries.
Aaron Clauson
2021-06-11
p2p, refactor: rm redundant erase_size calculation in SelectNodeToEvict()
Jon Atack
2021-06-11
refactor: Pass block reference instead of pointer to PeerManagerImpl::BlockRe...
MarcoFalke
2021-06-11
Merge bitcoin/bitcoin#22216: refactor: Make SetupServerArgs callable without ...
MarcoFalke
[prev]
[next]