We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ref #2117
for some reasons client remove fields from the rpc response for pending block.
this is very inconvenient because we would need to a) make those optional b) use a different type for pending block
instead we can use manual deserde for the pending block and use default values when we deserialize the block
we only want this for the pending block so we need to check this when we send the getBlock request and deserialize accordingly
No response
The text was updated successfully, but these errors were encountered:
yash-atreya
No branches or pull requests
Component
rpc
Describe the feature you would like
ref #2117
for some reasons client remove fields from the rpc response for pending block.
this is very inconvenient because we would need to
a) make those optional
b) use a different type for pending block
instead we can use manual deserde for the pending block and use default values when we deserialize the block
TODO
we only want this for the pending block so we need to check this when we send the getBlock request and deserialize accordingly
Additional context
No response
The text was updated successfully, but these errors were encountered: