Skip to content

Commit 6be63bd

Browse files
authored
chore: merge v1.10.0 into develop (#536)
1 parent 4a1b6cd commit 6be63bd

File tree

23 files changed

+33
-31
lines changed

23 files changed

+33
-31
lines changed

.github/workflows/check-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
token: ${{ steps.gh-app.outputs.token }}
3434
commit-message: Update image versions to latest version.
3535
title: "[Update] Update image versions"
36-
reviewers: AntiD2ta, adriantpaez, stdevMac, cbermudez97
36+
reviewers: adriantpaez, stdevMac, cbermudez97
3737
branch: feature/update-container-images
3838
draft: false

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
token: ${{ steps.gh-app.outputs.token }}
113113
commit-message: Update Homebrew to latest release
114114
title: "[Release] Update Homebrew"
115-
reviewers: AntiD2ta, cbermudez97, adriantpaez
115+
reviewers: cbermudez97, adriantpaez
116116
draft: false
117117
path: homebrew-sedge
118118
add-paths: |

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [v1.10.0] - 2025-11-12
11+
1012
### Changed
1113
- Removed deprecated flag `--host-whitelist`.
1214
- Update Lido CSM contracts ABI.

docs/docs/commands/cli.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This is an example of what you can expect:
4343
```
4444
$ sedge cli
4545
2024-10-16 17:51:44 -- [INFO] [Logger Init] Log level: info
46-
2024-10-16 17:51:46 -- [INFO] You are running the latest version of sedge. Version: v1.9.1
46+
2024-10-16 17:51:46 -- [INFO] You are running the latest version of sedge. Version: v1.10.0
4747
? Select node setup ethereum-node
4848
? Select network mainnet
4949
? Select node type full-node

docs/docs/commands/clients.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The execution of `sedge clients` will result in an output like this, that will s
3131
```
3232
$ sedge clients
3333
2025-03-21 17:55:48 -- [INFO] [Logger Init] Log level: info
34-
2025-03-21 17:55:50 -- [INFO] You are running the latest version of sedge. Version: v1.9.1
34+
2025-03-21 17:55:50 -- [INFO] You are running the latest version of sedge. Version: v1.10.0
3535
2025-03-21 17:55:50 -- [INFO] Listing supported clients for network chiado
3636
3737

docs/docs/commands/deps.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The execution of `sedge deps check` will result in an output like this if everyt
7575
```
7676
$ sedge deps check
7777
2023-03-21 02:56:04 -- [INFO] [Logger Init] Log level: info
78-
2023-03-21 02:56:05 -- [INFO] You are running the latest version of sedge. Version: v1.9.1
78+
2023-03-21 02:56:05 -- [INFO] You are running the latest version of sedge. Version: v1.10.0
7979
2023-03-21 02:56:05 -- [INFO] docker is installed
8080
2023-03-21 02:56:06 -- [INFO] All dependencies are installed and running
8181
```

docs/docs/commands/down.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The execution of `sedge down` will close and remove all the opened containers an
3838
```
3939
$ sedge down
4040
2022-00-00 00:00:00 -- [INFO] [Logger Init] Log level: info
41-
2022-00-00 00:00:00 -- [INFO] You are running the latest version of sedge. Version: v1.9.1
41+
2022-00-00 00:00:00 -- [INFO] You are running the latest version of sedge. Version: v1.10.0
4242
[sudo] password for maceo:
4343
[+] Running 7/7
4444
⠿ Container execution-client Removed 93.8s

docs/docs/commands/importKey.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ To import the validator keys, and start the validator client after the import, r
8080
```shell
8181
$ sedge import-key --from keystore -n sepolia --start-validator prysm
8282
2023-01-26 11:59:34 -- [INFO] [Logger Init] Log level: info
83-
2023-01-26 11:59:34 -- [INFO] You are running the latest version of sedge. Version: v1.9.1
83+
2023-01-26 11:59:34 -- [INFO] You are running the latest version of sedge. Version: v1.10.0
8484
# highlight-next-line
8585
2023-01-26 11:59:34 -- [WARN] The keys path is not the default one, copying the keys to the default path /root/sedge/example/sedge-data/keystore
8686
2023-01-26 11:59:34 -- [INFO] Importing validator keys

docs/docs/commands/networks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Global Flags:
2828
```
2929
$ sedge networks
3030
2025-03-21 17:55:09 -- [INFO] [Logger Init] Log level: info
31-
2025-03-21 17:55:10 -- [INFO] You are running the latest version of sedge. Version: v1.9.1
31+
2025-03-21 17:55:10 -- [INFO] You are running the latest version of sedge. Version: v1.10.0
3232
2025-03-21 17:55:10 -- [INFO] Listing supported networks
3333
3434

docs/docs/commands/run.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ the following command to start all services in the default generation path
5959
$ sedge run
6060
Using config file: /root/.sedge.yaml
6161
2022-12-29 19:55:55 -- [INFO] [Logger Init] Logging configuration: {Level:debug}
62-
2022-12-29 19:55:55 -- [INFO] You are running the latest version of sedge. Version: v1.9.1
62+
2022-12-29 19:55:55 -- [INFO] You are running the latest version of sedge. Version: v1.10.0
6363
2022-12-29 20:40:24 -- [INFO] Checking dependencies: docker
6464
2022-12-29 20:40:24 -- [INFO] All dependencies are installed on host machine
6565
2022-12-29 19:55:55 -- [INFO] Setting up containers
@@ -110,7 +110,7 @@ start the validator.
110110
$ sedge run --services execution,consensus
111111
Using config file: /root/.sedge.yaml
112112
2022-12-29 21:03:29 -- [INFO] [Logger Init] Logging configuration: {Level:debug}
113-
2022-12-29 21:03:29 -- [INFO] You are running the latest version of sedge. Version: v1.9.1
113+
2022-12-29 21:03:29 -- [INFO] You are running the latest version of sedge. Version: v1.10.0
114114
2022-12-29 21:03:29 -- [INFO] Checking dependencies: docker
115115
2022-12-29 21:03:29 -- [INFO] All dependencies are installed on host machine
116116
2022-12-29 21:03:29 -- [INFO] Setting up containers
@@ -155,7 +155,7 @@ Now you can start the validator client like follow:
155155
$ sedge run --services validator
156156
Using config file: /root/.sedge.yaml
157157
2022-12-29 21:24:12 -- [INFO] [Logger Init] Logging configuration: {Level:debug}
158-
2022-12-29 21:24:12 -- [INFO] You are running the latest version of sedge. Version: v1.9.1
158+
2022-12-29 21:24:12 -- [INFO] You are running the latest version of sedge. Version: v1.10.0
159159
2022-12-29 21:24:12 -- [INFO] Checking dependencies: docker
160160
2022-12-29 21:24:12 -- [INFO] All dependencies are installed on host machine
161161
2022-12-29 21:24:12 -- [INFO] Setting up containers

0 commit comments

Comments
 (0)