Skip to content

v1.25.1

Compare
Choose a tag to compare
@dillu24 dillu24 released this 15 Oct 06:54
· 29 commits to master since this release
716a71d

Released on 15th October 2020

  • Updated @polkadot/api and @polkadot/api-derive packages to v2.2.1.
  • Since provider.isConnected is now a variable in the polkadot-js/api packages, we updated this in the server code.

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

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