We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now, the URL of a specific block looks like this: https://apps.dusk.network/explorer/blocks/block/?id=4b26693aaadc9cd696e778eacea224521dffc8351700a258216510251edaba60
instead of e.g., https://apps.dusk.network/explorer/block/27730
It is not possible to jump to a specific block by setting the URL id to a specific height.
Change the URL to reflect the block height, not the block hash. This makes the URL more usable and shorter.
The text was updated successfully, but these errors were encountered:
Let's discuss with the team and see.
You can use the search bar, it's enough to specify the block height there.
blocks/block/?id=4b26693aaadc9cd696e778eacea224521dffc8351700a258216510251edaba60
I'm not quite sure why the URL is like that. Why not just blocks/4b26693aaadc9cd696e778eacea224521dffc8351700a258216510251edaba60?
blocks/4b26693aaadc9cd696e778eacea224521dffc8351700a258216510251edaba60
cc: @ascartabelli @kieranhall
Sorry, something went wrong.
Not sure either, as this is inherited from the old explorer, but my guess would be to avoid dynamic routes.
Love the idea, here's more examples of other chains doing it this way: https://www.blockchain.com/explorer/blocks/btc/879095 https://solscan.io/block/313771617 https://explorer.aptoslabs.com/block/276749094?network=mainnet https://cardanoscan.io/block/11347315 https://tronscan.org/#/block/68713003 https://polkadot.subscan.io/block/24272580
No branches or pull requests
Summary
Right now, the URL of a specific block looks like this:
https://apps.dusk.network/explorer/blocks/block/?id=4b26693aaadc9cd696e778eacea224521dffc8351700a258216510251edaba60
instead of e.g.,
https://apps.dusk.network/explorer/block/27730
It is not possible to jump to a specific block by setting the URL id to a specific height.
Possible Solution (optional)
Change the URL to reflect the block height, not the block hash. This makes the URL more usable and shorter.
The text was updated successfully, but these errors were encountered: