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

Some configuration questions about starting sei relayer #3796

Open
99Kies opened this issue Jan 18, 2024 · 1 comment
Open

Some configuration questions about starting sei relayer #3796

99Kies opened this issue Jan 18, 2024 · 1 comment
Assignees
Labels
A: question Admin: further information is requested

Comments

@99Kies
Copy link

99Kies commented Jan 18, 2024

sei-protocol/sei-chain#1216

And when I create connection, I get this error.

this is my hermes config.toml:

[[chains]]
id = "pacific-1"
type = "CosmosSdk"
rpc_addr = "https://sei-rpc.lavenderfive.com:443"
grpc_addr = "https://sei-grpc.lavenderfive.com"
rpc_timeout = "10s"
trusted_node = false
account_prefix = "sei"
key_name = "keysei"
key_store_type = "Test"
store_prefix = "ibc"
default_gas = 100000
max_gas = 400000
gas_multiplier = 1.5
max_msg_num = 30
max_tx_size = 180000
max_grpc_decoding_size = 33554432
clock_drift = "5s"
max_block_time = "30s"
ccv_consumer_chain = false
memo_prefix = ""
sequential_batch_tx = false
compat_mode = '0.34'

[chains.event_source]
mode = "push"
url = "wss://sei-rpc.lavenderfive.com:443/websocket"
batch_delay = "500ms"

command:

~ hermes create connection --a-chain vota-ash --a-client 07-tendermint-18 --b-client 07-tendermint-65

log:


2024-01-09T06:15:28.679659Z ERROR ThreadId(01) failed ConnOpenTry ConnectionSide { chain: BaseChainHandle { chain_id: pacific-1 }, client_id: 07-tendermint-65, connection_id: None }: failed during a query to chain id pacific-1: RPC error to endpoint https://sei-rpc.polkachu.com/: serde parse error: invalid length 0, expected struct EvidenceList with 1 element at line 1 column 20077
2024-01-09T06:15:32.267790Z ERROR ThreadId(01) failed ConnOpenTry ConnectionSide { chain: BaseChainHandle { chain_id: pacific-1 }, client_id: 07-tendermint-65, connection_id: None }: failed during a query to chain id pacific-1: RPC error to endpoint https://sei-rpc.polkachu.com/: serde parse error: invalid length 0, expected struct EvidenceList with 1 element at line 1 column 17996
2024-01-09T06:15:32.267823Z ERROR ThreadId(01) failed to open connection after 101 retries
ERROR error after maximum retry of 101 and total delay of 300s: failed to finish connection handshake for Connection { delay_period: 0ns, a_side: ConnectionSide { chain: BaseChainHandle { chain_id: ChainId { id: "vota-ash", version: 0 }, runtime_sender: Sender { .. } }, client_id: ClientId("07-tendermint-18"), connection_id: Some(ConnectionId("connection-15")) }, b_side: ConnectionSide { chain: BaseChainHandle { chain_id: ChainId { id: "pacific-1", version: 1 }, runtime_sender: Sender { ..} }, client_id: ClientId("07-tendermint-65"), connection_id: None } }: failed during a query to chain id pacific-1: RPC error to endpoint https://sei-rpc.polkachu.com/: serde parse error: invalid length 0, expected struct EvidenceList with 1 element at line 1 column 17996
@romac romac changed the title [IBC:hermes] Some configuration questions about starting sei relayer. Some configuration questions about starting sei relayer Jan 23, 2024
@romac romac added the A: question Admin: further information is requested label Jan 23, 2024
@adizere
Copy link
Member

adizere commented Jan 30, 2024

Can you follow the instructions about enabling debug and post the result?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A: question Admin: further information is requested
Projects
Status: 🩹 Triage
Development

No branches or pull requests

4 participants