celestiaorg / go-cnc

celestia-node REST client in Go.
Apache License 2.0
15 stars 8 forks source link

Use compatible docker images in integration test #33

Closed tzdybal closed 1 year ago

tzdybal commented 1 year ago

Currently, tests are failing because incompatible versions of docker images of celestia-app and celestia-node are used. celestiaorg/ephemeral-cluster already use correct version of images, so the task should be relatively easy.

tzdybal commented 1 year ago

node v0.5.0-rc5 is compatible with core/app v0.10.0-rc1. Those versions should be used.