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

Upgrade to NeoFS 0.44.0 #85

Merged
merged 4 commits into from
Nov 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
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
Expand Up @@ -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:
Expand All @@ -38,7 +38,6 @@ morph:
fschain_autodeploy: true

timers:
emit: 50
stop_estimation:
mul: 1
div: 4
Expand Down
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
Expand All @@ -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
Expand All @@ -36,7 +34,6 @@ pprof:
address: localhost:6663

storage:
shard_num: 1
shard:
0:
writecache:
Expand All @@ -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:
Expand All @@ -60,7 +55,6 @@ storage:
object:
put:
pool_size_remote: 100
pool_size_local: 100

tree:
enabled: true
Expand Down