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
test: tendermint client update when client expires or validator set has changed (#921)
* add client expiry test
* tm hostblock supports trusted next validator set
* fix validator change update test
* fix incorrect validator updates at each block
* add sad client update for validator change
* cargo fmt
* catch up with main branch changes
* update MockContextConfig with validator set history
* refactor tests with updated MockContextConfig
* rm duplicate def of `on`
* add todo for max_history_size and validator_set_history
* consistent variable naming in tests
* bump typed-builder version
* rm redundant builder arguments
* replace todo with panic
* mv Tendermint ClientStateConfig under ics07
* use ctx_a with ctx_b instead of only ctx
* use client_id consistently
* use mocks feature directly in dev-deps
* include trusting_period and max_clock_drift in mock light client config
* revert advance chain height with timestamp
* update client expiry test
* add test to check max_clock_drift
* rm TODO comments in favor of gh issue
* revert ctx_a renaming
* add changelog entry
0 commit comments