Skip to content

Commit

Permalink
fix: TODO in 'mithril-test-lab/mithril-devnet/configuration/byron/con…
Browse files Browse the repository at this point in the history
…figuration.yaml'
  • Loading branch information
jpraynaud committed Jan 9, 2025
1 parent 8a233da commit 68688e4
Showing 1 changed file with 4 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
############### Cardano Byron Node Configuration #########
##########################################################


##### Locations #####

GenesisFile: genesis.json
Expand All @@ -16,7 +15,7 @@ MaxConcurrencyBulkSync: 1
# The maximum number of used peers when fetching newly forged blocks.
MaxConcurrencyDeadline: 2

#TODO: These parameters cannot yet be used in the config file, only on the CLI:
# These parameters cannot yet be used in the config file, only on the CLI:
#DatabasePath: db/
#Topology: configuration/mainnet-topology.json
#Port 7776
Expand All @@ -31,7 +30,6 @@ Protocol: RealPBFT
# The mainnet does not include the network magic into addresses. Testnets do.
RequiresNetworkMagic: RequiresNoMagic


##### Update system parameters #####

# This protocol version number gets used by block producing nodes as part
Expand Down Expand Up @@ -130,9 +128,8 @@ defaultScribes:
# in the setupScribes above for specific scribes.
rotation:
rpLogLimitBytes: 5000000
rpKeepFilesNum: 3
rpMaxAgeHours: 24

rpKeepFilesNum: 3
rpMaxAgeHours: 24

##### Coarse grained logging control #####

Expand Down Expand Up @@ -198,7 +195,7 @@ TraceIpSubscription: True
TraceLocalRootPeers: True

# Trace public root peers
TracePublicRootPeers: True
TracePublicRootPeers: True

# Trace peer selection
TracePeerSelection: True
Expand Down Expand Up @@ -249,7 +246,6 @@ TraceTxOutbound: False
# Trace TxSubmission protocol messages.
TraceTxSubmissionProtocol: False


##### Fine grained logging control #####

# It is also possible to have more fine grained control over filtering of
Expand All @@ -258,7 +254,6 @@ TraceTxSubmissionProtocol: False
# much more precise control.

options:

# This routes metrics matching specific names to particular backends.
# This overrides the 'defaultBackends' listed above. And note that it is
# an override and not an extension so anything matched here will not
Expand Down

0 comments on commit 68688e4

Please sign in to comment.