soroban-cli icon indicating copy to clipboard operation
soroban-cli copied to clipboard

Add command to dump network config settings in XDR-JSON format

Open leighmcculloch opened this issue 3 months ago • 0 comments
trafficstars

What problem does your feature solve?

Sometimes we need to get the Soroban config settings for the network.

What would you like to see?

A subcommand on the stellar-cli that collects the config settings for the network and outputs them as a JSON file, consistent with the files stored here:

  • https://github.com/stellar/quickstart/tree/main/local/core/etc/config-settings/p23

What alternatives are there?

Stellar-core serves the config via a url on it's admin http endpoint, we will continue to use that as well in some situations, but it would be helpful if the cli offered on its own a way to get all the configs.

leighmcculloch avatar Jul 29 '25 21:07 leighmcculloch