Releases: ethpandaops/contributoor
v0.0.71
Hi all
With the upcoming Fusaka mainnet fork, please update Contributoor to v0.0.70 or later.
This release adds support for data_column_sidecar events; a crucial datapoint for validating the upgrade and ensuring we've got full observability through the transition.
A quick update when you get a moment, it will help us all a ton.
Thanks!
Full Changelog: v0.0.70...v0.0.71
v0.0.70
What's Changed
- build(go.mod): migrate from protovalidate-go to buf.build/go/protoval… by @mattevans in #132
- build(deps): bump actions/checkout from 3.6.0 to 4.2.2 in the actions group by @dependabot[bot] in #134
- build(deps): bump the actions group with 2 updates by @dependabot[bot] in #137
- ci: add fusaka integration test workflow and update kurtosis config by @mattevans in #139
- ci: update beacon node images for fusaka-devnet-3 and peerDAS by @mattevans in #142
- build(deps): bump github.com/ulikunitz/xz from 0.5.11 to 0.5.14 by @dependabot[bot] in #143
- build(deps): bump the actions group with 2 updates by @dependabot[bot] in #141
- chore(.golangci.yml): rename wsl to wsl_v5 and add its settings by @mattevans in #144
- build(deps): bump crate-ci/typos from 1.35.5 to 1.35.7 in the actions group by @dependabot[bot] in #145
- build(deps): bump crate-ci/typos from 1.35.7 to 1.36.2 in the actions group by @dependabot[bot] in #146
- feat(events): add support for data column sidecar events by @mattevans in #149
- build(deps): bump crate-ci/typos from 1.36.2 to 1.36.3 in the actions group by @dependabot[bot] in #148
- build(deps): bump the go-dependencies group across 1 directory with 9 updates by @dependabot[bot] in #150
- chore(go.mod): bump ethpandaops dependencies to latest versions by @mattevans in #151
Full Changelog: v0.0.69...v0.0.70
v0.0.69
Note:
This release adds support for forwarding attestation events from your beacon node. This is entirely opt‑in.
Once opted-in, attestations will only be forwarded if your beacon node is subscribed to the default 2 attestation subnets, ensuring minimal extra bandwidth. If you enable it, your data helps improve our network visibility and monitoring.
Turn it on under Contributoor Settings (Run: 'contributoor config').
0.0.9-attnets-support
Changelog
- e547017 fix(topic_manager): tighten attestation and mismatch parameters
0.0.8-attnets-support
Changelog
- 4c4de60 test(config_test.go): update test case for empty attestation subnet config to expect non-nil config with disabled state instead of nil
0.0.7-attnets-support
Changelog
- 12b9f91 Merge pull request #129 from ethpandaops/chore/expose-more-cfg-2
- 893305b Merge pull request #130 from ethpandaops/ci/gitauth
- 7b8ac39 feat(sentry): add attestation subnet mismatch detection and reconnection tuning flags
- f489ca6 fix(ci): add authentication to GitHub API calls to prevent rate-limiting fix(ci): add fallback to git CLI when API call fails to ensure reliable tag discovery
0.0.6-attnets-support
Changelog
- fb95505 Merge pull request #128 from ethpandaops/chore/expose-more-cfg
- c82def3 feat(beacons): expose attestation subnet mismatch detection tunables feat(config): add protobuf fields for mismatch detection window, threshold, cooldown and high-water mark refactor(config): replace hard-coded defaults with named constants for subnet settings
0.0.5-attnets-support
Changelog
- c5a9315 Merge branch 'master' into feat/attestation-support-pt2
- 0a0b10a Merge branch 'master' into feat/attestation-support-pt2
- 5ef8534 Merge branch 'master' into feat/attestation-support-pt2
- 2073cef Merge pull request #127 from ethpandaops/feat/attestation-support-pt2-rando-subnet-selection
- 244ed1c feat(topic_manager): add attestationMaxSubnets limit to disable subnet selection when too many subnets are advertised
- c840304 fix(config): raise attestation subnet mismatch detection window to 32 slots fix(config): set mismatch threshold to 1 to trigger on first inconsistency These changes move the subnet mismatch detection from test-friendly values to production-grade settings, ensuring faster reaction to real network anomalies.
- 30e13e7 refactor(beacon_test.go): replace table-driven test with explicit sub-tests for subnet selection
0.0.4-attnets-support
v0.0.68
What's Changed
- ci(go-test.yml): add code coverage reporting to Codecov by @mattevans in #90
- docs(README): add Go Reference, release, and codecov badges by @mattevans in #91
- ci(codecov): add codecov.yml to ignore specific files and directories… by @mattevans in #92
- feat: Add beacon node integration tests by @mattevans in #93
- fix(ci): update beacon integration test to reflect new log messages by @mattevans in #94
- fix(ci): update Kurtosis network configuration to use Geth as the exe… by @mattevans in #95
- refactor(beacon-integration-test): remove temporary log file for Dock… by @mattevans in #96
- ci(github): add pull_request trigger for integration tests by @mattevans in #97
- test(sentry): add comprehensive tests for application lifecycle and e… by @mattevans in #98
- build(deps): bump docker/setup-buildx-action from 3.10.0 to 3.11.1 in the actions group by @dependabot in #99
- feat(cmd/sentry): refactor main to use application package for core logic by @mattevans in #100
Full Changelog: v0.0.67...v0.0.68