-
Notifications
You must be signed in to change notification settings - Fork 311
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
distributions: implement RPC services #5039
Comments
TalDerei
changed the title
distributions: stub out RPC services
distributions: implement RPC services
Feb 1, 2025
2 tasks
erwanor
pushed a commit
that referenced
this issue
Feb 1, 2025
## Describe your changes - Implements rpc services for the distributions component in `DistributionService` - indexes distributions state key by epoch index and writes to NV storage @cronokirby had some suggestions (which can be discussed in this PR) for replacing the historical epoch RPC, so I'm punting on the impl for now. ## Issue ticket number and link references #5039 ## Checklist before requesting a review - [x] I have added guiding text to explain how a reviewer should test these changes. - [x] If this code contains consensus-breaking changes, I have added the "consensus-breaking" label. Otherwise, I declare my belief that there are not consensus-breaking changes, for the following reason: > LQT branch
conorsch
pushed a commit
that referenced
this issue
Feb 4, 2025
## Describe your changes - Implements rpc services for the distributions component in `DistributionService` - indexes distributions state key by epoch index and writes to NV storage @cronokirby had some suggestions (which can be discussed in this PR) for replacing the historical epoch RPC, so I'm punting on the impl for now. ## Issue ticket number and link references #5039 ## Checklist before requesting a review - [x] I have added guiding text to explain how a reviewer should test these changes. - [x] If this code contains consensus-breaking changes, I have added the "consensus-breaking" label. Otherwise, I declare my belief that there are not consensus-breaking changes, for the following reason: > LQT branch
conorsch
pushed a commit
that referenced
this issue
Feb 5, 2025
## Describe your changes - Implements rpc services for the distributions component in `DistributionService` - indexes distributions state key by epoch index and writes to NV storage @cronokirby had some suggestions (which can be discussed in this PR) for replacing the historical epoch RPC, so I'm punting on the impl for now. ## Issue ticket number and link references #5039 ## Checklist before requesting a review - [x] I have added guiding text to explain how a reviewer should test these changes. - [x] If this code contains consensus-breaking changes, I have added the "consensus-breaking" label. Otherwise, I declare my belief that there are not consensus-breaking changes, for the following reason: > LQT branch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
implement distributions rpcs:
The text was updated successfully, but these errors were encountered: