Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #11 from anatoly-bogatyrev/feature/update_0.27.0
Browse files Browse the repository at this point in the history
update up to 0.27.0
  • Loading branch information
Anatoly Bogatyrev authored Dec 10, 2021
2 parents d9e3639 + 8a81061 commit 6684c67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ neofs_ir__alphabet:
yest: '2f78667749d5da59ea622f5f809022a786f8f700'
zhivete: '06f739fa714d23d1ce8a569595812cf8f9023b1e'

neofs_ir__alphabet_length: 7

neofs_ir__validators:
- '026fa34ec057d74c2fdf1a18e336d0bd597ea401a0b2ad57340d5c220d09f44086'
- '039a9db2a30942b1843db673aeb0d4fd6433f74cec1d879de6343cb9fcf7628fa4'
Expand All @@ -73,7 +71,8 @@ neofs_ir__validators:


neofs_ir__sidechain_fee: 500000000
neofs_ir__mainchain_fee: 50000000
neofs_ir__mainchain_fee: 25000000
neofs_ir__named_container_register_fee: 2500000000

neofs_ir__emit_timer: 240

Expand All @@ -93,7 +92,7 @@ neofs_ir__pprof_group_allow: []
neofs_ir__pprof_host_allow: []

# NeoFS options
neofs_ir__version: '0.25.1'
neofs_ir__version: '0.27.0'
neofs_ir__docker_image: "nspccdev/neofs-ir:{{ neofs_ir__version }}"
neofs_ir__bin_url: "https://github.com/nspcc-dev/neofs-node/releases/download/v{{ neofs_ir__version }}/neofs-ir-amd64"
neofs_ir__bin_path: '/usr/local/bin/neofs-ir'
Expand Down
2 changes: 1 addition & 1 deletion templates/config.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ contracts:
{{ contract }}: {{ neofs_ir__contracts[contract] }}
{% endfor %}
alphabet:
amount: {{ neofs_ir__alphabet_length }}
{% for letter in neofs_ir__alphabet %}
{{ letter }}: {{ neofs_ir__alphabet[letter] }}
{% endfor %}
Expand Down Expand Up @@ -93,3 +92,4 @@ metrics:
fee:
side_chain: {{ neofs_ir__sidechain_fee }}
main_chain: {{ neofs_ir__mainchain_fee }} # default is 50000000
named_container_register: {{ neofs_ir__named_container_register_fee }}

0 comments on commit 6684c67

Please sign in to comment.