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
Public RPC Stopped with Key Deletion Error
On Saturday, the public RPC stopped functioning. The following error was logged:
5:48PM ERR Error deleting legacy versions err="Value missing for key [24 88 149 140 25 134 235 62 255 126 230 187 33 0 151 119 197 38 217 87 69 31 170 232 216 142 103 132 117 16 4 207] corresponding to nodeKey 6e1858958c1986eb3eff7ee6bb21009777c526d957451faae8d88e6784751004cf" module=server
Expected Behavior: The RPC should function without errors.
Steps to Reproduce: Unknown at this time.
Further investigation is needed to determine the root cause.
The text was updated successfully, but these errors were encountered:
@angelorc this may be due to the different versions of cometbft go-bitsong uses with v0.50.11 of cosmossdk, #276
Sorry, something went wrong.
this also may be due to the fact that we are not replacing the keyring library via:
github.com/99designs/keyring => github.com/cosmos/keyring v1.2.0
this is used in simapp & wasmd, added the default replace to main go.mod in open PR
No branches or pull requests
Public RPC Stopped with Key Deletion Error
On Saturday, the public RPC stopped functioning. The following error was logged:
Expected Behavior:
The RPC should function without errors.
Steps to Reproduce:
Unknown at this time.
Further investigation is needed to determine the root cause.
The text was updated successfully, but these errors were encountered: