-
Notifications
You must be signed in to change notification settings - Fork 22
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
refactor(DA): syncing sampling types with spec #1128
base: master
Are you sure you want to change the base?
Conversation
Everywhere not just API. Also the struct names that are not on pair, for example:
This ones are the one on top of my head at the moment. |
57992ce
to
703b7e8
Compare
So I went all the way and number of files looks scary. But probably better get all done at once. |
* feat: block/unblock peer in da validator/executor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It had to be done. Thanks a lot!
1. What does this PR implement?
Naming in code and in specification aren’t 100% in sync. This PR should help to bridge this gap.
I am not sure how deep this should go. For example, in API we have the change:
column_idx
=>share_idx
. Should this be done everywhere or only places that are visible to API callers?2. Does the code have enough context to be clearly understood?
Yes
3. Who are the specification authors and who is accountable for this PR?
@andrussal
4. Is the specification accurate and complete?
N/A
5. Does the implementation introduce changes in the specification?
N/A
Checklist