block-explorer
block-explorer copied to clipboard
zkSync Era Block Explorer
### π Bug Report #### π Description Same as the parent issue, but function and params for the Transactions page in the "Method" column and within the tx information are...
# What β Fixes a low performing issue with transaction findAll query in public mode. Right now we've temporarily left two similar but not equal queries for prividium and public...
Welcome to [Renovate](https://redirect.github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. π¦ To activate Renovate, merge this Pull Request. To disable...
### π Feature Request #### π Description Implement comprehensive API end-to-end tests for Prividium mode functionality. These tests will validate all major API endpoints and their behavior when Prividium mode...
### π Feature Request #### π Description Implement APP end-to-end tests for Prividium mode functionality. These tests will validate all major APP flows and their expected behavior when Prividium mode...
### π Feature Request #### π Description Rename the computed property 'prividium' to 'isPrividium' in the Prividium Block Explorer component. This change affects the boolean computed property that determines the...
### Continue Discussions #### π Description Why not just save the authroization key on the block explorer side? This way user would not have to keep constant wallet connection and...
### π Feature Request #### π Description The query for filtering transactions in the Prividium and normal Block Explorer should be assessed for possible optimization to improve performance. Currently, the...
### π Feature Request #### π Description Unify the wallet connection code across normal and Prividium use cases in the Block Explorer. This involves consolidating duplicate code and implementing a...
### π Feature Request #### π Description Implement consistent importing of $fetch across the entire codebase by centralizing all imports to come from `@/utils/useFetch.tsx`. #### π€ Rationale Standardizing `$fetch` imports...