Skip to content

Commit

Permalink
update version (#1453)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuArce authored Nov 20, 2024
1 parent 8f2e471 commit cfd61ac
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ OS := $(shell uname -s)
CONFIG_FILE?=config-files/config.yaml
AGG_CONFIG_FILE?=config-files/config-aggregator.yaml

OPERATOR_VERSION=v0.10.3
OPERATOR_VERSION=v0.11.1

ifeq ($(OS),Linux)
BUILD_ALL_FFI = $(MAKE) build_all_ffi_linux
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.10.3"
version = "0.11.1"
edition = "2021"

[dependencies]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"addresses": {
"alignedLayerProxyAdmin": "0x3eb924d928c138898FC089328f840105969bD6a0",
"alignedLayerServiceManager": "0x58F280BeBE9B34c9939C3C39e0890C81f163B623",
"alignedLayerServiceManagerImplementation": "0x24F764c18609D5e92fC5646Ff0725280144E644b",
"alignedLayerServiceManagerImplementation": "0x48d70037cC01c31039d476CbbbAe2Aa36F86Ef16",
"blsApkRegistry": "0xD0A725d82649f9e4155D7A60B638Fe33b3F25e3b",
"blsApkRegistryImplementation": "0xB05BB98a966F58aDAB8dF58350b77fF2131A3b87",
"indexRegistry": "0x4A7DE0a9fBBAa4fF0270d31852B363592F68B81F",
Expand All @@ -14,7 +14,8 @@
"stakeRegistry": "0x51462D5511563A0F97Bb3Ce5475E1c3905b83F4b",
"stakeRegistryImplementation": "0xd1555Be14931C061E06D3CE1D1Daadc1B3c6F8c7",
"batcherPaymentService": "0x815aeCA64a974297942D2Bbf034ABEe22a38A003",
"batcherPaymentServiceImplementation": "0x07802Aa18a16E6F4d1a3411657a0f6b0a9Cb8Ea1"
"batcherPaymentServiceImplementation": "0x07802Aa18a16E6F4d1a3411657a0f6b0a9Cb8Ea1",
"pauserRegistry": "0x0CBc10A1142465B2042f3804107A7283044dC6eD"
},
"chainInfo": {
"chainId": 17000,
Expand All @@ -26,6 +27,7 @@
"alignedLayerEjector": "0x97aEC5F28181abe5d2aD40dBe7FbaEe014529b7D",
"alignedLayerOwner": "0x97aEC5F28181abe5d2aD40dBe7FbaEe014529b7D",
"alignedLayerUpgrader": "0x97aEC5F28181abe5d2aD40dBe7FbaEe014529b7D",
"pauserRegistry": "0x85Ef7299F8311B25642679edBF02B62FA2212F06"
"pauserRegistry": "0x85Ef7299F8311B25642679edBF02B62FA2212F06",
"alignedLayerPauser": "0x97aEC5F28181abe5d2aD40dBe7FbaEe014529b7D"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"stakeRegistryImplementation": "0x52A9e264b98fe2d53805937Bc094a981E7eB6BeE",
"batcherPaymentService": "0x7577Ec4ccC1E6C529162ec8019A49C13F6DAd98b",
"batcherPaymentServiceImplementation": "0x230FF8F073C188732856990b070485FD1A9b1039"
"pauserRegistry": "0xBCd09a605906a13F917230F82BdAC15B778A5B03"
},
"chainInfo": {
"chainId": 17000,
Expand All @@ -25,7 +26,7 @@
"alignedLayerEjector": "0xE3C695b73dbe27106aF4530b152de3e57456B385",
"alignedLayerOwner": "0xE3C695b73dbe27106aF4530b152de3e57456B385",
"alignedLayerUpgrader": "0xE3C695b73dbe27106aF4530b152de3e57456B385",
"pauserRegistry": "0x85Ef7299F8311B25642679edBF02B62FA2212F06",
"alignedLayerAggregator": "0x2855F89C56d3C94e98F61A3Dea5E9Ca0AA2FA946"
"alignedLayerAggregator": "0x2855F89C56d3C94e98F61A3Dea5E9Ca0AA2FA946",
"alignedLayerPauser": "0xE3C695b73dbe27106aF4530b152de3e57456B385"
}
}
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.10.3" }
aligned-sdk = { git = "https://github.com/yetanotherco/aligned_layer", tag="v0.11.1" }
```

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.10.3](https://github.com/yetanotherco/aligned_layer/releases/tag/v0.10.3)
> Aligned Operator [v0.11.1](https://github.com/yetanotherco/aligned_layer/releases/tag/v0.11.1)
> **IMPORTANT:**
> You must be [whitelisted](https://docs.google.com/forms/d/e/1FAIpQLSdH9sgfTz4v33lAvwj6BvYJGAeIshQia3FXz36PFfF-WQAWEQ/viewform) to become an Aligned operator.
Expand All @@ -26,7 +26,7 @@ Minimum hardware requirements:
To start with, clone the Aligned repository and move inside it

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

Expand Down

0 comments on commit cfd61ac

Please sign in to comment.