Releases: octopus-network/near-ibc
Releases · octopus-network/near-ibc
v1.0.3
v1.0.2
v1.0.0
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
What's Changed
- Integrate
octopus-lpos
andoctopus-appchain-anchor-ibc
. by @riversyang in #13
Full Changelog: v1.0.0-pre.4...v1.0.0-pre.5
v1.0.0-pre.4
What's Changed
- Upgrade to v1.0.0 pre.4 by @riversyang in #7
Full Changelog: v1.0.0-pre.2...v1.0.0-pre.4
v1.0.0-pre.2
v1.0.0-pre.1
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.