We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Check if rlpx complies with EIP-8 and create unit tests with these test vectors: https://github.com/ethereum/EIPs/blob/master/EIPS/eip-8.md#test-vectors
This was done already for the discovery part.
The text was updated successfully, but these errors were encountered:
This two procedures are already supporting EIP-8 authentication and perform it transparently. https://github.com/status-im/nim-eth/blob/master/eth/p2p/auth.nim#L436 https://github.com/status-im/nim-eth/blob/master/eth/p2p/auth.nim#L456
Test vectors from link you mentioned already in test suite. https://github.com/status-im/nim-eth/blob/master/tests/p2p/test_auth.nim#L95-L96
Sorry, something went wrong.
Oh that's great! I should have known that you would have looked into that :)
I did add one little check that seems to be forgotten: #112
No branches or pull requests
Check if rlpx complies with EIP-8 and create unit tests with these test vectors:
https://github.com/ethereum/EIPs/blob/master/EIPS/eip-8.md#test-vectors
This was done already for the discovery part.
The text was updated successfully, but these errors were encountered: