-
Notifications
You must be signed in to change notification settings - Fork 50
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
A0-4318: network flooding test #1864
A0-4318: network flooding test #1864
Conversation
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.
Thanks, I hate it.
sender: S, | ||
data_from_user: mpsc::UnboundedReceiver<D>, | ||
) -> Result<(), ProtocolError<PK>> { | ||
info!(target: "network-clique-flooder", "Starting the flooder for the Aleph-bft network."); |
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.
Ugh, I kinda hate that our code now contains (optional) malicious parts within it. Nothing to do about it, just venting, resolve this comment.
This reverts commit 74fc9b0.
… before and after finalization tests
… instead of just `expected finalized block`
…docker-compose_network_flooding_test.yml
…/nightly-normal-session-e2e-tests.yml
…g github secrets)
f8a8312
to
a473c2c
Compare
- added missing repository param to code-checkout in build-aleph-node
35ce182
to
f42d856
Compare
1eadb36
to
00f2a7a
Compare
af199ff
to
5fcbea5
Compare
5fcbea5
to
da8738c
Compare
…aleph-node might try to override it and fail)
5d3dd2d
to
3b218ff
Compare
…ild-aleph-node`...
009bca6
to
13b71b7
Compare
Description
Type of change
Please delete options that are not relevant.
Checklist:
IMPORTANT: pipeline test result https://github.com/Cardinal-Cryptography/aleph-node/actions/runs/12051718872/job/33604011550
You can test it locally:
and watch net-out stats for Node3 using
docker stats
.