dfinity / sdk

IC SDK: a Software Development Kit for creating and managing canister smart contracts on the ICP blockchain.
https://internetcomputer.org/developers
Apache License 2.0
171 stars 82 forks source link

set-wallet not working #3025

Open letmejustputthishere opened 1 year ago

letmejustputthishere commented 1 year ago

I tried the following:

  1. dfx wallet --network ic set-name default
  2. dfx wallet --network ic get-wallet

I expected to see this happen: wallet name is set

Instead, this happened: Error that name hasnt been set

Meta

dfx --version:

0.13.1
Further log output

``` ```

sesi200 commented 1 year ago

I assume you're referring to dfx wallet name in your second command since get-wallet is an operation on dfx identity.

Wallet names don't work at all in their current state. I'm not sure if we plan on picking that feature back up, but I'm tracking it internally as well.

Tracked internally under SDK-1031.

letmejustputthishere commented 1 year ago

I assume you're referring to dfx wallet name in your second command since get-wallet is an operation on dfx identity.

yes, sorry

letmejustputthishere commented 1 year ago

if they don't work, can we hide them?