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
/
fuzz
/
policy_estimator.cpp
Age
Commit message (
Expand
)
Author
2024-01-02
test: change `m_submitted_in_package` input to fuzz data provider boolean
ismaelsadeeq
2024-01-02
tx fees: update `m_from_disconnected_block` to `m_mempool_limit_bypassed`
ismaelsadeeq
2023-12-01
Merge bitcoin/bitcoin#28368: Fee Estimator updates from Validation Interface/...
Andrew Chow
2023-11-28
Merge bitcoin/bitcoin#28903: refactor: Make CTxMemPoolEntry only explicitly c...
Andrew Chow
2023-11-22
tx fees, policy: CBlockPolicyEstimator update from `CValidationInterface` not...
ismaelsadeeq
2023-11-22
tx fees, policy: update `CBlockPolicyEstimator::processBlock` parameter
ismaelsadeeq
2023-11-17
refactor: Make CTxMemPoolEntry only explicitly copyable
TheCharlatan
2023-11-17
Merge bitcoin/bitcoin#28873: fuzz: AutoFile with XOR
fanquake
2023-11-14
fuzz: Remove FuzzedAutoFileProvider
MarcoFalke
2023-11-14
Use ParamsWrapper for witness serialization
Anthony Towns
2023-11-08
fuzz: Avoid timeout and bloat in fuzz targets
MarcoFalke
2023-07-13
scripted-diff: Use new FUZZ_TARGET macro everywhere
MarcoFalke
2023-06-14
tx fees, policy: read stale fee estimates with a regtest-only option
ismaelsadeeq
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-11-30
refactor: Move `txmempool_entry.h` --> `kernel/mempool_entry.h`
Hennadii Stepanov
2022-11-16
refactor: Move `CTxMemPoolEntry` class to its own module
Hennadii Stepanov
2022-10-04
fuzz: add util/mempool/h.cpp
fanquake
2022-06-29
Use AutoFile where possible
MacroFake
2022-06-28
fees: Pass in a filepath instead of referencing gArgs
Carl Dong
2021-11-19
scripted-diff: Use clang-tidy syntax for C++ named arguments
MarcoFalke
2021-11-12
fuzz: replace every fuzzer-controlled loop with a LIMITED_WHILE loop
Andrew Poelstra
2021-03-03
Move MakeNoLogFileContext to common libtest_util, and use it in bench
MarcoFalke
2021-02-22
scripted-diff: Rename MakeFuzzingContext to MakeNoLogFileContext
MarcoFalke
2021-01-21
fuzz: Consolidate fuzzing TestingSetup initialization
Carl Dong
2021-01-14
Merge #20828: fuzz: Introduce CallOneOf helper to replace switch-case
MarcoFalke
2021-01-11
fuzz: Introduce CallOneOf helper to replace switch-case
MarcoFalke
2021-01-03
refactor: Use C++17 std::array deduction for ALL_FEE_ESTIMATE_HORIZONS
MarcoFalke
2020-12-10
fuzz: Link all targets once
MarcoFalke
2020-07-15
tests: Add fuzzing harness for CBlockPolicyEstimator::{Read,Write} (policy/fe...
practicalswift
2020-05-14
Switch from Optional<T> to std::optional<T> (C++17). Run clang-format.
practicalswift
2020-04-30
tests: Add fuzzing harness for CBlockPolicyEstimator
practicalswift