-
Notifications
You must be signed in to change notification settings - Fork 654
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
MissingTrieValue error #11174
Comments
For me, against https://rpc.mainnet.near.org/, it returned |
I did, the public rpc returns with a different error but it doesn't make sense
It says unknown account, but the account does exist https://nearblocks.io/address/0c314a28fd955d193fd452bf4b29b872dc4450a778b155feb777c52269d436e5 |
Ah, I understand your concern. The reason is that NEAR is "pre-state-root" blockchain, so when block is distributed, it includes state root corresponding to state before the block was applied. If you try next height, it will work. |
More context - the error itself expected, the error message is not really expected.
Error says that we don't have state for the block anymore. |
Could you please check if it's still an issue? |
Closing due to no response. Please reopen if needed. |
Describe the bug
Getting this error while calling
query
request_type: "view_account"
To Reproduce
Expected behavior
To not return the error
Version (please complete the following information):
We're running
1.39.1
Additional context
Running the same query against the public RPC returns an error as well
The text was updated successfully, but these errors were encountered: