scs / substrate-api-client

Library for connecting to substrate API over WebSockets
Apache License 2.0
254 stars 123 forks source link

Use substrate image, that is kept up-to-date #778

Open masapr opened 1 month ago

masapr commented 1 month ago

With the current image we use: paritypr/substrate:latest we have the issue, that it is not updated. We should change to parity/polkadot (if possible). This seems to be the official docker image and is currently updated frequently. Also note the current bugreport: #761

We had changed from parity/substrate:latest to paritypr/substrate:latest here: #720

Niederb commented 2 weeks ago

I did a quick test with switching to the parity/polkadot image, but a wide range of tests fail: https://github.com/scs/substrate-api-client/actions/runs/9776877250 It's not clear to me why this is and unfortunately I have not seen any documentation regarding the docker images and their differences so far.