Skip to content

Commit

Permalink
chore(packages): clean up older versions
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <[email protected]>
  • Loading branch information
wolf31o2 committed Jul 2, 2024
1 parent afe0065 commit 9e2d069
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 147 deletions.
46 changes: 0 additions & 46 deletions packages/cardano-node/cardano-node-8.9.2.yaml

This file was deleted.

36 changes: 0 additions & 36 deletions packages/dolos/dolos-0.7.0.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion packages/dolos/dolos-0.9.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
installSteps:
- file:
filename: daemon.toml
source: files/daemon-0.9.0.toml.gotmpl
source: files/daemon.toml.gotmpl
- docker:
containerName: dolos
image: ghcr.io/txpipe/dolos:v0.9.0
Expand Down
56 changes: 0 additions & 56 deletions packages/dolos/files/daemon-0.9.0.toml.gotmpl

This file was deleted.

35 changes: 27 additions & 8 deletions packages/dolos/files/daemon.toml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@ is_testnet = true
{{- end }}

[storage]
path = "/data"
path = "/data/db"
wal_size = 1000

[genesis]
byron_path = "/config/byron-genesis.json"
shelley_path = "/config/shelley-genesis.json"
alonzo_path = "/config/alonzo-genesis.json"

[relay]
listen_address = "[::]:30013"
magic = {{ .Context.NetworkMagic }}

[sync]
pull_batch_size = 200

Expand All @@ -25,12 +24,32 @@ prune_height = 10000
# validate_phase_1 = false
# validate_phase_2 = false

[genesis]
byron_path = "/config/byron-genesis.json"
shelley_path = "/config/shelley-genesis.json"
alonzo_path = "/config/alonzo-genesis.json"

[mithril]
{{- if eq .Context.Network "mainnet" }}
aggregator = "https://aggregator.release-mainnet.api.mithril.network/aggregator"
{{- else if eq .Context.Network "preprod" }}
aggregator = "https://aggregator.release-preprod.api.mithril.network/aggregator"
{{- else if eq .Context.Network "preview" }}
aggregator = "https://aggregator.prerelease-preview.api.mithril.network/aggregator"
{{ else }}
aggregator = "https://aggregator.prerelease-sanchonet.api.mithril.network/aggregator"
{{- end }}
{{- if eq .Context.Network "mainnet" }}
genesis_key = "5b3139312c36362c3134302c3138352c3133382c31312c3233372c3230372c3235302c3134342c32372c322c3138382c33302c31322c38312c3135352c3230342c31302c3137392c37352c32332c3133382c3139362c3231372c352c31342c32302c35372c37392c33392c3137365d"
{{ else }}
genesis_key = "5b3132372c37332c3132342c3136312c362c3133372c3133312c3231332c3230372c3131372c3139382c38352c3137362c3139392c3136322c3234312c36382c3132332c3131392c3134352c31332c3233322c3234332c34392c3232392c322c3234392c3230352c3230352c33392c3233352c34345d"
{{- end }}

[serve.grpc]
listen_address = "[::]:50051"

[serve.ouroboros]
listen_address = "[::]:30013"
# https://github.com/txpipe/dolos/blob/main/examples/sync-mainnet/dolos.toml#L26
listen_path = "/ipc/dolos.socket"
magic = {{ .Context.NetworkMagic }}

[logging]
Expand Down

0 comments on commit 9e2d069

Please sign in to comment.