Skip to content

Commit

Permalink
chore: merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
cbermudez97 committed Sep 26, 2023
2 parents 2efc77d + 416c803 commit 3f03977
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v1.2.3] - 2023-08-16

### Added

- Support for Erigon in Gnosis
- Support for Erigon in Gnosis.

### Fixed

- Issue in Chiado templates with checkpoint sync
- Issue in Chiado templates with checkpoint sync.
- Fix show error when using containers tags.

### Changed

- Update client images.
- Moved xdai to gnosis on Nethermind config.

## [v1.2.2] - 2023-07-24

### Changed
Expand All @@ -24,7 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Issue in Chiado templates with checkpoint sync
- Issue in Chiado templates with checkpoint sync.
- Fix show error when using containers tags.
- Fix chiado checkpoint sync url.

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,11 @@ Users acknowledge that no warranty is being made of a successful installation. S

### Gnosis

| Execution | Consensus | Validator |
| ------------- | ---------- | ---------- |
| Nethermind | Lighthouse | Lighthouse |
| Erigon (soon) | Lodestar | Lodestar |
| | Teku | Teku |
| Execution | Consensus | Validator |
|-------------| ---------- | ---------- |
| Nethermind | Lighthouse | Lighthouse |
| Erigon | Lodestar | Lodestar |
| | Teku | Teku |

### Chiado (Gnosis testnet)

Expand Down Expand Up @@ -245,7 +245,7 @@ The following roadmap covers the main features and ideas we want to implement bu

### Version 1.X (Current)

- [ ] Support Erigon on Gnosis
- [x] Support Erigon on Gnosis
- [ ] Include monitoring tool for alerting, tracking validator balance, and tracking sync progress and status of nodes
- [ ] More tests!!!
- [ ] Support for Nimbus client
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/quickstart/complete-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ want to use another installation method:
<TabItem value="curl" label="curl">

```
curl -L https://github.com/NethermindEth/sedge/releases/download/v1.2.2/sedge-v1.2.2-linux-amd64 --output sedge
curl -L https://github.com/NethermindEth/sedge/releases/download/v1.2.3/sedge-v1.2.3-linux-amd64 --output sedge
```

</TabItem>
<TabItem value="wget" label="wget">

```
wget https://github.com/NethermindEth/sedge/releases/download/v1.2.2/sedge-v1.2.2-linux-amd64 -O sedge
wget https://github.com/NethermindEth/sedge/releases/download/v1.2.3/sedge-v1.2.3-linux-amd64 -O sedge
```

</TabItem>
Expand Down

0 comments on commit 3f03977

Please sign in to comment.