Skip to content

Commit

Permalink
Merge branch 'develop' into chore/fix-changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis authored May 23, 2024
2 parents 3e74e29 + 1302dcc commit f1f1854
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
* [1484](https://github.com/zeta-chain/node/issues/1484) - replaced hard-coded `MaxLookaheadNonce` with a default lookback factor
* [2125](https://github.com/zeta-chain/node/pull/2125) - fix develop upgrade test
* [2222](https://github.com/zeta-chain/node/pull/2222) - removed `maxHeightDiff` to let observer scan from Bitcoin height where it left off
* [2233](https://github.com/zeta-chain/node/pull/2233) - fix `IsSupported` flag not properly updated in zetaclient's context

### CI

Expand Down
4 changes: 0 additions & 4 deletions zetaclient/zetacore/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,6 @@ func (c *Client) UpdateZetacoreContext(

// check and update chain params for each chain
for _, chainParam := range chainParams {
if !chainParam.GetIsSupported() {
sampledLogger.Info().Msgf("Chain %d is not supported yet", chainParam.ChainId)
continue
}
err := observertypes.ValidateChainParams(chainParam)
if err != nil {
sampledLogger.Warn().Err(err).Msgf("Invalid chain params for chain %d", chainParam.ChainId)
Expand Down

0 comments on commit f1f1854

Please sign in to comment.