stellar-core icon indicating copy to clipboard operation
stellar-core copied to clipboard

Provide useful debug information when an invalid soroban settings upgrade is used

Open sisuresh opened this issue 1 year ago • 1 comments

At the moment, dumpProposedSettings returns the message configUpgradeSet is missing or invalid if there's an issue with the proposed settings. The upgrade command also just returns Error setting configUpgradeSet on error. We should instead mention which setting is invalid.

sisuresh avatar Dec 19 '24 17:12 sisuresh

The restoreTx is missing here, which is only hit if you don't use --signtxs with get-settings-upgrade-txs. This should be fixed as well.

sisuresh avatar Jul 25 '25 16:07 sisuresh