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
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-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
fuzz: Call const member functions in addrman fuzz test only once
MarcoFalke
2021-06-13
refactor: Remove chainparams arg from CChainState member functions
MarcoFalke
2021-06-13
refactor: Remove ::Params() global from inside CChainState member functions
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
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
Merge bitcoin-core/gui#333: refactor: Signal-slot connections cleanup
Hennadii Stepanov
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-11
Fix gui segfault caused by bitcoin/bitcoin#22216
Russell Yanofsky
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
2021-06-11
Merge bitcoin/bitcoin#22203: test: Use ConnmanTestMsg from test lib in denial...
fanquake
2021-06-10
Allow tr() import only when Taproot is active
Andrew Chow
2021-06-10
validation: Farewell, global Chainstate!
Carl Dong
2021-06-10
qt/test: Reset chainman in ~ChainstateManager instead
Carl Dong
2021-06-10
scripted-diff: tree-wide: Remove all review-only assertions
Carl Dong
2021-06-10
tree-wide: Remove stray review-only assertion
Carl Dong
2021-06-10
qt/test: Use existing chainman in ::TestGUI (can be scripted-diff)
Carl Dong
2021-06-10
scripted-diff: wallet/test: Use existing chainman
Carl Dong
2021-06-10
fuzz: Initialize a TestingSetup for test_one_input
Carl Dong
[prev]
[next]