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

ABCI kvstore app hangs #1463

Closed
0xBEEFCAF3 opened this issue Aug 19, 2024 · 1 comment
Closed

ABCI kvstore app hangs #1463

0xBEEFCAF3 opened this issue Aug 19, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@0xBEEFCAF3
Copy link

What went wrong?

I followed the direction here
Running tendermint-core version: 0.35.9 (also have tried 0.34.21)
Running tendermint-rs on commit: 14fd628
After booting up tendermint-core I get these logs:

2024-08-19T15:48:55-04:00 INFO starting service impl=multiAppConn module=proxy service=multiAppConn
2024-08-19T15:48:55-04:00 INFO starting service connection=query impl=socketClient module=abci-client service=socketClient
2024-08-19T15:48:55-04:00 INFO starting service connection=snapshot impl=socketClient module=abci-client service=socketClient
2024-08-19T15:48:55-04:00 INFO starting service connection=mempool impl=socketClient module=abci-client service=socketClient
2024-08-19T15:48:55-04:00 INFO starting service connection=consensus impl=socketClient module=abci-client service=socketClient
2024-08-19T15:48:55-04:00 INFO starting service impl=EventBus module=events service=EventBus
2024-08-19T15:48:55-04:00 INFO starting service impl=PubSub module=pubsub service=PubSub
2024-08-19T15:48:55-04:00 INFO starting service impl=IndexerService module=txindex service=IndexerService
2024-08-19T15:48:55-04:00 INFO ABCI Handshake App Info hash="\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" height=0 module=consensus protocol-version=1 software-version=0.1.0
2024-08-19T15:48:55-04:00 INFO ABCI Replay Blocks appHeight=0 module=consensus stateHeight=0 storeHeight=0
2024-08-19T15:48:55-04:00 INFO Stopping abci.socketClient connection=consensus module=abci-client reason="read message: EOF"
2024-08-19T15:48:55-04:00 INFO stopping service connection=consensus impl=socketClient module=abci-client service=socketClient
2024-08-19T15:48:55-04:00 ERROR consensus connection terminated. Did the application crash? Please restart tendermint err="read message: EOF" module=proxy
fish: Job 1, 'tendermint start' terminated by signal SIGTERM (Polite quit request)

on the ABCI client I recieve an unwrap on None:

thread '<unnamed>' panicked at /Users/armins/Dev/tendermint-rs/abci/src/application.rs:168:45:
called `Option::unwrap()` on a `None` value

It seems like the application is harcoded to work with v38. Is that correct?

Steps to reproduce

Run cargo run --features="binary kvstore-app client" on the latest commit
Run tendermint unsafe-reset-all && tendermint start on the versions of tendermint-core listed above

Definition of "done"

What version of tendermint-core is compatible with the ABCI library that is released today?

@0xBEEFCAF3 0xBEEFCAF3 added the bug Something isn't working label Aug 19, 2024
@0xBEEFCAF3
Copy link
Author

0xBEEFCAF3 commented Aug 21, 2024

Working with latest CometBFT. Closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant