Skip to content
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

Constant unknown type \"tendermint.crypto.PublicKey_Ed25519\"" errros #1354

Closed
boojamya opened this issue Dec 5, 2023 · 1 comment · Fixed by #1384
Closed

Constant unknown type \"tendermint.crypto.PublicKey_Ed25519\"" errros #1354

boojamya opened this issue Dec 5, 2023 · 1 comment · Fixed by #1384
Assignees

Comments

@boojamya
Copy link
Contributor

boojamya commented Dec 5, 2023

I believe this was introduced with #1312

 "error": "error in json rpc client, with http response metadata: (Status: 200 OK, Protocol HTTP/1.1). error unmarshalling result: unknown type \"tendermint.crypto.PublicKey_Ed25519\""
@jtieri
Copy link
Member

jtieri commented Dec 13, 2023

possibly a result of introducing a forked version of CometBFT in order to solve #1273?

looks like CometBFT has a v1.x.x stable release slated for the end of this year, see their project board (an alpha release was recently tagged here)

if this issue is indeed an artifact of introducing our forked repo then perhaps this issue will be solved by removing the forked repo as a dependency and importing two different versions of the upstream repo to account for the API breaking changes introduced to ResultBlockResults across v0.34.X Block Results RPC and v0.38.X Block Results RPC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants