-
Notifications
You must be signed in to change notification settings - Fork 1.2k
merge bitcoin#15043, #15295, #15399, #17452, #16338, #15504, #17076, #17069, #17018: fuzzing #4312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
ff7a148
to
27ec275
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
partial review, almost everything looks good
This pull request has conflicts, please rebase. |
See https://github.com/PastaPastaPasta/dash/tree/pr_4312 for my rebased branch. (pretty trivial rebase) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 15295 is partial I think
- linter complains "Good job!" :) https://gitlab.com/dashpay/dash/-/jobs/1486652462#L57
- see below
- stage: test | ||
env: >- | ||
HOST=x86_64-unknown-linux-gnu | ||
PACKAGES="clang llvm python3 libssl1.0-dev libevent-dev bsdmainutils libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev" | ||
NO_DEPENDS=1 | ||
RUN_UNIT_TESTS=false | ||
RUN_FUNCTIONAL_TESTS=false | ||
RUN_FUZZ_TESTS=true | ||
GOAL="install" | ||
BITCOIN_CONFIG="--disable-wallet --disable-bench --with-utils=no --with-daemon=no --with-libs=no --with-gui=no --enable-fuzz --with-sanitizers=fuzzer,address CC=clang CXX=clang++" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would be nice to have a Gitlab CI job similar to this to make sure things work as expected
…ardTx(...) and other CTransaction related functions
…Handle only when needed
… Test round-trip equality where possible
Contains only patch applied on src/Makefile.am from 9eaeb7f needed to fix builds
linter still complains
|
Read the "Good Job", didn't read the "remove from file", resolved! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, utACK 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK for merging via merge commit
src/test/test_dash_fuzzy.cpp
Outdated
@@ -1,11 +1,7 @@ | |||
// Copyright (c) 2009-2015 The Bitcoin Core developers | |||
// Copyright (c) 2009-2018 The Bitcoin Core developers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: this shouldn't have been changed
No description provided.