This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CAD-2323] Bump up to Allegra Hard Fork.
- Loading branch information
Showing
26 changed files
with
772 additions
and
15,585 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,114 @@ | ||
# Explorer DB Node configuration | ||
NetworkName: allegra | ||
|
||
EnableLogMetrics: False | ||
EnableLogging: True | ||
|
||
Protocol: Cardano | ||
|
||
# The config file for the node we are connecting to. If this is not the correct | ||
# config, it will likely lead to db-sync throwing up weird error messages from | ||
# the consensus layer. | ||
# The path to the node config file is relative to this config file. | ||
|
||
NodeConfigFile: ../../cardano-node/allegra/allegra-config.json | ||
|
||
# ------------------------------------------------------------------------------ | ||
# Logging configuration follows. | ||
|
||
# global filter; messages must have at least this severity to pass: | ||
minSeverity: Info | ||
|
||
# global file rotation settings: | ||
rotation: | ||
rpLogLimitBytes: 5000000 | ||
rpKeepFilesNum: 10 | ||
rpMaxAgeHours: 24 | ||
|
||
# these backends are initialized: | ||
setupBackends: | ||
- AggregationBK | ||
- KatipBK | ||
# - EditorBK | ||
# - EKGViewBK | ||
|
||
# if not indicated otherwise, then messages are passed to these backends: | ||
defaultBackends: | ||
- KatipBK | ||
|
||
# if wanted, the GUI is listening on this port: | ||
# hasGUI: 12787 | ||
|
||
# if wanted, the EKG interface is listening on this port: | ||
# hasEKG: 12788 | ||
|
||
# here we set up outputs of logging in 'katip': | ||
setupScribes: | ||
- scKind: StdoutSK | ||
scName: stdout | ||
scFormat: ScText | ||
scRotation: null | ||
|
||
# if not indicated otherwise, then log output is directed to this: | ||
defaultScribes: | ||
- - StdoutSK | ||
- stdout | ||
|
||
# more options which can be passed as key-value pairs: | ||
options: | ||
cfokey: | ||
value: "Release-1.0.0" | ||
mapSubtrace: | ||
benchmark: | ||
contents: | ||
- GhcRtsStats | ||
- MonotonicClock | ||
subtrace: ObservableTrace | ||
'#ekgview': | ||
contents: | ||
- - tag: Contains | ||
contents: 'cardano.epoch-validation.benchmark' | ||
- - tag: Contains | ||
contents: .monoclock.basic. | ||
- - tag: Contains | ||
contents: 'cardano.epoch-validation.benchmark' | ||
- - tag: Contains | ||
contents: diff.RTS.cpuNs.timed. | ||
- - tag: StartsWith | ||
contents: '#ekgview.#aggregation.cardano.epoch-validation.benchmark' | ||
- - tag: Contains | ||
contents: diff.RTS.gcNum.timed. | ||
subtrace: FilterTrace | ||
'cardano.epoch-validation.utxo-stats': | ||
# Change the `subtrace` value to `Neutral` in order to log | ||
# `UTxO`-related messages during epoch validation. | ||
subtrace: NoTrace | ||
'#messagecounters.aggregation': | ||
subtrace: NoTrace | ||
'#messagecounters.ekgview': | ||
subtrace: NoTrace | ||
'#messagecounters.switchboard': | ||
subtrace: NoTrace | ||
'#messagecounters.katip': | ||
subtrace: NoTrace | ||
'#messagecounters.monitoring': | ||
subtrace: NoTrace | ||
'cardano.#messagecounters.aggregation': | ||
subtrace: NoTrace | ||
'cardano.#messagecounters.ekgview': | ||
subtrace: NoTrace | ||
'cardano.#messagecounters.switchboard': | ||
subtrace: NoTrace | ||
'cardano.#messagecounters.katip': | ||
subtrace: NoTrace | ||
'cardano.#messagecounters.monitoring': | ||
subtrace: NoTrace | ||
mapBackends: | ||
cardano.epoch-validation.benchmark: | ||
- AggregationBK | ||
'#aggregation.cardano.epoch-validation.benchmark': | ||
- EKGViewBK | ||
mapSeverity: | ||
db-sync-node.Subscription: Error | ||
db-sync-node.Mux: Error | ||
db-sync-node: Info |
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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.