Norton Wang

Results 14 issues of Norton Wang

Create a new table or page showing a count of neurons broken down like this: | | Dissolving | Non-dissolving | | --- | --- | --- | |

enhancement

https://twitter.com/CoolPineapple18/status/1458042456444973065

enhancement
good first issue

Some canister function queries return candid errors: Sometimes, re-querying will return valid results.

bug
good first issue

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.

technical-debt

#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...

enhancement

https://medium.com/cap-ois/announcing-cap-asset-history-on-the-internet-computer-a6788283c8f3

enhancement

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.

enhancement
good first issue

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.

enhancement

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...

enhancement

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...

enhancement