Skip to content

Releases: Near-One/omni-bridge

omni-relayer-v0.3.25

02 Sep 16:25
5bf69f9
Compare
Choose a tag to compare

Install omni-relayer 0.3.25

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Near-One/omni-bridge/releases/download/omni-relayer-v0.3.25/omni-relayer-installer.sh | sh

Download omni-relayer 0.3.25

File Platform Checksum
omni-relayer-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
omni-relayer-x86_64-apple-darwin.tar.xz Intel macOS checksum
omni-relayer-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

omni-relayer-v0.3.24

02 Sep 13:06
e3e4feb
Compare
Choose a tag to compare

Install omni-relayer 0.3.24

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Near-One/omni-bridge/releases/download/omni-relayer-v0.3.24/omni-relayer-installer.sh | sh

Download omni-relayer 0.3.24

File Platform Checksum
omni-relayer-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
omni-relayer-x86_64-apple-darwin.tar.xz Intel macOS checksum
omni-relayer-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

omni-v0.2.15

29 Aug 23:25
b74e6dd
Compare
Choose a tag to compare
chore: removed wormhole mock prover (#400)

omni-relayer-v0.3.23

29 Aug 15:13
faef048
Compare
Choose a tag to compare

Install omni-relayer 0.3.23

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Near-One/omni-bridge/releases/download/omni-relayer-v0.3.23/omni-relayer-installer.sh | sh

Download omni-relayer 0.3.23

File Platform Checksum
omni-relayer-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
omni-relayer-x86_64-apple-darwin.tar.xz Intel macOS checksum
omni-relayer-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

omni-relayer-v0.3.22

28 Aug 18:47
12081d7
Compare
Choose a tag to compare

Install omni-relayer 0.3.22

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Near-One/omni-bridge/releases/download/omni-relayer-v0.3.22/omni-relayer-installer.sh | sh

Download omni-relayer 0.3.22

File Platform Checksum
omni-relayer-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
omni-relayer-x86_64-apple-darwin.tar.xz Intel macOS checksum
omni-relayer-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

omni-v0.2.13

22 Aug 17:19
e126eba
Compare
Choose a tag to compare
Revert cargo.lock version (#388)

omni-relayer-v0.3.21

19 Aug 21:07
dfaaf08
Compare
Choose a tag to compare

Install omni-relayer 0.3.21

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Near-One/omni-bridge/releases/download/omni-relayer-v0.3.21/omni-relayer-installer.sh | sh

Download omni-relayer 0.3.21

File Platform Checksum
omni-relayer-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
omni-relayer-x86_64-apple-darwin.tar.xz Intel macOS checksum
omni-relayer-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

omni-relayer-v0.3.20

15 Aug 14:40
39f7092
Compare
Choose a tag to compare

Install omni-relayer 0.3.20

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Near-One/omni-bridge/releases/download/omni-relayer-v0.3.20/omni-relayer-installer.sh | sh

Download omni-relayer 0.3.20

File Platform Checksum
omni-relayer-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
omni-relayer-x86_64-apple-darwin.tar.xz Intel macOS checksum
omni-relayer-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

omni-relayer-v0.3.19

09 Aug 01:40
cdc1f86
Compare
Choose a tag to compare

Install omni-relayer 0.3.19

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Near-One/omni-bridge/releases/download/omni-relayer-v0.3.19/omni-relayer-installer.sh | sh

Download omni-relayer 0.3.19

File Platform Checksum
omni-relayer-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
omni-relayer-x86_64-apple-darwin.tar.xz Intel macOS checksum
omni-relayer-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

omni-v0.2.12

08 Aug 16:51
1ff51b5
Compare
Choose a tag to compare
feat: implement refund (#370)

* feat: implement refund

* Remove unused struct

* Refund storage to relayer

* Fix clippy

* Add fin transfer with msg tests

* Verify locker balacne

* Fix tests

* Implement tests for deployed tokens

* Fix clippy

* Don't emit fin transfer event on refund

* Add failed fin transfer event

* Refund on fast trasnfer deposit

* Fix clippy

* Improve fast transfers tests

* Init transfer: improve code readability

* Add comments

* Fix refund amount on fast transfer

* bump version