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
/
coins_view.cpp
Age
Commit message (
Expand
)
Author
2022-05-20
fuzz: Remove useless GetUTXOStats fuzz case
Carl Dong
2022-02-02
test: Avoid testing negative block heights
MarcoFalke
2022-01-11
Remove cs_main lock annotation from ChainstateManager.m_blockman
Ryan Ofsky
2022-01-06
Add src/node/* code to node:: namespace
Russell Yanofsky
2021-11-16
policy: Treat taproot as always active
MarcoFalke
2021-11-12
fuzz: replace every fuzzer-controlled loop with a LIMITED_WHILE loop
Andrew Poelstra
2021-09-30
[MOVEONLY] consensus: move amount.h into consensus
fanquake
2021-07-20
Merge bitcoin/bitcoin#22232: refactor: Pass interpreter flags as uint32_t ins...
MarcoFalke
2021-06-17
refactor: wrap CCoinsViewCursor in unique_ptr
James O'Beirne
2021-06-14
refactor: Pass script verify flags as uint32_t
MarcoFalke
2021-06-10
fuzz: Initialize a TestingSetup for test_one_input
Carl Dong
2021-05-25
Mark `CheckTxInputs` `[[nodiscard]]` (out-param `txfee` only set if call is s...
practicalswift
2021-05-17
fuzz: Add missing CheckTransaction before CheckTxInputs
MarcoFalke
2021-04-19
refactor: Pass hash_type to CoinsStats in stats object
Fabian Jahr
2021-03-30
fuzz: Removed unused try-catch in coins_view
MarcoFalke
2021-03-08
node/coinstats: Pass in BlockManager to GetUTXOStats
Carl Dong
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: Initialize a full TestingSetup where appropriate
Carl Dong
2021-01-11
fuzz: Introduce CallOneOf helper to replace switch-case
MarcoFalke
2020-12-10
fuzz: Link all targets once
MarcoFalke
2020-10-30
Only relay Taproot spends if next block has it active
Pieter Wuille
2020-06-22
rpc: gettxoutsetinfo can specify hash_type (only legacy option for now)
Fabian Jahr
2020-05-25
tests: Add fuzzing harness for CCoinsViewCache
practicalswift