-
Notifications
You must be signed in to change notification settings - Fork 17
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
Is there a more detailed local boot tutorial? #89
Comments
Hey @DaviRain-Su, what do you mean by a "local boot tutorial"? Currently the only docs we have is the Usage section of the README (although those are not perfect either). Please feel free to ask questions about things you're running into here. |
OK, I followed the readme tutorial, and I've reached the point where I'm using the bank to perform token transfers. However, when I use gaiad tx to transfer tokens and then query the sender and receiver, I don't receive any data feedback. Also, the Tendermint v0.34.10 version feels quite different from the CometBFT v0.37.0 version. In the CometBFT version, I can see a lot of block information. |
Can you try with tendermint v0.34.21? This has solved issues for me in the past. Although planned, we are not yet ready to upgrade to CometBFT v0.37.0. |
CometBFT v0.37.0 has some breaking changes against v0.34.x about the ABCI protocol, tendermint-rs v0.30 is compatible with CometBFT v0.37, tendermint-rs 0.29 is compatible with tendermint v0.34.x and Cometbft v0.34.x |
No description provided.
The text was updated successfully, but these errors were encountered: