Skip to content
New issue

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

feat: block detail page support node-connect mode #390

Merged
merged 3 commits into from
Jul 2, 2024

Conversation

PainterPuppets
Copy link

Copy link

vercel bot commented Jun 26, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ckb-explorer-frontend-in-magickbase-repo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 30, 2024 4:59am

@FrederLu
Copy link

FrederLu commented Jun 28, 2024

Home page:
image

Block list:
image

Block detail page:
image

Compared with the latest block on the home page, when opening Node, it is found that Block detail page and Block list have not updated data. If Block detail page updates data, Block Height data should be updated, and the button on the right can switch to the latest block height data.

@PainterPuppets
Copy link
Author

Home page: image

Block list: image

Block detail page: image

Compared with the latest block on the home page, when opening Node, it is found that Block detail page and Block list have not updated data. If Block detail page updates data, Block Height data should be updated, and the button on the right can switch to the latest block height data.

  1. There is no way to sort the block on node rpc, just can only fetch the lastest few blocks, so the block list page doesn't use the node data.

  2. block detail page: fixed

@Keith-CY Keith-CY merged commit b1a1a08 into Magickbase:develop Jul 2, 2024
3 checks passed
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.

Support node-connection mode
3 participants