Skip to content

Commit

Permalink
chore: update to use version v0.4.0 of eotsd (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
RafilxTenfen authored Aug 9, 2024
1 parent e0048d0 commit 613bd1b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fp-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: babylonchain/finality-provider
ref: v0.3.0
ref: v0.4.0

- name: Cache eotsd
id: cache-eots
Expand Down
8 changes: 4 additions & 4 deletions bbn-1/finality-providers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ chains and earn commissions.

The EOTS daemon is utilized to create the EOTS keys of the finality provider.
To follow this guide, please use the
[eotsd v0.3.0](https://github.com/babylonlabs-io/finality-provider/releases/tag/v0.3.0)
[eotsd v0.4.0](https://github.com/babylonlabs-io/finality-provider/releases/tag/v0.4.0)
version. This is a Golang project and requires version 1.21 or later. Install
Go by following the instructions in the
[official Go installation guide](https://golang.org/doc/install).
Expand All @@ -106,13 +106,13 @@ $ git clone https://github.com/babylonlabs-io/finality-provider.git
Cloning into 'finality-provider'...
```

Checkout to the v0.3.0 release tag
Checkout to the v0.4.0 release tag

```bash
$ cd finality-provider # cd into the project directory
$ git checkout v0.3.0
$ git checkout v0.4.0

Note: switching to 'v0.3.0'.
Note: switching to 'v0.4.0'.
```

At the root of the finality provider repository install the binaries
Expand Down
2 changes: 1 addition & 1 deletion bbn-1/finality-providers/scripts/verify-valid-fp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fi

if ! command -v $EOTSD_BIN &> /dev/null; then
echo "⚠️ $EOTSD_BIN command could not be found!"
echo "Install it by following the instructions here https://github.com/babylonlabs-io/finality-provider/blob/v0.3.0"
echo "Install it by following the instructions here https://github.com/babylonlabs-io/finality-provider/blob/v0.4.0"
exit 1
fi

Expand Down

0 comments on commit 613bd1b

Please sign in to comment.