Skip to content

Commit

Permalink
Upgrade to NeoFS 0.44.0 (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-khimov authored Nov 29, 2024
2 parents e847642 + c4732f6 commit e6e1ffe
Showing 3 changed files with 7 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
NEOGO_VERSION=0.106.3
AIO_VERSION=0.43.0
RESTGW_VERSION=0.10.1
AIO_VERSION=0.44.0
RESTGW_VERSION=0.11.1
5 changes: 2 additions & 3 deletions ir/config.yaml
Original file line number Diff line number Diff line change
@@ -5,15 +5,15 @@ wallet:

without_mainnet: true

morph:
fschain:
validators: 02b3622bf4017bdfe317c58aed5f4c753f206b7db896046fa7d774bbc4bf7f8dc2
consensus:
magic: 15405
committee:
- 02b3622bf4017bdfe317c58aed5f4c753f206b7db896046fa7d774bbc4bf7f8dc2
storage:
type: boltdb
path: "/chain/morph.bolt"
path: "/chain/fschain.bolt"
time_per_block: 1s
max_traceable_blocks: 200000
seed_nodes:
@@ -38,7 +38,6 @@ morph:
fschain_autodeploy: true

timers:
emit: 50
stop_estimation:
mul: 1
div: 4
12 changes: 3 additions & 9 deletions sn/config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
morph:
fschain:
endpoints:
- ws://localhost:30333/ws
dial_timeout: 20s
@@ -18,11 +18,9 @@ node:
attribute_2: Deployed:Private

grpc:
num: 1
0:
endpoint: 0.0.0.0:8080
- endpoint: 0.0.0.0:8080
tls:
enables: false
enabled: false

logger:
level: debug
@@ -36,7 +34,6 @@ pprof:
address: localhost:6663

storage:
shard_num: 1
shard:
0:
writecache:
@@ -45,8 +42,6 @@ storage:
path: /data/metabase.db
perm: 0770
blobstor:
- type: peapod
path: /data/blob/peapod.db
- type: fstree
path: /data/blob
gc:
@@ -60,7 +55,6 @@ storage:
object:
put:
pool_size_remote: 100
pool_size_local: 100

tree:
enabled: true

0 comments on commit e6e1ffe

Please sign in to comment.