Skip to content

v2.2.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Nov 16:53
· 235 commits to main since this release
f742d53

Highlights

  • The Relayer will now automatically keep light clients alive if the client has <= 1/3 of their trusting period left. Further configuration is available using the --time-threshold flag.
  • Fix for client creation timing out on heavily used chains.
  • Transaction broadcast optimizations.
  • Fix prometheus metrics not being exposed in v2.1.2

What's Changed

  • dockerfile: move TARGET* args for fast workflow & ... by @pratikbin in #993
  • Respect the override flag upon client creation by @jtieri in #997
  • disable CountTotal in DefaultPageRequest by @agouin in #1009
  • Fix account sequence mismatch errors by @agouin in #1007
  • Bumps versions of some libs by @faddat in #1010
  • Add test case for multiple channels on one connection + remove integration tests in _test by @jtieri in #1021
  • feat: Update light client within threshold by @boojamya in #1008
  • cherrypick fix: Serve NewRegistry Registered Metrics into v2.2.0 by @joeabbey in #1032

New Contributors

Full Changelog: v2.1.2...v2.2.0-rc1