forked from blockscout/frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Sync upstream #12
Closed
Closed
Sync upstream #12
Conversation
This file contains 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
Dapps security score
Upgrade `dappscout-iframe`
Add support of ERC-404 type
* abort all requests for external resources and single mock for text ad * render and mockApiResponse fixtures * move fixtures into separate files * rewrite Blocks test * refactor mockApiResponse signature * test with auth * rewrite test with other API domains * fix test * separate script for installing deps in pw docker
* Numbers over 16(?) digits are rounded in contract method fields Fixes #1750 * Update values.yaml.gotmpl Changed public rpc to Sepolia * Set NEXT_PUBLIC_NETWORK_ID --------- Co-authored-by: Yan Vaskov <72267126+yvaskov@users.noreply.github.com>
* color theme settings * address icon settings * update tests * add images to the address icon settings * update styles * more fixes
* add counter metric and logger for bot request * add script for grafana local instance * add log endpoint * add ENV to enable monitoring * [skip ci] change metric labels and add telegram bot * [skip ci] remove 404 from /metrics route
add 404 tokens to watchlist
* update blob icon * fix tags on token transfer * update address tx filter styles * page padding fixes * update twitter icon * updat screenshots * fix test * update back arrow color in the modals * update solidityscan text * update stats widget bg color
…nv (#1783) * add base api path env variables for stats and visualize api * add tests and schema * lint fixes
Fix error with addresses Co-authored-by: NahuelNoves <Nahuel@noves.fi>
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.
Description and Related Issue(s)
[Provide a brief description of the changes or enhancements introduced by this pull request and explain motivation behind them. Cite any related issue(s) or bug(s) that it addresses using the format
Fixes #123
orResolves #456
.]Proposed Changes
[Specify the changes or additions made in this pull request. Please mention if any changes were made to the ENV variables]
Breaking or Incompatible Changes
[Describe any breaking or incompatible changes introduced by this pull request. Specify how users might need to modify their code or configurations to accommodate these changes.]
Additional Information
[Include any additional information, context, or screenshots that may be helpful for reviewers.]
Checklist for PR author