Skip to content

Commit

Permalink
Merge branch 'WE-1234-final-tag-we-core-and-configs' into 'release-1.14'
Browse files Browse the repository at this point in the history
WE-1234 - actial we-core and configs

See merge request development/we/node/open-source-node!27
  • Loading branch information
apospelov committed Mar 25, 2024
2 parents e43d59e + 814e318 commit 92b08ba
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -25,7 +25,7 @@ Our jar file should now be built and available at `./node/target/node-*.jar`

### Build docker image
```
docker build --tag wavesenterprise/node:v1.13.0 .
docker build --tag wavesenterprise/node:v1.14.0 .
```

## Usage
Expand Down
4 changes: 4 additions & 0 deletions configs/mainnet.conf
Expand Up @@ -88,6 +88,10 @@ node {
}
}

wasm {
fuel-limit = 20000
}

# Nodes synchronization settings
synchronization.extension-batch-size = 100
}
4 changes: 4 additions & 0 deletions configs/node-example.conf
Expand Up @@ -152,4 +152,8 @@ node {
timeout = 20s
}
}

wasm {
fuel-limit = 20000
}
}
6 changes: 3 additions & 3 deletions node/src/docker/docker-compose.yml
@@ -1,7 +1,7 @@
version: '3'
services:
node-0:
image: wavesenterprise/node:v1.13.0
image: wavesenterprise/node:v1.14.0
ports:
- "6862:6862"
- "6864:6864"
Expand All @@ -19,7 +19,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
restart: always
node-1:
image: wavesenterprise/node:v1.13.0
image: wavesenterprise/node:v1.14.0
ports:
- "6872:6862"
- "6874:6864"
Expand All @@ -37,7 +37,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
restart: always
node-2:
image: wavesenterprise/node:v1.13.0
image: wavesenterprise/node:v1.14.0
ports:
- "6882:6862"
- "6884:6864"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
@@ -1,2 +1,2 @@
sbt.version=1.6.2
wecore.version=1.14.0-RC2-15-WE-8864-cf6c928-SNAPSHOT
wecore.version=1.14.0

0 comments on commit 92b08ba

Please sign in to comment.