v2.2.0-rc1
Pre-release
Pre-release
github-actions
released this
03 Nov 16:53
·
235 commits
to main
since this release
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
- @pratikbin made their first contribution in #993
- @faddat made their first contribution in #1010
Full Changelog: v2.1.2...v2.2.0-rc1