Skip to content

Commit

Permalink
docs: update to v0.14.0 (#1755)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuArce authored Jan 20, 2025
1 parent a61a817 commit 6c08f81
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CONFIG_FILE?=config-files/config.yaml
export OPERATOR_ADDRESS ?= $(shell yq -r '.operator.address' $(CONFIG_FILE))
AGG_CONFIG_FILE?=config-files/config-aggregator.yaml

OPERATOR_VERSION=v0.13.0
OPERATOR_VERSION=v0.14.0
EIGEN_SDK_GO_VERSION_TESTNET=v0.2.0-beta.1
EIGEN_SDK_GO_VERSION_MAINNET=v0.1.13

Expand All @@ -31,7 +31,7 @@ endif
ifeq ($(OS),Darwin)
BUILD_OPERATOR = $(MAKE) build_operator_macos
endif

ifeq ($(ENVIRONMENT), devnet)
GET_SDK_VERSION = $(MAKE) operator_set_eigen_sdk_go_version_devnet
else ifeq ($(ENVIRONMENT), testnet)
Expand Down
2 changes: 1 addition & 1 deletion batcher/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion batcher/aligned/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aligned"
version = "0.13.0"
version = "0.14.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion docs/3_guides/1_SDK_how_to.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To use this SDK in your Rust project, add the following to your `Cargo.toml`:

```toml
[dependencies]
aligned-sdk = { git = "https://github.com/yetanotherco/aligned_layer", tag="v0.13.0" }
aligned-sdk = { git = "https://github.com/yetanotherco/aligned_layer", tag="v0.14.0" }
```

To find the latest release tag go to [releases](https://github.com/yetanotherco/aligned_layer/releases) and copy the
Expand Down
4 changes: 2 additions & 2 deletions docs/operator_guides/0_running_an_operator.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Register as an Aligned operator in testnet

> **CURRENT VERSION:**
> Aligned Operator [v0.13.0](https://github.com/yetanotherco/aligned_layer/releases/tag/v0.13.0)
> Aligned Operator [v0.14.0](https://github.com/yetanotherco/aligned_layer/releases/tag/v0.14.0)
> **IMPORTANT:**
> You must be [whitelisted](https://docs.google.com/forms/d/e/1FAIpQLSdH9sgfTz4v33lAvwj6BvYJGAeIshQia3FXz36PFfF-WQAWEQ/viewform) to become an Aligned operator.
Expand Down Expand Up @@ -30,7 +30,7 @@ The list of supported strategies can be found [here](../3_guides/7_contract_addr
To start with, clone the Aligned repository and move inside it

```bash
git clone https://github.com/yetanotherco/aligned_layer.git --branch v0.13.0
git clone https://github.com/yetanotherco/aligned_layer.git --branch v0.14.0
cd aligned_layer
```

Expand Down
2 changes: 1 addition & 1 deletion explorer/.env.dev
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ MAX_BATCH_SIZE=268435456 # 256 MiB
BATCH_TTL_MINUTES=5

# Latest aligned release that operators should be running
LATEST_RELEASE=v0.13.0
LATEST_RELEASE=v0.14.0
2 changes: 1 addition & 1 deletion explorer/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ TRACKER_API_URL=<tracker_api_url>
BATCH_TTL_MINUTES=5

# Latest aligned release that operators should be running
LATEST_RELEASE=v0.13.0
LATEST_RELEASE=v0.14.0

0 comments on commit 6c08f81

Please sign in to comment.