-
Notifications
You must be signed in to change notification settings - Fork 973
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a few helper command lines to help schedule and review network settings upgrades #3822
Comments
@anupsdf this issue should be used to track doing upgrades without RPC and the python sdk. |
This issue blocks -
I currently have a WIP branch built on top of rc2.1 that adds a new command line option to stellar-core. It dumps the transactions that need to be submitted to core to do an upgrade. |
@leighmcculloch has released a version of quickstart using the WIP settings PR, so this is no longer a p0 item. The linked PR should still be merged in soon to avoid bitrotting. |
This sounds a little like the quickstart image is using an unreleased version of stellar-core, but to be clear I released a version of quickstart that is using stellar-core v20.0.0-rc.2.2 which was a patch release containing the logic in this PR. The quickstart image is not using an unreleased version of stellar-core. |
Right now we have very little tooling to assist with common tasks related to network settings:
it would require writing custom code using one of the SDKs and query & preflight using soroban-RPC.
We should not have to depend on third party libraries and systems in this particular case (see below for a few reasons).
This will be useful in at least the following places:
Commands to help review proposed network settings.
Commands to help with the creation of proposal of new network settings.
The transaction can then be signed using the
signtx
command.The text was updated successfully, but these errors were encountered: