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
/
test
Age
Commit message (
Expand
)
Author
2021-06-09
test: Use ConnmanTestMsg from test lib in denialofservice_tests
MarcoFalke
2021-06-07
fuzz: Increase branch coverage of the float fuzz target
MarcoFalke
2021-06-07
fuzz: Remove confusing return keyword from CallOneOf
MarcoFalke
2021-06-07
Merge bitcoin/bitcoin#21795: fuzz: Terminate immediately if a fuzzing harness...
MarcoFalke
2021-06-07
Merge bitcoin/bitcoin#22137: util: Properly handle -noincludeconf on command ...
fanquake
2021-06-06
p2p, rpc, fuzz: various tiny follow-ups
Jon Atack
2021-06-04
util: Properly handle -noincludeconf on command line
MarcoFalke
2021-06-03
Merge bitcoin/bitcoin#22051: Basic Taproot derivation support for descriptors
W. J. van der Laan
2021-06-03
Merge bitcoin/bitcoin#22050: p2p: remove tor v2 support
W. J. van der Laan
2021-06-03
p2p: ignore torv2-in-ipv6 addresses in SetLegacyIPv6()
Jon Atack
2021-06-03
Merge bitcoin/bitcoin#22065: Mark `CheckTxInputs` `[[nodiscard]]`. Avoid UUM ...
MarcoFalke
2021-06-02
Merge bitcoin/bitcoin#22086: test: remove BasicTestingSetup from unit tests t...
W. J. van der Laan
2021-06-01
Merge bitcoin/bitcoin#21767: [Bundle 6/n] Prune g_chainman usage in auxiliary...
MarcoFalke
2021-06-01
Merge bitcoin/bitcoin#22005: fuzz: Speed up banman fuzz target
MarcoFalke
2021-06-01
Merge bitcoin/bitcoin#21969: refactor: Switch serialize to uint8_t (Bundle 1/2)
MarcoFalke
2021-06-01
Merge bitcoin/bitcoin#22107: scripted-diff: rename GetSystemTimeInSeconds to ...
fanquake
2021-05-31
refactor: Switch serialize to uint8_t (1/n)
MarcoFalke
2021-05-31
scripted-diff: rename GetSystemTimeInSeconds to GetTimeSeconds
fanquake
2021-05-28
Additional test vector for hardened derivation with leading zeros
Kristaps Kaupe
2021-05-28
test: remove BasicTestingSetup from util_threadnames unit tests
fanquake
2021-05-28
test: remove BasicTestingSetup from uint256 unit tests
fanquake
2021-05-28
test: remove BasicTestingSetup from torcontrol unit tests
fanquake
2021-05-28
test: remove BasicTestingSetup from sync unit tests
fanquake
2021-05-28
test: remove BasicTestingSetup from reverse_lock unit tests
fanquake
2021-05-28
test: remove BasicTestingSetup from policy_fee unit tests
fanquake
2021-05-28
test: remove BasicTestingSetup from merkleblock tests
fanquake
2021-05-28
test: remove BasicTestingSetup from hash unit tests
fanquake
2021-05-28
test: remove BasicTestingSetup from compilerbug unit tests
fanquake
2021-05-28
test: remove BasicTestingSetup from bswap unit tests
fanquake
2021-05-28
test: remove BasicTestingSetup from bech32 unit tests
fanquake
2021-05-28
test: remove BasicTestingSetup from base64 unit tests
fanquake
2021-05-28
test: remove BasicTestingSetup from base32 unit tests
fanquake
2021-05-28
test: remove BasicTestingSetup from arith_uint256 unit tests
fanquake
2021-05-28
test: remove BasicTestingSetup from amount unit tests
fanquake
2021-05-28
test: remove BasicTestingSetup from allocator unit tests
fanquake
2021-05-28
p2p: remove torv2 from SetNetFromBIP155Network()
Jon Atack
2021-05-28
fuzz: rename CNetAddr/CService deserialize targets
Jon Atack
2021-05-28
p2p: drop onions from IsAddrV1Compatible(), no longer relay torv2
Jon Atack
2021-05-27
p2p: remove torv2/ADDR_TORV2_SIZE from SetTor()
Jon Atack
2021-05-27
Merge bitcoin/bitcoin#20833: rpc/validation: enable packages through testmemp...
W. J. van der Laan
2021-05-27
index: Add chainstate member to BaseIndex
Carl Dong
2021-05-27
miner: Pass in chainman to RegenerateCommitments
Carl Dong
2021-05-27
Merge bitcoin/bitcoin#22029: [fuzz] Improve transport deserialization fuzz te...
W. J. van der Laan
2021-05-26
Merge bitcoin/bitcoin#21966: Remove double serialization; use software encode...
W. J. van der Laan
2021-05-26
fuzz: don't try and use fopencookie when building for Android
fanquake
2021-05-25
Mark `CheckTxInputs` `[[nodiscard]]` (out-param `txfee` only set if call is s...
practicalswift
2021-05-25
[fuzz] Occasional valid magic bytes for transport serialization test
Dhruv Mehta
2021-05-25
[fuzz] Occasional valid checksum for transport serialization fuzz test
Dhruv Mehta
2021-05-25
[fuzz] Add serialization to deserialization test
Dhruv Mehta
2021-05-24
Remove support for double serialization
Pieter Wuille
[next]