Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1094,14 +1094,16 @@ xatu_sentry_params:
# Beacon event stream topics to subscribe to
beacon_subscriptions:
- attestation
- single_attestation
- block
- block_gossip
- chain_reorg
- finalized_checkpoint
- head
- voluntary_exit
- contribution_and_proof
- blob_sidecar

- data_column_sidecar
# Apache params
# Apache public port to port forward to local machine
# Default to port None, only set if apache additional service is activated
Expand Down
3 changes: 3 additions & 0 deletions network_params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,13 +208,16 @@ xatu_sentry_params:
xatu_server_headers: {}
beacon_subscriptions:
- attestation
- single_attestation
- block
- block_gossip
- chain_reorg
- finalized_checkpoint
- head
- voluntary_exit
- contribution_and_proof
- blob_sidecar
- data_column_sidecar
apache_port: 40000
nginx_port: 50000
global_tolerations: []
Expand Down
3 changes: 3 additions & 0 deletions src/package_io/input_parser.star
Original file line number Diff line number Diff line change
Expand Up @@ -1561,13 +1561,16 @@ def get_default_xatu_sentry_params():
"xatu_server_tls": False,
"beacon_subscriptions": [
"attestation",
"single_attestation",
"block",
"block_gossip",
"chain_reorg",
"finalized_checkpoint",
"head",
"voluntary_exit",
"contribution_and_proof",
"blob_sidecar",
"data_column_sidecar",
],
}

Expand Down
14 changes: 13 additions & 1 deletion static_files/xatu-sentry-config/config.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,18 @@ attestationData:
beaconCommittees:
enabled: true

validatorBlock:
at:
enabled: true
slotTimes:
- 0.1s
enabled: true
interval:
enabled: false

proposerDuty:
enabled: true

outputs:
- name: xatu-server
type: xatu
Expand All @@ -60,4 +72,4 @@ outputs:
{{- range $key, $value := .XatuServerHeaders }}
{{ $key }}: "{{ $value }}"
{{- end }}
{{- end }}
{{- end }}