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-03-04 | build: compile libnatpmp with -DNATPMP_STATICLIB on Windows | fanquake | |
This fixes linking issues and mirrors what we do with miniupnpc. | |||
2021-01-23 | fuzz: move-only FillNode implementation to cpp file | MarcoFalke | |
This allows to modify the implementation without having to recompile all fuzz targets. Can be reviewed with --color-moved=dimmed-zebra | |||
2020-04-05 | build: create test_fuzz library from src/test/fuzz/fuzz.cpp | Harris | |