Skip to content

Commit

Permalink
Node. Default variables. fix node_paritydb_enable (paritytech#66)
Browse files Browse the repository at this point in the history
* fix node_paritydb_enable

* update version
  • Loading branch information
stepanLav authored Jan 16, 2024
1 parent 1b56c4b commit a7e18ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace: paritytech
name: chain

# The version of the collection. Must be compatible with semantic versioning
version: 1.8.2
version: 1.8.3

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down
2 changes: 1 addition & 1 deletion roles/node/molecule/default/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ node_rpc_port: 9944
node_binary: https://github.com/paritytech/polkadot-sdk/releases/download/polkadot-{{ node_binary_version }}/polkadot
node_binary_signature: https://github.com/paritytech/polkadot-sdk/releases/download/polkadot-{{ node_binary_version }}/polkadot.asc
node_pruning: 256
ode_paritydb_enable: true
node_paritydb_enable: true
node_chain_backup_restoring_type: none
node_parachain_chain_backup_restoring_type: none
# This private key is only for modulecule tests
Expand Down

0 comments on commit a7e18ac

Please sign in to comment.