Norton Wang
Norton Wang
Create a new table or page showing a count of neurons broken down like this: | | Dissolving | Non-dissolving | | --- | --- | --- | |
https://twitter.com/CoolPineapple18/status/1458042456444973065
Some canister function queries return candid errors: Sometimes, re-querying will return valid results.
Similar to Etherscan's contract page, we should have a tab menu to display each of [these components](https://github.com/ic-rocks/ic-rocks/blob/main/pages/principal/[principalId].tsx#L266-L300), as we will likely continue to add more components to this page.
#25 will give us token transaction history, but we still need a table that shows current ownership. We should also display asset previews if possible. | Token ID | Preview...
https://medium.com/cap-ois/announcing-cap-asset-history-on-the-internet-computer-a6788283c8f3
The [blackhole canister](https://ic.rocks/principal/e3mmv-5qaaa-aaaah-aadma-cai) can be set as controller to "give up" control. We should give a special label to these blackholed canisters, perhaps in the canister details header.
Right now, we are running syncing all canisters for all subnets sequentially. We can improve this and sync 5-10 subnets in parallel, in order to have fresher data.
Plug is not supported since our custom API authentication uses the `identity` to [sign](https://github.com/ic-rocks/ic-rocks/blob/main/components/Nav/Dropdown.tsx#L27) a message, which Plug does not support yet. When Plug adds arbitrary signatures, it should added...
The current ICP mint and burn charts show absolute changes. We should have a chart showing inflation (mints - burns) that show both absolute numbers and the % change to...