#soroban-cli v0.8.5 broken with docker
17 messages · Page 1 of 1 (latest)
Last stable soroban-cli version is 0.8.0
https://soroban.stellar.org/docs/reference/releases
So we shouldn't use https://github.com/stellar/soroban-tools/releases/tag/v0.8.5 yet?
Isnt' that semver?
@glossy linden @naive jackal Maybe a breaking change made it into the patch release that was supposed to be shipping only binding generation?
I suggest we yank the versions from crates.io that were published after v0.8.0.
soroban-cli v0.8.5 broken with docker
@naive jackal I don't see changes relating to getLedgerEntries.
Any idea what's the problem? I'd rather keep 0.8.5 around to given people access to ts bindings
Maybe something else is going on.
I'm not sure what the problem is. I think someone from the platform team should take a look.
@ornate brook what is the docker image version you are using locally?
Your local docker image might be outdated. I'm pretty sure the new getLedgerEntries endpoint shipped in the latest soroban-rpc release, so your quickstart might need updating.
So, I just did a docker pull stellar/quickstart:soroban-dev, and it works here.
Hm. We did the same, wiped the local image and started fresh
but i will try on a fresh env, i'm not 100% sure it might not be a caching issue
How about using the fully qualified sha256 digest from here https://soroban.stellar.org/docs/reference/releases#preview-9-may-24th-2023?