-
Notifications
You must be signed in to change notification settings - Fork 20.4k
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
p2p: network testing and simulation framework #3102
Conversation
b65e03c
to
186849d
Compare
186849d
to
15b8c39
Compare
15b8c39
to
7831ecb
Compare
@zelig please fix build issues and rebase |
Thank you for your contribution! Your commits seem to not adhere to the repository coding standards
Please check the contribution guidelines for more details. This message was auto-generated by https://gitcop.com |
1 similar comment
Thank you for your contribution! Your commits seem to not adhere to the repository coding standards
Please check the contribution guidelines for more details. This message was auto-generated by https://gitcop.com |
6d3107e
to
ebf4e2c
Compare
Thank you for your contribution! Your commits seem to not adhere to the repository coding standards
Please check the contribution guidelines for more details. This message was auto-generated by https://gitcop.com |
2 similar comments
Thank you for your contribution! Your commits seem to not adhere to the repository coding standards
Please check the contribution guidelines for more details. This message was auto-generated by https://gitcop.com |
Thank you for your contribution! Your commits seem to not adhere to the repository coding standards
Please check the contribution guidelines for more details. This message was auto-generated by https://gitcop.com |
Thank you for your contribution! Your commits seem to not adhere to the repository coding standards
Please check the contribution guidelines for more details. This message was auto-generated by https://gitcop.com |
Thank you for your contribution! Your commits seem to not adhere to the repository coding standards
Please check the contribution guidelines for more details. This message was auto-generated by https://gitcop.com |
4ba8b37
to
6ef3cdf
Compare
Thank you for your contribution! Your commits seem to not adhere to the repository coding standards
Please check the contribution guidelines for more details. This message was auto-generated by https://gitcop.com |
6ef3cdf
to
68c4c3f
Compare
Thank you for your contribution! Your commits seem to not adhere to the repository coding standards
Please check the contribution guidelines for more details. This message was auto-generated by https://gitcop.com |
68c4c3f
to
98f5fad
Compare
Thank you for your contribution! Your commits seem to not adhere to the repository coding standards
Please check the contribution guidelines for more details. This message was auto-generated by https://gitcop.com |
outstanding tasks
|
Thank you for your contribution! Your commits seem to not adhere to the repository coding standards
Please check the contribution guidelines for more details. This message was auto-generated by https://gitcop.com |
Thank you for your contribution! Your commits seem to not adhere to the repository coding standards
Please check the contribution guidelines for more details. This message was auto-generated by https://gitcop.com |
d0ec03b
to
a76ce75
Compare
Thank you for your contribution! Your commits seem to not adhere to the repository coding standards
Please check the contribution guidelines for more details. This message was auto-generated by https://gitcop.com |
The client implementation is currently broken as the whisper integration is not yet performed here. The encryption logic in the main package should be reviewed first.
…ts and minor fixes
Msgfilter and overlay address. closes ethereum/go-ethereum#14391
Thank you for your contribution! Your commits seem to not adhere to the repository coding standards
Please check the contribution guidelines for more details. This message was auto-generated by https://gitcop.com |
Add send asymmetric messages Split up process-method Extract symkey send in sep. method, now called by api Renamed "env" var names to "envelope"
API method for get/set length of address to be revealed for routing Add API and Pss documentation comments Add test for "dark" message between two directly connected peers
Signed-off-by: Lewis Marshall <[email protected]>
Thank you for your contribution! Your commits seem to not adhere to the repository coding standards
Please check the contribution guidelines for more details. This message was auto-generated by https://gitcop.com |
Add per-message address specification Add global max addresslength for autonomous replies Add addresslength setting in PssMsgReadWriter Add asymmetric option in PssMsgReadWriter Remove redundant public accessor in whisper
Forward message if partial address and full match Forward message if partial address and self recipient
swarm/pss: Added whisper encryption
Thank you for your contribution! Your commits seem to not adhere to the repository coding standards
Please check the contribution guidelines for more details. This message was auto-generated by https://gitcop.com |
Signed-off-by: Lewis Marshall <[email protected]>
Thank you for your contribution! Your commits seem to not adhere to the repository coding standards
Please check the contribution guidelines for more details. This message was auto-generated by https://gitcop.com |
Signed-off-by: Lewis Marshall <[email protected]>
Thank you for your contribution! Your commits seem to not adhere to the repository coding standards
Please check the contribution guidelines for more details. This message was auto-generated by https://gitcop.com |
superceded by #14982 |
This substantial PR is the first attempt at a comprehensive devp2p network testing framework.
Allows for mounting protocols over various networks:
simulations and adapters:
various msgpipe and messenger abstractions allow for
test drivers: