linera-protocol
linera-protocol copied to clipboard
Remove 2 deprecated CLI options of `linera wallet init`
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 in cli_wrapper.
This should be easy but
- e2e tests need to be upgraded (mostly simplified)
- We need to decide what to do with
print_peg_certificate_hash
good
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.
I realized we already don't sync automatically on wallet initialization anymore.
I'll remove the info message for now and created https://github.com/linera-io/linera-protocol/issues/3909.