Enhance block view on milestone payload
As a developer, I want to investigate what a particular milestone confirmed, so I can reach the confirmed transactions and other blocks from it and also check whether it is the expected state.
The milestone summary page should work similarly how block pages work in traditional blockchains: show a summary of what has been confirmed etc. In practice this means the following:
- High level information about the milestone such as: index and timestamp
- A link to the block containing the milestone (in order to access the milestone's field data)
- A list of referenced blocks
- A list of confirmed and conflicting transactions
This needs the chronicle API stats per milestone right ?
@luca-moser First two points don't make sense because you are already on a block page with milestone payload, so you should see that info.
Last two points, we need some API that returns the blockIDs of the "past cone" per milestone, right ?
The list of blocks (and list of transactions) will be on the MilestonePayload page (preferably inside tabs), and we need to be able to link to that target.