Skip to content

Releases: octopus-network/near-ibc

v1.0.3

30 Jan 13:06
2b30af4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

16 Jan 03:09
093a5cd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.2

v1.0.0

21 Dec 07:42
c87def7
Compare
Choose a tag to compare

The first release version of IBC implementation on NEAR protocol, based on ibc-rs v0.48.1.

This version includes implementation of IBC core, ICS 20 and Octopus LPOS module.

For more information, see the REAMDE and related repositories.

v1.0.0-pre.5

14 Dec 15:48
41ac142
Compare
Choose a tag to compare
v1.0.0-pre.5 Pre-release
Pre-release

What's Changed

  • Integrate octopus-lpos and octopus-appchain-anchor-ibc. by @riversyang in #13

Full Changelog: v1.0.0-pre.4...v1.0.0-pre.5

v1.0.0-pre.4

18 Sep 15:02
c69875d
Compare
Choose a tag to compare
v1.0.0-pre.4 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-pre.2...v1.0.0-pre.4

v1.0.0-pre.2

16 Aug 06:40
aa0feef
Compare
Choose a tag to compare
v1.0.0-pre.2 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-pre.1...v1.0.0-pre.2

v1.0.0-pre.1

31 May 05:57
304b0d3
Compare
Choose a tag to compare
v1.0.0-pre.1 Pre-release
Pre-release

Supporting features

The first pre-release version of NEAR IBC includes the implementation of almost all interfaces defined in IBC/TAO. It's a wrapper contract of ibc-rs for enabling IBC protocol on NEAR protocol.

This pre-release version also includes an implementation of ICS-20, for supporting fungible tokens transfers between NEAR protocol and other IBC compatible blockchains.

Currently supported features of this version are:

  • Create/update client on NEAR protocol.
  • Create connection on NEAR protocol.
  • Create channel on NEAR protocol.
  • Accept receiving fungible tokens from other IBC compatible blockchains to NEAR protocol.
  • Redeem fungible tokens which are transferred from other chains back to the source chain.
  • Start sending fungible tokens native in NEAR protocol to other IBC compatible blockchains.
  • Accept receiving fungible tokens which are transferred from NEAR protocol back to NEAR protocol.
  • Necessary view functions for IBC relayer (like hermes) to relay messages between NEAR protocol and other IBC compatible blockchains.