Skip to content

Latest commit

 

History

History
86 lines (55 loc) · 4.17 KB

CHANGELOG.md

File metadata and controls

86 lines (55 loc) · 4.17 KB

Changelog

[Unreleased]

Relayer

  • #456 Fix bug which incorrectly set the timeout on a transfer.
  • #455 Set default client parameter to allow governance to update the client if expiry or misbehaviour freezing occurs.

v0.8.3

2021/03/12

Relayer

  • #453 Fix light block not found error on missing header
  • #449 Close database connection even if error occurs on initialization
  • #447 Add a light client database lock to prevent concurrency panics
  • #434 Implement swagger docs and fix path validation
  • #448 update pruning error message

Dependencies

  • #451 bump SDK to version 0.42.0

v0.8.2

2021/03/01

Relayer

  • #441 Disable tendermint light client light block pruning. 1 instance initialization was missed in #437.
  • #438 Typo fixes

v0.8.1

2021/02/26

Dependencies

  • #430 Bump SDK version to v0.41.3

Relayer

  • #437 Off-chain Tendermint light client will no longer prune light blocks. The default pruning strategy broke the relayer after it wasn't used for 1000 blocks.

v0.8.0

2021/02/17

Dependencies

  • #429 Bump SDK version to v0.41.1

Relayer

  • #424 Fix update bug via DRY handshake code
  • #421 Fix update client bug and reduce code complexity
  • #416 Refactor light client handling, remove dependency on historical info for constructing update messages
  • #419 Fix acknowledgement bug which occurred in a 3 chain environment
  • #390 Code improvements for upgrading clients
  • #394 Fix lint issues

CLI/scripts

  • #412 Auto update clients to prevent expiry. rly start command supports auto updating a client if it is about to expire. Use the --time-threshold flag.
  • #323 Implmenet an API server. A rest server with API endpoints to support interacting with the relayer
  • #406 Split add-dir into add-chains and add-paths. You must add a chain, then the keys, and then the paths. This enables support of bottom up validation.
  • #428 Fix add-paths failure when called on exiting configuration
  • #427 Fix nil paths bug which occurred when validating paths
  • #410 Remove rly tx channel command code. It was a duplicate of rly tx link, which contains channel as an alias for link.
  • #411 Make root command publicly accessible
  • #408 Fix nchainz script
  • #402 Chain.logger is configurable
  • #399 Config file can be shown as json, rly tx conn creates clients as necessary, minor fixes
  • #398 Bottom up configuration file validation

v0.7.0

2021/02/01

  • (deps) Bump SDK version to v0.41.0.
  • Bug fixes and minor improvements
  • (relayer)#329 client, conenction, and channel handshake refactor (identifiers generated auto generated on-chain)
  • (relayer)#386 client, connection and channel identifier reuse