informalsystems / basecoin-rs

An example ABCI application making use of tendermint-rs and ibc-rs
Apache License 2.0
56 stars 17 forks source link

Is there a more detailed local boot tutorial? #89

Open DaviRain-Su opened 1 year ago

plafer commented 1 year ago

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.

DaviRain-Su commented 1 year ago

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.

plafer commented 1 year ago

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.

DaviRain-Su commented 1 year ago

截屏2023-03-23 10 11 02 截屏2023-03-23 10 11 44 截屏2023-03-23 10 11 54

Now I've switched to Tendermint v0.34.22, but it seems like sending transactions with gaiad still isn't working.

lshoo commented 1 year ago

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