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

connection with tendermint error #46

Open
Knight-X opened this issue Mar 26, 2022 · 0 comments
Open

connection with tendermint error #46

Knight-X opened this issue Mar 26, 2022 · 0 comments

Comments

@Knight-X
Copy link

OS: Ubuntu
Rust: v1.59
Tendermint: v0.34.10
tendermint-basecoin 0.1.0

commends (terminal 1):
cargo run -- -v

commends (terminal 2):
tendermint node

After running tendermint node, basecoin-rs is panic with these error messages.

Mar 26 09:00:08.100 DEBUG tendermint_abci::application: Incoming request: Request { value: Some(Flush(RequestF
lush)) }
Mar 26 09:00:08.102 DEBUG tendermint_abci::application: Incoming request: Request { value: Some(InitChain(Requ
estInitChain { time: Some(Timestamp { seconds: 1648285161, nanos: 213154796 }), chain_id: "test-chain-FYTv7I",
consensus_params: Some(ConsensusParams { block: Some(BlockParams { max_bytes: 22020096, max_gas: -1 }), evide
nce: Some(EvidenceParams { max_age_num_blocks: 100000, max_age_duration: Some(Duration { seconds: 172800, nano
s: 0 }), max_bytes: 1048576 }), validator: Some(ValidatorParams { pub_key_types: ["ed25519"] }), version: None
}), validators: [ValidatorUpdate { pub_key: Some(PublicKey { sum: Some(Ed25519([139, 224, 140, 155, 35, 172,
242, 164, 111, 217, 124, 21, 50, 140, 31, 52, 86, 81, 28, 30, 1, 25, 89, 13, 121, 221, 206, 104, 47, 2, 154, 1
79])) }), power: 10 }], app_state_bytes: [], initial_height: 1 })) } Mar 26 09:00:08.103 DEBUG tendermint_basecoin::app: Got init chain request.
thread '' panicked at 'genesis state isn't valid JSON: Error("EOF while parsing a value", line: 1, co
lumn: 0)', src/app/mod.rs:150:10

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

No branches or pull requests

1 participant