Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/pectra #399

Merged
merged 27 commits into from
Feb 10, 2025
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
d667e3a
feat: Add nginx server configuration for clickhouse
samcm Sep 26, 2024
8b75f71
Initial electra
samcm Sep 26, 2024
af2b04e
feat: Add support for Electra block in beacon block processing
samcm Sep 26, 2024
295e9fc
Merge master
samcm Oct 15, 2024
9afbe17
chore: Remove xatu-cannon service from docker-compose.yml
samcm Oct 15, 2024
4bd59c4
Merge branch 'master' into release/pectra
samcm Oct 15, 2024
c68f8fd
feat: Add CANNON_NETWORK_NAME to docker-compose.yml
samcm Oct 15, 2024
18d6c6e
feat: Enhance logging for network name override
samcm Oct 15, 2024
4e9f305
Merge branch 'master' into release/pectra
samcm Oct 15, 2024
8ea761f
feat: Add support for Electra beacon block message
samcm Oct 15, 2024
df67f77
Merge branch 'master' into release/pectra
samcm Oct 17, 2024
e118e82
style: Add resolver configuration for nginx servers
samcm Oct 17, 2024
23a6a56
feat: Add password configuration for ClickHouse users
samcm Oct 21, 2024
1c8ee72
feat: Add access control improvements and constraints
samcm Oct 21, 2024
feafca8
refactor: Update version of go-eth2-client to v0.21.12
samcm Oct 23, 2024
631f2d2
Merge branch 'master' into release/pectra
samcm Oct 31, 2024
3c176e1
fix: Update version of go-eth2-client to v0.21.12-0.20241014214053-75…
samcm Oct 31, 2024
be92c09
refactor: Update go-eth2-client version to v0.23.1
samcm Jan 20, 2025
cf2bfb2
build: Update module versions and add beacon v0.45.1
samcm Jan 20, 2025
7c62b89
refactor: Remove unnecessary slot variable and optimize epoch handling
samcm Jan 20, 2025
b41e189
merge master
samcm Jan 20, 2025
0dbdf0e
refactor: Refactor event block creation in block.go
samcm Jan 20, 2025
c9ccf6a
feat: Enable backfill iterator for beaconBlock and beaconBlobSidecar
samcm Jan 20, 2025
555762b
style: remove unnecessary comment in xatu-cannon.yaml
samcm Jan 20, 2025
18c2b39
Add ExecutionRequests to Electra beacon block
samcm Feb 7, 2025
7513e38
feat: update go dependencies and beacon node config
samcm Feb 10, 2025
84a764b
feat(beacon): enforce JSON content type for eth2 client requests
samcm Feb 10, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: Update version of go-eth2-client to v0.21.12-0.20241014214053-75…
…9b0ace2e43
samcm committed Oct 31, 2024
commit 3c176e1cb7dcc99a290b2aa529c19c89aab3896f
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -97,8 +97,8 @@ github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmV
github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8=
github.com/aryann/difflib v0.0.0-20170710044230-e206f873d14a/go.mod h1:DAHtR1m6lCRdSC2Tm3DSWRPvIPr6xNKyeHdqDQSQT+A=
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY=
github.com/attestantio/go-eth2-client v0.0.0-20240701211822-0a60485fce68 h1:7WPMn57cFdqlpYRwbEmMdHFXdwu9GVethzEXheTcIpk=
github.com/attestantio/go-eth2-client v0.0.0-20240701211822-0a60485fce68/go.mod h1:vy5jU/uDZ2+RcVzq5BfnG+bQ3/6uu9DGwCrGsPtjJ1A=
github.com/attestantio/go-eth2-client v0.21.12-0.20241014214053-759b0ace2e43 h1:Xvkj/3ilNuZgoGnxu/uiXmCDmKjBE0ruygTHZIU1JFs=
github.com/attestantio/go-eth2-client v0.21.12-0.20241014214053-759b0ace2e43/go.mod h1:vy5jU/uDZ2+RcVzq5BfnG+bQ3/6uu9DGwCrGsPtjJ1A=
github.com/avast/retry-go/v4 v4.5.1 h1:AxIx0HGi4VZ3I02jr78j5lZ3M6x1E0Ivxa6b0pUUh7o=
github.com/avast/retry-go/v4 v4.5.1/go.mod h1:/sipNsvNB3RRuT5iNcb6h73nw3IBmXJ/H3XrCQYSOpc=
github.com/aws/aws-lambda-go v1.13.3/go.mod h1:4UKl9IzQMoD+QF79YdCuzCwp8VbmG4VAQwij/eHl5CU=