Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Releases: chronicleprotocol/omnia-relay

Omnia Relay v1.16.0

24 Mar 17:05
807ecbe
Compare
Choose a tag to compare
chore: [sc-1850] Release Relay v1.16 (#8)

Omnia Relay v1.15.0

21 Dec 16:56
04b9495
Compare
Choose a tag to compare

Omnia Relay is now a separate repo.

Disclaimer: These instructions are made for Ubuntu 20.04.
The commands may not fully match other distros, nor is there any guarantee that it will work.

Upgrade Omnia Relay and to version v1.15.0

nix-env --install --verbose \
  --file https://github.com/chronicleprotocol/omnia-relay/tarball/v1.15.0

Optional: cleanup nix storage

This might free up several gigabytes of storage.

nix-channel --update
nix-env --upgrade --always
rm -f /nix/var/nix/gcroots/auto/*
nix-collect-garbage --delete-old

Install services and latest configurations

install-relay ethereum mainnet
# or
install-relay optimism mainnet
# or
install-relay arbitrum mainnet

Restart the existing services

sudo systemctl daemon-reload
sudo systemctl restart ssb-server
sudo systemctl restart omnia
sudo systemctl restart spire-agent

Check Status of the services

sudo systemctl status ssb-server
sudo systemctl status omnia
sudo systemctl status spire-agent