Skip to content

Releases: hyperledger-labs/yui-relayer

v0.4.25

31 Jan 11:26
bf144b0

Choose a tag to compare

v0.4.25 Pre-release
Pre-release

What's Changed

Full Changelog: v0.4.24...v0.4.25

v0.4.24

31 Jan 06:49
bbea0d0

Choose a tag to compare

v0.4.24 Pre-release
Pre-release

What's Changed

Full Changelog: v0.4.23...v0.4.24

v0.4.23

31 Jan 04:57
adb402a

Choose a tag to compare

v0.4.23 Pre-release
Pre-release

What's Changed

Full Changelog: v0.4.22...v0.4.23

v0.4.22

17 Jan 11:54
7178056

Choose a tag to compare

v0.4.22 Pre-release
Pre-release

What's Changed

Full Changelog: v0.4.21...v0.4.22

DONT USE THIS: v0.4.21

17 Jan 06:21
8cd3208

Choose a tag to compare

Pre-release

WARNING

This version has a bug, so you must use v0.4.22 instead.

What's Changed

  • Add ProveHostConsensusState to StateProver interface by @bluele in #132

Full Changelog: v0.4.20...v0.4.21

v0.4.20

20 Dec 02:31
c226f1b

Choose a tag to compare

v0.4.20 Pre-release
Pre-release

What's Changed

  • Remove unused ordered parameter by @bluele in #128
  • Add src-seqs and dst-seqs option to tx acks and tx relay by @yoshidan in #130

New Contributors

Full Changelog: v0.4.19...v0.4.20

v0.4.19

21 Nov 01:47
eb9a250

Choose a tag to compare

v0.4.19 Pre-release
Pre-release

What's Changed

  • change interfaces related to MsgCreateClient by @siburu in #124

Full Changelog: v0.4.18...v0.4.19

v0.4.18

13 Nov 00:38
df66cae

Choose a tag to compare

v0.4.18 Pre-release
Pre-release

What's Changed

Full Changelog: v0.4.17...v0.4.18

reorganize interfaces that comprise the Prover interface

31 Oct 01:45
9e602df

Choose a tag to compare

introduce the following interfaces

  • FinalityAware, which provides GetLatestFinalizedHeader()
  • FinalityAwareChain, which is FinalityAware + Chain
  • ChainLightClient, which is Chain + LightClient

delete the following interface

  • ChainICS02QuerierLightClient

Fix the logging function TimeTrack to take variadic arguments

26 Oct 11:49
ea0575e

Choose a tag to compare

Add otherArgs argument to TimeTrack