diff --git a/.changeset/chilled-cycles-smell.md b/.changeset/chilled-cycles-smell.md new file mode 100644 index 000000000..a36bfb9e2 --- /dev/null +++ b/.changeset/chilled-cycles-smell.md @@ -0,0 +1,5 @@ +--- +'@celo/celocli': major +--- + +Remove transfer:gold -- this was an old alias for transfer:celo which has the same functionality diff --git a/.changeset/good-trees-reply.md b/.changeset/good-trees-reply.md new file mode 100644 index 000000000..38e111ba9 --- /dev/null +++ b/.changeset/good-trees-reply.md @@ -0,0 +1,6 @@ +--- +'@celo/celocli': major +--- +Remove account:recover-old + +This was meant to be a temporary command for migrating account from a beta version of Valora to the release version. Please use a previous version of celocli if you need to make this one time recovery. \ No newline at end of file diff --git a/docs/command-line-interface/account.md b/docs/command-line-interface/account.md index 7692c5689..c541c5a0e 100644 --- a/docs/command-line-interface/account.md +++ b/docs/command-line-interface/account.md @@ -21,7 +21,6 @@ Manage your account, keys, and metadata * [`celocli account:offchain-read ARG1`](#celocli-accountoffchain-read-arg1) * [`celocli account:offchain-write`](#celocli-accountoffchain-write) * [`celocli account:proof-of-possession`](#celocli-accountproof-of-possession) -* [`celocli account:recover-old`](#celocli-accountrecover-old) * [`celocli account:register`](#celocli-accountregister) * [`celocli account:register-data-encryption-key`](#celocli-accountregister-data-encryption-key) * [`celocli account:register-metadata`](#celocli-accountregister-metadata) @@ -781,74 +780,6 @@ EXAMPLES _See code: [src/commands/account/proof-of-possession.ts](https://github.com/celo-org/developer-tooling/tree/master/packages/cli/src/commands/account/proof-of-possession.ts)_ -## `celocli account:recover-old` - -Recovers the Valora old account and print out the key information. The old Valora app (in a beta state) generated the user address using a seed of 32 bytes, instead of 64 bytes. As the app fixed that, some old accounts were left with some funds. This command allows the user to recover those funds. - -``` -USAGE - $ celocli account:recover-old --mnemonicPath [--gasCurrency - 0x1234567890123456789012345678901234567890] [--globalHelp] [--passphrasePath - ] [--changeIndex ] [--addressIndex ] [--language chinese_simpli - fied|chinese_traditional|english|french|italian|japanese|korean|spanish] - [--derivationPath ] - -FLAGS - --addressIndex= - Choose the address index for the derivation path - - --changeIndex= - Choose the change index for the derivation path - - --derivationPath= - Choose a different derivation Path (Celo's default is "m/44'/52752'/0'"). Use "eth" - as an alias of the Ethereum derivation path ("m/44'/60'/0'"). Recreating the same - account requires knowledge of the mnemonic, passphrase (if any), and the derivation - path - - --gasCurrency=0x1234567890123456789012345678901234567890 - Use a specific gas currency for transaction fees (defaults to CELO if no gas - currency is supplied). It must be a whitelisted token. - - --globalHelp - View all available global flags - - --language=