DRAFT
Goal: next iteration of the block explorer
On our explorer (https://testnet.midenscan.com/), we want to have a couple of updates and fixes.
General
Main page (2 changes)
Blocks
Overview tab (2 changes)
Account Updates & Transactions
Accounts
Vault Assets
Code tab (2 changes)
Storage
- There are 255 Storage slots, each a
Word. But usually will be much fewer - e.g., a basic wallet has only 1 storage slot.
- There are key-value maps (StorageMaps). We need to show the leaves and the root of the tree. We should probably show a table (e.g., with 2 columns) with currently populated key-value pairs.
Upload accounts - can be implemented in the future
Note Tags
DRAFT
Goal: next iteration of the block explorer
On our explorer (https://testnet.midenscan.com/), we want to have a couple of updates and fixes.
General
Main page (2 changes)
Blocks
Overview tab (2 changes)
Account Updates & Transactions
Accounts
Vault Assets
Code tab (2 changes)
Storage
Word. But usually will be much fewer - e.g., a basic wallet has only 1 storage slot.Word=[Felt, Felt, Felt, Felt]if we don't know what the value is. For most known account components ("verified contracts") we know how to read that data and we should display it in a human readable form.Upload accounts - can be implemented in the future
*.macfiles. So when I click on a private account, there needs to be an upload button; I then upload my account, and if the account hash matches, all data should be shown as if the account were a public account.Note Tags
TAG. TheTAGis in the note metadata. There should be a separate "Note tags" page where we list all tags and then when we click on a specific tag, we can see all notes which have this tag.