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

RPC improvements #235

Open
Hyodar opened this issue Jun 5, 2024 · 0 comments
Open

RPC improvements #235

Hyodar opened this issue Jun 5, 2024 · 0 comments

Comments

@Hyodar
Copy link
Contributor

Hyodar commented Jun 5, 2024

This should be a big change. We're currently using the net/rpc package which offers a pretty basic RPC interface, but it's pretty limited in some scenarios. For example, we can't properly access the sender address without some workarounds and it's not as standard as some other resources. We also want to have more traffic management for DOS protection.
I propose we research our options a bit here. An RPC package that is compatible with net/rpc but adds extra features would be preferrable, but we could also move to gRPC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant