We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
linera wallet init
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
Remove 2 CLI options of linera wallet init:
--with-new-chain
linera wallet request-chain
--with-other-chains
linera wallet follow-chain
Also remove the FaucetOptions in cli_wrapper.
FaucetOptions
cli_wrapper
This should be easy but
print_peg_certificate_hash
The text was updated successfully, but these errors were encountered:
We need to decide what to do with print_peg_certificate_hash
Maybe linera wallet init should just always synchronize the admin chain, and print its latest hash.
Sorry, something went wrong.
I realized we already don't sync automatically on wallet initialization anymore.
I'll remove the info message for now and created #3909.
ad89e29
afck
Successfully merging a pull request may close this issue.
Remove 2 CLI options of
linera wallet init
:--with-new-chain
(people should uselinera wallet request-chain
)--with-other-chains
(people should uselinera wallet follow-chain
)Also remove the
FaucetOptions
incli_wrapper
.This should be easy but
print_peg_certificate_hash
The text was updated successfully, but these errors were encountered: