Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AccessMana is now Mana1 #2271

Merged
merged 5 commits into from
Jun 20, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Remove references to --mana.snapshotResetTime=true
  • Loading branch information
karimodm committed Jun 13, 2022
commit 239be279dc5d75cd12381dfa348b2a6f6b8cb48f
1 change: 0 additions & 1 deletion deploy/ansible/hosts/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,4 @@ goshimmers:
logLevel: "debug"
debugPorts: true
remoteDebugging: true
snapshotResetTime: true
spammer: true
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ services:
- PROFILING_BINDADDRESS=0.0.0.0:6061
command: >
--skip-config=true
{% if snapshotResetTime|default(false) %}
--mana.snapshotResetTime=true
{% endif %}
--autoPeering.entryNodes={{ entryNodePubKey }}@{{ entryNodeHost }}:15626{% if communityEntryNode|default(None) %},{{ communityEntryNode }}{% endif %}
{% if networkVersion|default(None) %}
--autoPeering.networkVersion={{ networkVersion }}
Expand Down
4 changes: 0 additions & 4 deletions tools/docker-network/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ services:
--database.directory=/app/mainnetdb
--node.peerDBDirectory=/app/peerdb
--mana.enableResearchVectors=false
--mana.snapshotResetTime=true
--messageLayer.snapshot.file=/run/secrets/goshimmer.message.snapshot.bin
--messageLayer.snapshot.genesisNode=
--messageLayer.startSynced=true
Expand Down Expand Up @@ -59,7 +58,6 @@ services:
--messageLayer.snapshot.genesisNode=
--messageLayer.startSynced=true
--node.disablePlugins=portcheck,clock,Firewall
--mana.snapshotResetTime=true
deploy:
replicas: ${GOSHIMMER_PEER_REPLICAS:-1}
secrets:
Expand All @@ -84,7 +82,6 @@ services:
--node.disablePlugins=portcheck,clock,Firewall
--prometheus.bindAddress=0.0.0.0:9311
--prometheus.processMetrics=false
--mana.snapshotResetTime=true
--messageLayer.startSynced=true
secrets:
- goshimmer.config.json
Expand Down Expand Up @@ -115,7 +112,6 @@ services:
--faucet.seed=7R1itJx5hVuo9w9hjg5cwKFmek4HMSoBDgJZN8hKGxih
--messageLayer.snapshot.genesisNode=
--node.disablePlugins=portcheck,clock,Firewall
--mana.snapshotResetTime=true
secrets:
- goshimmer.config.json
- goshimmer.message.snapshot.bin
Expand Down