You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating a client with trusting_period >= unbonding_period gives misleading information:
Error:
0: foreign client error
1: error raised while creating client for chain ibc-1: failed while querying src chain for latest height
2: ICS 07 error
3: invalid unbonding period
Version
master
Steps to Reproduce
Configure something like trusting_period = 28days in hermes config and run dev-env script. Try to create a client.
Output should be something like:
Error:
0: foreign client error
1: error raised while creating client for chain ibc-1: failed while building the client state
2: ICS 07 error
3: trusting period (28days) should be smaller than the unbonding period (21days)
Acceptance Criteria
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate milestone (priority) applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Crate
relayer
Summary of Bug
Creating a client with
trusting_period >= unbonding_period
gives misleading information:Version
master
Steps to Reproduce
Configure something like
trusting_period = 28days
in hermes config and rundev-env
script. Try to create a client.Output should be something like:
Acceptance Criteria
For Admin Use
The text was updated successfully, but these errors were encountered: