-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: Add nginx server configuration for clickhouse * Initial electra * feat: Add support for Electra block in beacon block processing * chore: Remove xatu-cannon service from docker-compose.yml * feat: Add CANNON_NETWORK_NAME to docker-compose.yml * feat: Enhance logging for network name override * feat: Add support for Electra beacon block message * style: Add resolver configuration for nginx servers * feat: Add password configuration for ClickHouse users * feat: Add access control improvements and constraints * refactor: Update version of go-eth2-client to v0.21.12 * fix: Update version of go-eth2-client to v0.21.12-0.20241014214053-759b0ace2e43 * refactor: Update go-eth2-client version to v0.23.1 * build: Update module versions and add beacon v0.45.1 * refactor: Remove unnecessary slot variable and optimize epoch handling * refactor: Refactor event block creation in block.go * feat: Enable backfill iterator for beaconBlock and beaconBlobSidecar * style: remove unnecessary comment in xatu-cannon.yaml * Add ExecutionRequests to Electra beacon block * feat: update go dependencies and beacon node config This commit updates the go dependencies to their latest versions. It also adds a new configuration option to the beacon node to enforce JSON responses. This is done to ensure that the beacon node is only processing valid JSON data. * feat(beacon): enforce JSON content type for eth2 client requests
- Loading branch information
Showing
27 changed files
with
3,118 additions
and
1,181 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.