You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
---------
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
Co-authored-by: Alexandre Baldé <alexandre.balde@parity.io>
0 commit comments