-
Notifications
You must be signed in to change notification settings - Fork 40
feat(explorer): phase 2 enhancements #1527
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
Merged
Merged
Changes from 22 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
d8db6e3
fix: replace edge middleware with route handler for explorer API proxy
danieljrc888 70d96b4
feat: enhance explorer with value formatting, search, syntax highligh…
danieljrc888 fe48614
revert: remove route handler, restore middleware from PR #1522
danieljrc888 9870d93
fix: address PR review feedback
danieljrc888 6fa96f3
fix: address remaining PR review comments
danieljrc888 38a7103
feat(simulator): allow disconnecting external wallets
danieljrc888 7552b8a
feat(explorer): add unified address page with contract/validator/acco…
danieljrc888 b501a70
feat(explorer): enhance dashboard with TPS stat and 14-day volume chart
danieljrc888 f9902e8
feat(explorer): replace status dropdown with tab-based transaction fi…
danieljrc888 3955ee8
feat(explorer): enhance global search with validators and quick links
danieljrc888 a786a8f
refactor(explorer): remove PATCH/DELETE tx endpoints, rename /state t…
danieljrc888 b3f6672
test(explorer): add comprehensive tests for explorer query layer
danieljrc888 c3b2a00
refactor(explorer): move transaction journey from monitoring to overv…
danieljrc888 b7cfaee
fix(explorer): move transaction journey to bottom of overview tab
danieljrc888 4f6c2e9
fix(explorer): fill 14-day volume chart with zeros up to current date
danieljrc888 487cdf6
perf(explorer): convert pages to server components and optimize data …
danieljrc888 a763a5e
fix(explorer): disable server-side caching to prevent stale data
danieljrc888 357267e
fix(explorer): address PR review comments
danieljrc888 1294237
Merge remote-tracking branch 'origin/main' into feat/explorer-phase2-…
danieljrc888 4c96c2c
style: format Python files with Black
danieljrc888 cbb111e
perf(explorer): render dashboard sections async with Suspense streaming
danieljrc888 3733326
fix(explorer): pass icon names as strings to avoid Server→Client seri…
danieljrc888 5c634c7
Merge remote-tracking branch 'origin/main' into feat/explorer-phase2-…
danieljrc888 b1926f7
feat(explorer): rebrand header with GenLayer logo and Switzer font
danieljrc888 49ca18b
feat(explorer): migrate middleware to proxy convention
danieljrc888 9252af7
fix(explorer): resolve SSR hydration and undefined property errors
danieljrc888 7cafc87
feat(explorer): add calldata decoding and InputDataPanel for transact…
danieljrc888 170abf1
feat(explorer): add Method column to transaction tables
danieljrc888 2973015
feat(explorer): add Code/Read/Write Contract tabs using genlayer-js SDK
danieljrc888 f27268a
fix(explorer): address PR review issues
danieljrc888 2ac4a9d
refactor(explorer): extract reusable hooks for SRP and DRY
danieljrc888 355e1f0
refactor(explorer): extract AddressDisplay component to eliminate dup…
danieljrc888 f752eb4
refactor(explorer): split MonitoringTab into focused sub-components
danieljrc888 20c25a7
refactor(explorer): extract MethodForm and StatItem as shared components
danieljrc888 f3896e2
Revert "feat(simulator): allow disconnecting external wallets"
danieljrc888 3477d76
Merge branch 'main' into feat/explorer-phase2-enhancements
cristiam86 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.