Skip to content
New issue

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

Wallet UI shows deleted canisters or #96

Open
chenyan-dfinity opened this issue Jun 8, 2021 · 1 comment
Open

Wallet UI shows deleted canisters or #96

chenyan-dfinity opened this issue Jun 8, 2021 · 1 comment

Comments

@chenyan-dfinity
Copy link

The Wallet UI shows the canisters recently created.

  • If I use dfx canister delete to delete one canister, some other canisters also disappear.
  • If I use icx to call ic.delete_canister, the canister is deleted but it still shows in the wallet UI.

A related question. If I delete a canister that has some left-over cycles, are the cycles get lost or it can be returned to the wallet? It seems dfx canister delete doesn't return the remaining cycles.

@trmaphi
Copy link

trmaphi commented Jul 6, 2024

You can't get deleted canisters, but you can get the create canister events by

dfx canister call <YOUR_WALLET_CANISTER> get_events '(record {from = null; to = null})' --ic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants