Skip to content

fix uri argument order#134

Open
ggwpez wants to merge 4 commits into
mainfrom
oty-fix-arguments
Open

fix uri argument order#134
ggwpez wants to merge 4 commits into
mainfrom
oty-fix-arguments

Conversation

@ggwpez
Copy link
Copy Markdown
Member

@ggwpez ggwpez commented Feb 4, 2026

This one stopped working:
try-runtime create-snapshot --uri wss://westend-asset-hub-rpc.polkadot.io:443 ah-westend.snap
and instead it was necessary to do this:
try-runtime create-snapshot ah-westend.snap --uri wss://westend-asset-hub-rpc.polkadot.io:443

The 1.. args of the uri argument would conflict with the index = 1 or the snapshot path. I changed it now to require comma separation for uris, like --uri URI1,URI2,URI3

Any better ideas?

@rockbmb rockbmb added bug Something isn't working enhancement New feature or request rust Pull requests that update rust code labels May 31, 2026
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
@rockbmb rockbmb force-pushed the oty-fix-arguments branch from 01e1281 to ea837b6 Compare May 31, 2026 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working enhancement New feature or request rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants