Skip to content

Commit

Permalink
1.9.9 mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Rossignolskier committed Mar 2, 2022
1 parent 7e5b6a6 commit b2b68c5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion inventory_example/group_vars/mainnet_validators.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ expected_genesis_hash: '5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d'
limit_ledger_size: 50000000
snapshot_interval_slots: 2000
maximum_local_snapshot_age: 3000
solana_version: 1.8.14
solana_version: 1.9.9
extra_params:
1 change: 0 additions & 1 deletion inventory_example/group_vars/testnet_validators.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ snapshot_interval_slots: 500
maximum_local_snapshot_age: 1000
solana_version: 1.9.9
extra_params:
- --full-rpc-api
2 changes: 1 addition & 1 deletion roles/solana_cli/tasks/update.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- name: DEBUG
debug:
msg: "{{ solana_version }}"
msg: "Updating Solana to {{ solana_version }}"

- name: update solana
shell: "solana-install init {{ solana_version }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ExecStart={{ env_path }}/solana-validator \
--rpc-port {{ solana_rpc_port }} \
--no-untrusted-rpc \
--expected-genesis-hash {{ expected_genesis_hash }} \
--snapshot-interval-slots {{ snapshot_interval_slots }} \
--incremental-snapshots \
--maximum-local-snapshot-age {{ maximum_local_snapshot_age }} \
{% if not extra_params is none %}
{% for extra_var in extra_params %}
Expand All @@ -35,6 +35,7 @@ ExecStart={{ env_path }}/solana-validator \
{% endfor %}
{%if 'mainnet_validators' in group_names and not rpc_node %}
--private-rpc \
--full-rpc-api \
--rpc-bind-address 127.0.0.1 \
--wal-recovery-mode skip_any_corrupted_record \
--snapshot-compression none \
Expand Down

0 comments on commit b2b68c5

Please sign in to comment.