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-05-11
Merge bitcoin/bitcoin#21902: refactor: Remove useless extern keyword
fanquake
2021-05-10
Merge bitcoin/bitcoin#21891: fuzz: Remove strprintf test cases that are known...
W. J. van der Laan
2021-05-10
refactor: Remove useless extern keyword
MarcoFalke
2021-05-10
Merge bitcoin/bitcoin#21786: wallet: ensure sat/vB feerates are in range (man...
MarcoFalke
2021-05-10
Merge bitcoin/bitcoin#21581: streams: Accept URef obj for VectorReader unseri...
MarcoFalke
2021-05-09
test: ParseFixedPoint with 3 decimals for sat/vB fee rates
Jon Atack
2021-05-09
fuzz: Remove strprintf test cases that are known to fail
MarcoFalke
2021-05-09
fuzz: Limit ParseISO8601DateTime fuzzing to 32-bit
MarcoFalke
2021-05-08
fuzz: Remove unused --enable-danger-fuzz-link-all option
MarcoFalke
2021-05-07
fuzz: Add WRITE_ALL_FUZZ_TARGETS_AND_ABORT
MarcoFalke
2021-05-06
Merge bitcoin/bitcoin#21798: fuzz: Create a block template in tx_pool targets
MarcoFalke
2021-05-05
streams: Accept URef obj for VectorReader unserialize
MarcoFalke
2021-05-05
fuzz: Create a block template in tx_pool targets
MarcoFalke
2021-05-05
Merge bitcoin/bitcoin#21681: validation: fix ActivateSnapshot to use hardcode...
MarcoFalke
2021-05-05
Merge bitcoin/bitcoin#21817: refactor: Replace &foo[0] with foo.data()
MarcoFalke
2021-05-05
Merge bitcoin/bitcoin#21821: test: Add missing test for empty P2WSH redeem
W. J. van der Laan
2021-05-04
fuzz: Limit toxic test globals to their respective scope
MarcoFalke
2021-05-04
refactor: Replace &foo[0] with foo.data()
MarcoFalke
2021-05-04
Merge bitcoin/bitcoin#21840: test: Misc refactor to get rid of &foo[0] raw po...
MarcoFalke
2021-05-03
Merge bitcoin/bitcoin#21810: fuzz: Various RPC fuzzer follow-ups
MarcoFalke
2021-05-03
test: Use throwing variant accessor
MarcoFalke
2021-05-03
Merge bitcoin/bitcoin#20867: Support up to 20 keys for multisig under Segwit ...
fanquake
2021-05-01
test: Add missing test for empty P2WSH redeem
MarcoFalke
2021-04-30
Merge bitcoin/bitcoin#19521: Coinstats Index
W. J. van der Laan
2021-04-29
fuzz: Reduce maintenance requirements by allowing RPC annotations also for co...
practicalswift
2021-04-28
Merge bitcoin/bitcoin#18847: compressor: use a prevector in CompressScript se...
MarcoFalke
2021-04-28
fuzz: Limit mocktime to MTP in tx_pool targets
MarcoFalke
2021-04-28
fuzz: Use correct variant of ConsumeRandomLengthString instead of hardcoding ...
MarcoFalke
2021-04-28
fuzz: Allow to pass min/max to ConsumeTime
MarcoFalke
2021-04-28
fuzz: RPC fuzzer post-merge follow-ups. Remove unused includes. Update list o...
practicalswift
2021-04-28
Merge bitcoin/bitcoin#20772: fuzz: bolster ExtractDestination(s) checks
MarcoFalke
2021-04-28
script: allow up to 20 keys in wsh() descriptors
Antoine Poinsot
2021-04-28
script: match multisigs with up to MAX_PUBKEYS_PER_MULTISIG keys
Antoine Poinsot
2021-04-28
Merge bitcoin/bitcoin#21169: fuzz: Add RPC interface fuzzing. Increase fuzzin...
MarcoFalke
2021-04-28
fuzz: Add RPC interface fuzzing. Increase fuzzing coverage from 65% to 70%.
practicalswift
2021-04-26
validation: remove nchaintx from assumeutxo metadata
James O'Beirne
2021-04-25
fuzz: Ensure prevout is consensus-valid
MarcoFalke
2021-04-25
Merge bitcoin/bitcoin#21563: net: Restrict period when cs_vNodes mutex is locked
MarcoFalke
2021-04-22
net: Restrict period when cs_vNodes mutex is locked
Hennadii Stepanov
2021-04-20
Merge #21238: A few descriptor improvements to prepare for Taproot support
W. J. van der Laan
2021-04-20
Merge bitcoin/bitcoin#21691: test: Check that no versionbits are re-used
MarcoFalke
2021-04-20
Merge #21244: Move GetDataDir to ArgsManager
fanquake
2021-04-19
test: Add unit test for Coinstats index
Fabian Jahr
2021-04-19
refactor: Pass hash_type to CoinsStats in stats object
Fabian Jahr
2021-04-19
Merge bitcoin/bitcoin#21280: test: bug fix in transaction_tests
MarcoFalke
2021-04-18
Change ClearDataDirPathCache() to ArgsManager.ClearPathCache().
Kiminuo
2021-04-18
scripted-diff: Modify unit tests to use the ArgsManager in the BasicTestingSe...
Kiminuo
2021-04-18
scripted-diff: Replace m_args with m_local_args in getarg_tests.cpp
Kiminuo
2021-04-18
BasicTestingSetup: Add ArgsManager.
Kiminuo
2021-04-18
Modify "util_datadir" unit test to not use gArgs.
Kiminuo
[next]