Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-20 | scripted-diff: Rename libbitcoin_server.a to libbitcoin_node.a | Russell Yanofsky | |
Goal along with namespacing PR #23497 is to have src/node/ code in node:: namespace in libbitcoin_node.a library -BEGIN VERIFY SCRIPT- bash -c ' # Bash shell needed for brace expansion {a,b} git mv build_msvc/libbitcoin_{server,node} git mv build_msvc/libbitcoin_node/libbitcoin_{server,node}.vcxproj.in ren() { git grep -l "$1" src build_msvc | xargs sed -i "s/$1/$2/g"; } ren LIBBITCOIN_{SERVER,NODE} ren libbitcoin_{server,node} ' -END VERIFY SCRIPT- | |||
2021-09-15 | move-only: unittest: add test/util/chainstate.h | James O'Beirne | |
and move `CreateAndActivateUTXOSnapshot()` into it for reuse in future test modules. | |||
2021-03-30 | fuzz: [refactor] Use IsValidFlagCombination in signature_checker fuzz target | MarcoFalke | |
Can be reviewed with --color-moved=dimmed-zebra | |||
2021-03-04 | build: compile libnatpmp with -DNATPMP_STATICLIB on Windows | fanquake | |
This fixes linking issues and mirrors what we do with miniupnpc. | |||
2021-02-17 | test: Move P2WSH_OP_TRUE to shared test library | MarcoFalke | |
2020-11-07 | test: Mock IBD in net_processing fuzzers | MarcoFalke | |
2020-04-05 | fuzz: Add process_messages harness | MarcoFalke | |
2019-11-25 | [test] move wallet helper functions into test library | Martin Zumsande | |
2019-11-25 | [test] move mining helper functions into test library | Martin Zumsande | |
2019-11-21 | build: Create test utility library from src/test/util/ | Harris | |