Skip to content

Commit

Permalink
Merge pull request #56 from AvadoDServer/0.0.48
Browse files Browse the repository at this point in the history
migration config changes + bump to 2.0.0
  • Loading branch information
sponnet authored Aug 11, 2024
2 parents ad222aa + 58a363b commit 8a8381e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 2 additions & 3 deletions build/files/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8a8381e

Please sign in to comment.