-
Notifications
You must be signed in to change notification settings - Fork 8
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
Implement consensus/rpc
#16
Comments
Assign |
For mockRpc we need test data (Json files for bootstrap, finality , optimistic and updates) . So should I just implement the other 2 files? |
You can generate that testdata just like they did it here in helios |
so I can just copy this data? |
also Structs beaconblockdata,UpdateData,FinalityUpdateResponse,OptimisticUpdateResponse etc use data as structs defined in consensus core in helios so should I just assume they will be defined later on in selene and use them by name directly? |
@x-senpai-x, for now, make a new file |
|
also why do we have consensusRpc as struct field ? |
Resolved here #21 |
Implement all the files inside
consensus/rpc
packageThe text was updated successfully, but these errors were encountered: