-
Notifications
You must be signed in to change notification settings - Fork 5
v1.1.0-a #150
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
Conversation
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
|
🚀 Preview: https://pr-150--openscan.netlify.app |
- Change dev server port back to 3030 (vite.config.ts, playwright.config.ts) - Add overrides for @noble/hashes and @noble/curves to fix version conflict - Update package.json scripts to call tools directly (no bun run prefix) - Update all docs to use npm run/start commands while keeping bun install - Update shell scripts to use npm run and correct port 3030
…e-for-fallback-strategy Add RPC badge to fallback strategy in all pages
feat: mobile responsive design (Issue #114)
- Add opensearch.xml for browser search engine integration - Create /search page with multi-network results - Detect search type: address, tx hash, block number, ENS name - ENS names show only Ethereum mainnet - Other searches show all networks (mainnets first) - Add OpenSearch discovery link to index.html - Centered card layout that adjusts to content width Closes #139
- Add on-chain price fetching from DEX pools (Uniswap V2 style) - Display native token price, gas price, and block number - Show latest 5 blocks with transaction counts - Show latest 10 transactions from those blocks - Auto-refresh every 10 seconds - For ETH L2s (Arbitrum, Optimism, Base), fetch ETH price from mainnet - Support multiple networks with configurable price pools Closes #156
- Remove display:block from .hide-mobile and .hide-tablet classes to preserve natural table-cell display for td/th elements - Add white-space:nowrap to table cells to prevent text wrapping
- Add gas used percentage display with amount in tooltip - Add burnt fees calculation (gasUsed * baseFeePerGas) - Fix timestamp parsing to handle both hex and decimal formats - Add days display for older blocks - Add CSS styles for new block details section
- Make network RPC sections collapsible with chevron toggle - Add API Keys section for Infura and Alchemy providers - Auto-add/remove provider RPC URLs when API keys are saved/removed - Show INFURA/ALCHEMY badges on provider RPC tags - Add eye icon toggle to show/hide API key values - Add Clear Cache button for metadata service - Add Clear Site Data button for comprehensive browser data clearing - Reorganize settings into 2x2 grid layout - Fix toast notification positioning with fixed display
feat(settings): improve settings page UX and add API keys management
Delete RELEASE_NOTES_v1.0.0-alpha.md
feat(search): add OpenSearch support and multi-network search page
feat(network): add dashboard with price, stats, and latest blocks/txs
chore: bump version to 1.1.0-alpha
feat: migrate from Node.js/npm to Bun
Priority given to dev branch code over main to preserve: - Mobile responsive navbar with hamburger menu - DevTools page styling and structure - Footer component - Address header component - Blocks and transactions pages
12 tasks
MatiasOS
approved these changes
Jan 20, 2026
fix: resolve merge conflicts for v1.1.0-a release
feat(address): add transaction history search with binary search algorithm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Release v1.1.0-alpha with 51 files changed (+6,838 / -19,997 lines) introducing Bun/Vite migration, mobile responsive design, network dashboard, and transaction search functionality.
New Features
Infrastructure
UI/UX
Documentation
PRs Included