forked from blockscout/blockscout
-
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
update blockscout for gemini-3h with latest upstream changes #14
Merged
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
…_yarn/apps/block_scout_web/assets/css-loader-6.9.1 Bump css-loader from 6.9.0 to 6.9.1 in /apps/block_scout_web/assets
Bumps [css-minimizer-webpack-plugin](https://github.com/webpack-contrib/css-minimizer-webpack-plugin) from 5.0.1 to 6.0.0. - [Release notes](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/releases) - [Changelog](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](webpack-contrib/css-minimizer-webpack-plugin@v5.0.1...v6.0.0) --- updated-dependencies: - dependency-name: css-minimizer-webpack-plugin dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.16 to 10.4.17. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](postcss/autoprefixer@10.4.16...10.4.17) --- updated-dependencies: - dependency-name: autoprefixer dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…_yarn/apps/block_scout_web/assets/css-minimizer-webpack-plugin-6.0.0 Bump css-minimizer-webpack-plugin from 5.0.1 to 6.0.0 in /apps/block_scout_web/assets
…_yarn/apps/block_scout_web/assets/autoprefixer-10.4.17 Bump autoprefixer from 10.4.16 to 10.4.17 in /apps/block_scout_web/assets
* Define shibarium_bridge table * Add ShibariumBridgeOperations runner * Add init for Indexer.Fetcher.Shibarium.L1 * Draft for Indexer.Fetcher.Shibarium.L1 * mix format for Indexer.Fetcher.Shibarium.L1 * Fix Indexer.Fetcher.Shibarium.L1 * Refactor Indexer.Fetcher.Shibarium.L1 * Add draft (incomplete) for Indexer.Fetcher.Shibarium.L2 * Extend draft (incomplete) for Indexer.Fetcher.Shibarium.L2 * Extend draft (incomplete) for Indexer.Fetcher.Shibarium.L2 * Complete unrefactored Indexer.Fetcher.Shibarium.L2 * Improve Indexer.Fetcher.Shibarium.L2 * Prepare Indexer.Fetcher.Shibarium.L2 for transformer * Add unrefactored Indexer.Transform.Shibarium.Bridge * Small refactoring of Shibarium modules * Refactoring * Add API v2 for Shibarium Deposits and Withdrawals * Small fixes * Update changelog * Fixes and refactoring * Partially add specs and docs * Partially add specs and docs * Log topic type changed to bytea * Small improvements * Cache deposits and withdrawals counters for Shibarium * Fixes for credo * Fixes for Chain.import related to CHAIN_TYPE * Reset GA cache * Small refactoring * Update mix.exs * Remove unnecessary credo ignore --------- Co-authored-by: POA <[email protected]> Co-authored-by: Viktor Baranov <[email protected]>
* Fix log decoding bug * Add regression test * Process review comment
* Fetch token image from CoinGecko * Process reviewer comments * Remove fetch_image function
* Enhanced unfetched token balances index * Change token_type to id in the index
* Add /api/v2/utils/decode-calldata endpoint * Process review comment * Update apps/block_scout_web/lib/block_scout_web/controllers/api/v2/utils_controller.ex Co-authored-by: Maxim Filonov <[email protected]> --------- Co-authored-by: Maxim Filonov <[email protected]>
* Fix Internal Server Error on request for nonexistent token instance * Add spec and doc
* Fix pending transactions sanitizer * Add block consensus filters to list_transactions and list_token_transfers
…lockscout#9120) * Add GET and POST /api/v2/smart-contracts/:address_hash/audit-reports * Add envs to .env file * Rename envs * Process reviewer's comments * Handle null envs
…t-trace-for-pending-trans Don't fetch first trace for pending transactions
…url-trace-block-by-number Add `debug_traceBlockByNumber` to `method_to_url`
Change bens address search to get_address func
Fix quick search bug
Filecoin JSON RPC variant
DaMandal0rian
force-pushed
the
muhammad/blockscout
branch
from
February 22, 2024 22:47
c68b47c
to
0bce204
Compare
remove old files
DaMandal0rian
force-pushed
the
muhammad/blockscout
branch
from
February 22, 2024 22:48
0bce204
to
5cbf339
Compare
DaMandal0rian
force-pushed
the
muhammad/blockscout
branch
from
February 22, 2024 23:06
5cbf339
to
b1626cd
Compare
DaMandal0rian
changed the title
Muhammad/blockscout
update blockscout for gemini-3h with latest upstream changes
Feb 23, 2024
4 tasks
DaMandal0rian
force-pushed
the
muhammad/blockscout
branch
from
February 27, 2024 04:57
2fb817f
to
4219c8e
Compare
dnoishi
approved these changes
Feb 27, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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.
closes autonomys/infra#256
This PR upgrades blockscout with latest upstream changes making it compatible with our custom changes.