Skip to content

v1.29.1

Latest
Compare
Choose a tag to compare
@dillu24 dillu24 released this 23 Jul 15:39
8d4014f

Released on 23rd July 2021

  • Updated @polkadot/api and @polkadot/api-derive packages to v5.1.1.
  • Updated node version in dockerfile to v14.

Update Instructions

If running from source

git pull
npm ci
# stop the older instance of the API Server
bash run_api.sh

If running as a Docker image

git pull
docker ps
docker stop <CONTAINER ID of the older release of the API Server>
docker build -t simplyvc/polkadot_api_server:1.29.1 .
docker run -p 3000:3000 \
    -v <CONFIG_DIR>:/opt/polkadot_api_server/config:ro \
    -d simplyvc/polkadot_api_server:1.29.1