diff --git a/build/Dockerfile b/build/Dockerfile index 780991c..18777c1 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 nearprotocol/nearcore:1.40.0 +FROM --platform=linux/amd64 nearprotocol/nearcore:2.0.0 RUN apt-get update RUN apt-get install -y wget diff --git a/build/files/config.json b/build/files/config.json index e75e2e9..597dcc4 100644 --- a/build/files/config.json +++ b/build/files/config.json @@ -158,9 +158,7 @@ "sync_height_threshold": 1 }, "tracked_accounts": [], - "tracked_shards": [ - 0 - ], + "tracked_shards": [0], "log_summary_style": "colored", "log_summary_period": { "secs": 10, @@ -178,6 +176,7 @@ }, "trie_viewer_state_size_limit": 50000, "store": { + "load_mem_tries_for_tracked_shards": true, "path": null, "enable_statistics": false, "enable_statistics_export": true, diff --git a/dappnode_package.json b/dappnode_package.json index b80ece7..bd718e2 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,7 +1,7 @@ { "name": "nearbp.avado.dnp.dappnode.eth", - "version": "0.0.46", - "upstream": "1.40.0", + "version": "0.0.48", + "upstream": "2.0.0", "description": "Near Validator (mainnet)", "autoupdate": true, "type": "service", diff --git a/docker-compose.yml b/docker-compose.yml index e531a9a..daf745d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.4' services: nearbp.avado.dnp.dappnode.eth: build: ./build - image: 'nearbp.avado.dnp.dappnode.eth:0.0.46' + image: 'nearbp.avado.dnp.dappnode.eth:0.0.48' restart: always privileged: true volumes: