Skip to content

Conversation

@stanlou
Copy link
Collaborator

@stanlou stanlou commented Feb 1, 2026

Summary

Changes

  • Search by height only when input is numeric and <= current max height; otherwise treat as hash.
  • Add blocks view under dashboard and link block hashes to block detail page.
  • Update blocks tx table status: use the same success tick as tx detail page, show red “x” for failures, and merge status message into the same column.
  • Make dashboard title and slogan configurable.

@stanlou stanlou self-assigned this Feb 1, 2026
@stanlou stanlou requested a review from rpanic February 1, 2026 16:09
return;
}
useEffect(() => {
const fetchMaxHeight = async () => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How often is this updated?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At the moment, it’s updated only on refresh. We could add a polling mechanism here, possibly extending it to other lists like blocks and transactions... ,does that make sense?

@@ -0,0 +1,10 @@
-- CreateTable
CREATE TABLE "TransactionPriority" (
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wait - do you have to also have this in the indexer? This is only used by the sequencer's mempool and nowhere else, and the foreign key structure should allow us to omit this in the indexer

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's used by pushUserTransaction which is executed during transaction indexing.

@rpanic rpanic linked an issue Feb 2, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Explorer improvements/follow-up

3 participants