the test runtime uses an older pinned version of quickstart:soroban-dev, after the latest changes for soroban-rpc to use captive core have merged - https://github.com/stellar/soroban-tools/pull/322, now need to update the test runtime to pull and build updated quickstart:soroban-dev image which will have changes to support captive core config for the soroban rpc service on the docker image.
when running system tests and building rpc from latest main on soroban-tools, it should provide captive core config to soroban-rpc so that it will run correctly, existing tests should pass.
What problem does your feature solve?
the test runtime uses an older pinned version of quickstart:soroban-dev, after the latest changes for soroban-rpc to use captive core have merged - https://github.com/stellar/soroban-tools/pull/322, now need to update the test runtime to pull and build updated quickstart:soroban-dev image which will have changes to support captive core config for the soroban rpc service on the docker image.
Depends on https://github.com/stellar/quickstart/issues/406, system-test should pull this latest
soroban-dev
image once that goes in first.What would you like to see?
when running system tests and building rpc from latest main on soroban-tools, it should provide captive core config to soroban-rpc so that it will run correctly, existing tests should pass.
What alternatives are there?