Releases: ethpandaops/xatu
Releases · ethpandaops/xatu
0.0.13-fulu
Changelog
- e3e0e6b docs(go.mod): update comment to reflect correct pull request number for go-eth2-client fork
0.0.11-fulu
Changelog
- aca8675 Delete BEACON_PACKAGE_PATCH.md
0.0.10-fulu
Changelog
- 00946ae Merge branch 'master' into release/fulu
- 50617d9 Merge branch 'master' into release/fulu
- efd31a4 Merge branch 'master' into release/fulu
- 0c35cab Peerdas
- 2d1cb1b add grafana host name flag
- b189519 build: update go-eth2-client dependency to a newer version
- 0ca5b8c feat: fulu
- a2aa35c feat: implement data column sidecar event support for PeerDAS (EIP-7594)
- aa65cf6 fix migrations
- 146c6d1 fix: correct data column sidecar field mappings and migration structure
- 5a9d78d merge master
- 121d077 merge master
- 0ec9678 merge master
v1.1.27
v1.1.26
0.0.9-fulu
Changelog
- aa65cf6 fix migrations
0.0.8-fulu
Changelog
- 2d1cb1b add grafana host name flag
v1.1.25
What's Changed
- fix(processor): improve batch item processor tests by @mattevans in #564
- fix(cl-mimicry): Correct peer_id_key on beacon tables by @samcm in #565
- build: update go-eth2-client and beacon module dependencies by @samcm in #569
Full Changelog: v1.1.24...v1.1.25
v1.1.24
What's Changed
- test(clmimicry): add comprehensive tests for libp2p event handlers by @mattevans in #551
- test(clmimicry): add unit tests for libp2p core event handling by @mattevans in #552
- build(deps): bump docker/setup-buildx-action from 3.10.0 to 3.11.1 in the actions group by @dependabot in #553
- fix(clmimicry): Handle Attestation index in Single Attestation objects by @samcm in #561
Full Changelog: v1.1.23...v1.1.24
0.0.7-fulu
Changelog
- a26cee4 Merge branch 'master' into feat/gossip-topic-sharding
- df46656 Merge branch 'master' into feat/gossip-topic-sharding
- efd31a4 Merge branch 'master' into release/fulu
- 04d3f69 Merge pull request #542 from ethpandaops/feat/gossip-topic-sharding
- 7bcd2e3 Merge pull request #543 from ethpandaops/fix/local-compose
- a019ba4 Merge pull request #544 from ethpandaops/chore/bump-timerio-vector-37-1
- 5f39e31 Merge pull request #545 from ethpandaops/fix/rpc-nested-topic-sharding
- ff07d81 Merge pull request #546 from ethpandaops/fix/rpc-nested-topic-sharding
- 8166ba7 Merge pull request #547 from ethpandaops/chore/nullable_libp2p_rpc_meta_control_prune
- a772acc Merge pull request #548 from ethpandaops/refactor/libp2p-rpc-control-prune
- 47aa64a Merge pull request #549 from ethpandaops/fix/event-name-libp2p
- 015d0b0 Merge pull request #550 from ethpandaops/feat/targeted-event-sharding
- 2171b3c Merge pull request #551 from ethpandaops/chore/clmimicry-testing
- 5846e1b Merge pull request #552 from ethpandaops/tests/libp2p-core-events
- c5d7997 Merge pull request #553 from ethpandaops/dependabot/github_actions/actions-348b342bd6
- 6772867 build(deps): bump docker/setup-buildx-action in the actions group
- 8d770b8 build(docker-compose.yml): update vector image version from 0.34.1-alpine to 0.37.1-alpine
- 9ab11d1 chore(clmimicry): remove deprecated comment about AlwaysRecordRootRpcEvents
- 4a3fdf2 feat(clickhouse): make graft_peer_id_unique_key nullable in prune tables
- 6375d5f feat(clmimicry): Handle multiple gossip topics and select config by highest sampling rate
- 1fdd25a feat(clmimicry): add event type constraint to sharding patterns
- 444ebf9 feat(clmimicry): add hierarchical sharding metrics feat(clmimicry): add metrics for hierarchical sharding usage and sampling refactor(clmimicry): use pre-compiled regex patterns for gossip topic matching refactor(clmimicry): add metrics recording for hierarchical sharding logic
- 538f96e feat(clmimicry): add support for gossipsub events with topic in event
- 76dfd5e feat(clmimicry): handle PRUNE messages without peer IDs in RecvRPC events test(clmimicry): add comprehensive tests for RecvRPC event parsing
- 2c074db feat(clmimicry): implement hierarchical sharding for RPC meta messages
- e938041 feat(clmimicry): implement hierarchical topic sharding for trace events
- 427718f feat(docker-compose): migrate Kafka setup from Zookeeper to Kraft mode chore(docker-compose): remove Zookeeper service and related volumes feat(docker-compose): add kafka-storage-format service to format Kafka storage fix(docker-compose): update Kafka healthcheck command for Kraft mode
- bd381da refactor(clmimicry): introduce unified sharding logic
- e09f4f7 refactor(clmimicry): remove outdated integration tests and README sections docs(clmimicry): update README to reflect configurable shards and remove old metrics section test(clmimicry): add new unit tests for trace and sharding logic
- 09d3f1d refactor(clmimicry): remove unshardable event list and simplify trace logic
- 328ff6f refactor(clmimicry): rename decorated_events_total metric to decorated_event_total
- 7b310fa refactor(clmimicry): simplify RPC meta message filtering logic
- bb7e932 refactor(clmimicry): simplify sharding logic and configuration
- b96aaf3 refactor(clmimicry): simplify sharding logic and configuration
- b474e3a refactor: consolidate RPC meta message filtering into a single function
- ef96031 test(clmimicry): add comprehensive test descriptions for sharding logic
- 87f6000 test(clmimicry): add comprehensive tests for libp2p event handlers
- dc7d732 test(clmimicry): add unit tests for libp2p core event handling