Skip to content
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

doc: add note about resistance in spec #168

Merged
merged 1 commit into from
Sep 23, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions SPEC.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,8 @@ The test index makes use of symbolic language in describing connection and messa

## Resistance

Important note: The following tests generelly assert that a connection from an illicit node gets rejected. However, ZG-RESISTANCE-00* part-5 (`bad_checksum`) will instead assert that the connection **does not** get rejected, due to that being the canonical `zcashd` behavior.

### ZG-RESISTANCE-001

The node rejects various random bytes pre-handshake
Expand Down