-
Notifications
You must be signed in to change notification settings - Fork 4
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
Network Segregation #775
Network Segregation #775
Conversation
0b4498b
to
c69c560
Compare
@amydevs avoid The PR description needs to be updated as well since we've subdivided the work. This is focusing solely on the authentication logic for the network access claims now. So the description and tasks need to reflect that. |
I've added the authentication logic + tests, i'm going to look as to where to slot in the logic that will prevent calls being made to the RPC client when the connection has not yet been authenticated, as well as where to drop the connection if authentication fails. |
db7f8ce
to
fad5e05
Compare
Merge this with just mainnet and testnet segregation. Start with Special case for Separate out the work for PKE. PKE side of things can be done later. |
0fd2f38
to
b37307a
Compare
preparation for network segregation
b37307a
to
ad8134f
Compare
Description
This PR aims to implement network segregation via a fractal network pattern enforced through token verification,
Issues Fixed
Tasks
Final checklist