#soroban-cli v0.8.5 broken with docker

17 messages · Page 1 of 1 (latest)

ornate brook
#

We upgraded soroban cli to 0.85 and start to receive error: jsonrpc error: ErrorObject { code: MethodNotFound, message: "method not found", data: Some(RawValue("getLedgerEntries")) } against the docker container on a local environment.

It works on futurenet.

Is that a known problem?

mortal salmon
ornate brook
#

Isnt' that semver?

fading wagon
#

@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.

lost dock
#

Any idea what's the problem? I'd rather keep 0.8.5 around to given people access to ts bindings

fading wagon
#

Maybe something else is going on.

fading wagon
#

I'm not sure what the problem is. I think someone from the platform team should take a look.

naive jackal
#

@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.

ornate brook
#

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

fading wagon