- #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.
2021/03/12
- #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
- #451 bump SDK to version 0.42.0
2021/03/01
- #441 Disable tendermint light client light block pruning. 1 instance initialization was missed in #437.
- #438 Typo fixes
2021/02/26
- #430 Bump SDK version to v0.41.3
- #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.
2021/02/17
- #429 Bump SDK version to v0.41.1
- #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
- #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
intoadd-chains
andadd-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
2021/02/01