paritytech / substrate-api-sidecar

REST service that makes it easy to interact with blockchain nodes built using Substrate's FRAME framework.

Home Page:https://paritytech.github.io/substrate-api-sidecar/dist/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-compose.yml no longer works with v1.0.0 of polkadot node

benxiao opened this issue · comments

Description

it seems that --unsafe-ws-external has been removed from v1.0.0. and simply use --ws-external doesn't work.

Steps to Reproduce
docker-compose up -d

Expected vs. Actual Behavior

image

[A clear description of what you expected to happen and what actually happened.]

Thanks for reporting this issue I will have checked out tomorrow.

according to https://github.com/paritytech/polkadot/releases/tag/v0.9.43, it was replaced with --unsafe-rpc-external.

@benxiao Thanks for the PR, closing as this is resolved.