stellar / quickstart

Home of the stellar/quickstart docker image for development and testing
Apache License 2.0
186 stars 206 forks source link

'Error setting configUpgradeSet' with --local and CORE_REF=v21.1.0 #614

Closed sreuland closed 2 months ago

sreuland commented 2 months ago

What version are you using?

master

What did you do?

$ make build TAG=latest XDR_REF=v20.0.2 CORE_REF=v21.1.0 CORE_SUPPORTS_ENABLE_SOROBAN_DIAGNOSTIC_EVENTS=true HORIZON_REF=release-horizon-v2.31.0 SOROBAN_RPC_REF=v21.2.0

$ docker run --rm -it     -p "8000:8000"  -p "11626:11626" --name stellar  stellar/quickstart:latest --local

What did you expect to see?

quickstart container up and running with core, rpc, horizon

What did you see instead?

quickstart stops abruptly

upgrades: soroban config: set config with key: qiU3saw/zA/jGOLnz8GeV1XKvQdFTwQw9g7Mb7wqJoEvTJbPHjVh1a2i9AZEi8iMcHPs5XYbMFYunUvJyPwnSQ==
Error setting configUpgradeSet
!!!!! Unable to upgrade Soroban Config Settings. Stopping all services. !!!!!
anupsdf commented 2 months ago

Passing to @sisuresh since he volunteered to look into this.

sreuland commented 2 months ago

closing this as invalid, @sisuresh identified the issue, it was incorrect build settings on my part, with CORE_REF=v21.1.0, should have XDR_REF=v21.1.0, whereas I had incorrectly used an older version v20.0.2.