Releases: hyperledger-labs/yui-relayer
Releases · hyperledger-labs/yui-relayer
v0.4.25
v0.4.24
v0.4.23
v0.4.22
What's Changed
Full Changelog: v0.4.21...v0.4.22
DONT USE THIS: v0.4.21
WARNING
This version has a bug, so you must use v0.4.22 instead.
What's Changed
Full Changelog: v0.4.20...v0.4.21
v0.4.20
v0.4.19
v0.4.18
What's Changed
- Add timetrack to SendCheckMsgs by @dongrie in #118
 - core: remove 
clientIDfrom CreateMsgCreateClient by @bluele in #121 - fix height flag type by @toshihiko-okubo in #120
 - fix the direction of CheckRefreshRequired by @siburu in #123
 - replace 
GetLatestFinalizedHeaderwithGetFinalizedHeaderby @siburu in #122 
Full Changelog: v0.4.17...v0.4.18
reorganize interfaces that comprise the Prover interface
introduce the following interfaces
FinalityAware, which providesGetLatestFinalizedHeader()FinalityAwareChain, which isFinalityAware+ChainChainLightClient, which isChain+LightClient
delete the following interface
ChainICS02QuerierLightClient
Fix the logging function TimeTrack to take variadic arguments
Add otherArgs argument to TimeTrack