Skip to content

fix uri argument order#134

Merged
rockbmb merged 4 commits into
mainfrom
oty-fix-arguments
Jun 1, 2026
Merged

fix uri argument order#134
rockbmb merged 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
@rockbmb rockbmb force-pushed the oty-fix-arguments branch 2 times, most recently from d6d52cb to 436ba2e Compare June 1, 2026 17:53
@rockbmb rockbmb force-pushed the oty-fix-arguments branch from 436ba2e to fa18358 Compare June 1, 2026 18:31
@rockbmb rockbmb merged commit 3023cd3 into main Jun 1, 2026
7 checks passed
@rockbmb rockbmb deleted the oty-fix-arguments branch June 1, 2026 19:05
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