Skip to content

v2.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Aug 17:22
· 120 commits to main since this release
a63cd79

Highlighted Features 🔱

  • Feegrant Support by @KyleMoser in #1140

    • See: rly chains configure feegrant
    • Easily configure round-robin feegranted accounts to send TXs.
    • Used to avoid sequencing errors
    • Use Cases:
      • relaying multiple paths on the same chain with same wallet
      • relaying with broadcast-mode set to single
  • Support localhost ibc by @jtieri in #1191

    • More inforamation on local host is available here
  • Neutron launch fixes and optimizations by @agouin in #1185

  • Next seq ack handling by @agouin in #1244

  • More exported Prometheus metrics by @boojamya
    See: Relayer Prometheus docs
    Additional Metrics:

    • Add wallet address to wallet balance metric #1206
    • Time remaining until light client expiration + client trusting period #1235
    • Add configured gas prices to wallet balance metric #1236
    • Exports block query errors to prometheus metrics (counter) #1239
    • Export TX failures to prometheus metrics (counter) #1240
    • Export Client Trusting Period as separate metric #1246
  • Add sr25519 support by @agouin in #1120

    • Adds support for Sei chain

Features

Enhancements

Fixes

  • Fix multiple conn open init by @agouin in #1173
  • fix: nil receiver initiate for path by @mmsqe in #1177
  • fix: add missing stop relayer to avoid log after test complete by @mmsqe in #1229
  • fix: avoid invalid Bech32 prefix in scenario test by @mmsqe in #1226
  • fix: wait more blks for ack in fee middleware test by @mmsqe in #1222
  • fix: flag accessed but not defined: flush-interval by @mindcarver in #1238
  • fix: reduce get bech32 prefix when get signer by @mmsqe in #1231
  • catch error if type is missing by @murataniloener in #1234

Other

Changelog

New Contributors

Full Changelog: v2.3.1...v2.4.0