From 3a0d788b542c8e7da70ffaf5592761cb05bcdc9f Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Thu, 28 Nov 2024 15:19:37 +0300 Subject: [PATCH 1/4] env: upgrade REST to 0.11.1 Many fixes since 0.10.1. Signed-off-by: Roman Khimov --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index ca9e52b..2965c2f 100644 --- a/.env +++ b/.env @@ -1,3 +1,3 @@ NEOGO_VERSION=0.106.3 AIO_VERSION=0.43.0 -RESTGW_VERSION=0.10.1 +RESTGW_VERSION=0.11.1 From 46b3165205045ad25c91bd8716897d8b41556c5e Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Thu, 28 Nov 2024 15:26:42 +0300 Subject: [PATCH 2/4] env: upgrade NeoFS node to 0.44.0 Drop obsolete configurations, 0.44.0 can't start with them. Signed-off-by: Roman Khimov --- .env | 2 +- ir/config.yaml | 1 - sn/config.yaml | 8 ++------ 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.env b/.env index 2965c2f..ee3b1c1 100644 --- a/.env +++ b/.env @@ -1,3 +1,3 @@ NEOGO_VERSION=0.106.3 -AIO_VERSION=0.43.0 +AIO_VERSION=0.44.0 RESTGW_VERSION=0.11.1 diff --git a/ir/config.yaml b/ir/config.yaml index 870b865..9c0d1d3 100644 --- a/ir/config.yaml +++ b/ir/config.yaml @@ -38,7 +38,6 @@ morph: fschain_autodeploy: true timers: - emit: 50 stop_estimation: mul: 1 div: 4 diff --git a/sn/config.yaml b/sn/config.yaml index a855125..f65fa43 100644 --- a/sn/config.yaml +++ b/sn/config.yaml @@ -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: @@ -60,7 +57,6 @@ storage: object: put: pool_size_remote: 100 - pool_size_local: 100 tree: enabled: true From 738c90850e1a2f84a8b921a763318e3cd04392e8 Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Thu, 28 Nov 2024 15:30:49 +0300 Subject: [PATCH 3/4] sn: drop peapod from config Signed-off-by: Roman Khimov --- sn/config.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/sn/config.yaml b/sn/config.yaml index f65fa43..a658bae 100644 --- a/sn/config.yaml +++ b/sn/config.yaml @@ -42,8 +42,6 @@ storage: path: /data/metabase.db perm: 0770 blobstor: - - type: peapod - path: /data/blob/peapod.db - type: fstree path: /data/blob gc: From c4732f6fbafc4e6cec350f1148691eb5e7029df0 Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Thu, 28 Nov 2024 15:36:18 +0300 Subject: [PATCH 4/4] ir/sn: replace morph with fschain Don't use obsolete name. Signed-off-by: Roman Khimov --- ir/config.yaml | 4 ++-- sn/config.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ir/config.yaml b/ir/config.yaml index 9c0d1d3..b580de3 100644 --- a/ir/config.yaml +++ b/ir/config.yaml @@ -5,7 +5,7 @@ wallet: without_mainnet: true -morph: +fschain: validators: 02b3622bf4017bdfe317c58aed5f4c753f206b7db896046fa7d774bbc4bf7f8dc2 consensus: magic: 15405 @@ -13,7 +13,7 @@ morph: - 02b3622bf4017bdfe317c58aed5f4c753f206b7db896046fa7d774bbc4bf7f8dc2 storage: type: boltdb - path: "/chain/morph.bolt" + path: "/chain/fschain.bolt" time_per_block: 1s max_traceable_blocks: 200000 seed_nodes: diff --git a/sn/config.yaml b/sn/config.yaml index a658bae..e1a53c8 100644 --- a/sn/config.yaml +++ b/sn/config.yaml @@ -1,4 +1,4 @@ -morph: +fschain: endpoints: - ws://localhost:30333/ws dial_timeout: 20s