Skip to content
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

Upstream merge #6

Merged
merged 93 commits into from
May 1, 2024
Merged

Upstream merge #6

merged 93 commits into from
May 1, 2024

Commits on Apr 2, 2024

  1. chore: Bump webpack in /apps/block_scout_web/assets (#9787)

    Bumps [webpack](https://github.com/webpack/webpack) from 5.90.3 to 5.91.0.
    - [Release notes](https://github.com/webpack/webpack/releases)
    - [Commits](webpack/webpack@v5.90.3...v5.91.0)
    
    ---
    updated-dependencies:
    - dependency-name: webpack
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    28465cb View commit details
    Browse the repository at this point in the history
  2. chore: Bump @babel/core in /apps/block_scout_web/assets (#9782)

    Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.24.0 to 7.24.3.
    - [Release notes](https://github.com/babel/babel/releases)
    - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/babel/babel/commits/v7.24.3/packages/babel-core)
    
    ---
    updated-dependencies:
    - dependency-name: "@babel/core"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    ef9f435 View commit details
    Browse the repository at this point in the history
  3. feat: GraphQL management env vars (#9751)

    * feat: GraphQL management env vars
    
    * Process review comment
    vbaranov authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    3cad599 View commit details
    Browse the repository at this point in the history
  4. feat: Support the 2nd version of L2<->L1 Polygon zkEVM Bridge (#9637)

    * Add support for Polygon zkEVM bridge v2 (draft version)
    
    * Refactoring for mix credo
    
    * Fix config/runtime.exs
    
    * Support arbitrary network ids
    
    * Additional env variables
    
    * Fixes for the bridge
    
    * Update changelog
    
    * Fix spelling
    
    * mix format
    
    * Sanitize token decimals in zkevm and tx action modules
    
    * Small refactoring
    
    * Update spelling
    
    ---------
    
    Co-authored-by: POA <33550681+poa@users.noreply.github.com>
    varasev and varasev authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    97fccb1 View commit details
    Browse the repository at this point in the history
  5. chore: Bump sass from 1.71.1 to 1.72.0 in /apps/block_scout_web/assets (

    #9780)
    
    Bumps [sass](https://github.com/sass/dart-sass) from 1.71.1 to 1.72.0.
    - [Release notes](https://github.com/sass/dart-sass/releases)
    - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
    - [Commits](sass/dart-sass@1.71.1...1.72.0)
    
    ---
    updated-dependencies:
    - dependency-name: sass
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    c712902 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bfe9e49 View commit details
    Browse the repository at this point in the history
  7. chore: Bump autoprefixer in /apps/block_scout_web/assets (#9786)

    Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.18 to 10.4.19.
    - [Release notes](https://github.com/postcss/autoprefixer/releases)
    - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
    - [Commits](postcss/autoprefixer@10.4.18...10.4.19)
    
    ---
    updated-dependencies:
    - dependency-name: autoprefixer
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    02ed85c View commit details
    Browse the repository at this point in the history
  8. fix: Update token's holder_count in the db from ETS module (#9623)

    * fix: Update holder_count n db from ETS module
    
    * Update apps/explorer/lib/explorer/chain/token.ex
    
    Co-authored-by: Maxim Filonov <53992153+sl1depengwyn@users.noreply.github.com>
    
    * Update apps/explorer/lib/explorer/counters/token_holders_counter.ex
    
    Co-authored-by: nikitosing <32202610+nikitosing@users.noreply.github.com>
    
    * update token holders cache in async mode
    
    * Fixing tests
    
    ---------
    
    Co-authored-by: Maxim Filonov <53992153+sl1depengwyn@users.noreply.github.com>
    Co-authored-by: nikitosing <32202610+nikitosing@users.noreply.github.com>
    3 people authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    8f2c0e5 View commit details
    Browse the repository at this point in the history
  9. feat: Add /api/v2/tokens/:address_hash_param/holders/csv endpoint (#9722

    )
    
    * feat: Add /api/v2/tokens/:address_hash_param/holders/csv endpoint
    
    * Remove divide_decimals/2 in BlockScoutWeb.CurrencyHelper
    nikitosing authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    e830e45 View commit details
    Browse the repository at this point in the history
  10. fix: Add block range check into OP Withdrawals fetcher (#9770)

    * fix: Add block range check into OP Withdrawals fetcher
    
    * Refactor
    
    * Add the same check for Polygon Edge
    
    * Fix spec for fill_block_range function
    
    ---------
    
    Co-authored-by: POA <33550681+poa@users.noreply.github.com>
    varasev and varasev authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    4dc4931 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    980b102 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0040956 View commit details
    Browse the repository at this point in the history
  13. feat: Contract code on-demand fetcher (#9708)

    * Contract code on-demand fetcher
    
    * Review comments #1
    
    * Review comments #2: ignore addresses with nonce
    
    * Review comments 3: fix threshold calculation
    
    * Refine trigger_fetch function
    
    * Skip updating retries number in case of failed eth_getCode response
    vbaranov authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    25039ca View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    99a0e56 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. feat: Allow for custom base_url for fetching prices (#9679)

    * update env for new coingecko
    
    * fix(cmc env) - add cmc to env
    
    * nit(add changelog)
    
    * fix(base_url override) fix comments
    
    * fix(changelog) remove changelog changes
    mergd authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    ea97da9 View commit details
    Browse the repository at this point in the history
  2. ci: rework chain type matrix in CI runs (#9704)

    * ci: remove polygon edge and suave from CI runs
    
    * ci: run chain type workflows based on pr labels
    
    * chore: keep suave and polygon_edge as optional
    
    * ci: update matrix selection logic
    
    * ci: re-run ci if PR is relabeled
    
    * ci: fix default chain type
    
    * ci: refactor default chain types
    k1rill-fedoseev authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    92ac44c View commit details
    Browse the repository at this point in the history
  3. feat: internal txs fetching for Arbitrum (#9737)

    * Arbitrum internal transactions fetching support
    
    * Remove arbitrum JSON RPC variant
    
    * CHAIN_TYPE=arbitrum
    
    * Add indexer test
    
    * Update apps/explorer/lib/explorer/chain/internal_transaction/call_type.ex
    
    Co-authored-by: Kirill Fedoseev <kirill@blockscout.com>
    
    * Update apps/explorer/lib/explorer/chain/internal_transaction/type.ex
    
    Co-authored-by: Kirill Fedoseev <kirill@blockscout.com>
    
    * Process review comments
    
    ---------
    
    Co-authored-by: Kirill Fedoseev <kirill@blockscout.com>
    vbaranov and k1rill-fedoseev authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    1671966 View commit details
    Browse the repository at this point in the history
  4. fix: Replace tx gas_price with effectiveGasPrice from receipt (#9733)

    * fix: Replace tx gas_price with effectiveGasPrice from receipt
    
    * Fix format
    nikitosing authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    40caa18 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b4f2e1 View commit details
    Browse the repository at this point in the history
  6. feat: Add rate limits to graphQL API (#9771)

    * feat: Add rate limits to graphQL API
    
    * Fix tests
    
    * Process review comments
    
    * Update common-blockscout.env
    nikitosing authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    0f153fa View commit details
    Browse the repository at this point in the history
  7. feat: Support verifier alliance and eth-bytecode-db v1.7.0 changes (#…

    …9724)
    
    * feat: Support verifier alliance and eth-bytecode-db v1.7.0 changes
    
    * Fix bug and tests
    
    * Add tests
    
    * Process review comments
    nikitosing authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    36df683 View commit details
    Browse the repository at this point in the history
  8. feat: Integrate Metadata microservice (#9706)

    * feat: Integrate Metadata microservice
    
    * Fix formatting
    nikitosing authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    45fa2aa View commit details
    Browse the repository at this point in the history
  9. feat: Add /api/v2/blocks/{hash_or_number}/internal-transactions endpo…

    …int (#9668)
    
    * Add /api/v2/blocks/{hash_or_number}/internal-transactions endpoint
    
    * Fix tests
    
    * Fix tests
    
    * Add tests
    
    * Changelog
    
    * Revert CHANGELOG.md
    
    * Process review comment
    
    * Fix credo
    nikitosing authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    61375ae View commit details
    Browse the repository at this point in the history
  10. 6.4.0

    vbaranov committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    1f8b2f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    649bf71 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    vbaranov committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    c86a0d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7e7ce5 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG

    vbaranov committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    b3cd448 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac3d00a View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. chore: Bump plug_cowboy from 2.7.0 to 2.7.1 (#9844)

    Bumps [plug_cowboy](https://github.com/elixir-plug/plug_cowboy) from 2.7.0 to 2.7.1.
    - [Changelog](https://github.com/elixir-plug/plug_cowboy/blob/master/CHANGELOG.md)
    - [Commits](elixir-plug/plug_cowboy@v2.7.0...v2.7.1)
    
    ---
    updated-dependencies:
    - dependency-name: plug_cowboy
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    fb53095 View commit details
    Browse the repository at this point in the history
  2. chore: Bump absinthe_phoenix from 2.0.2 to 2.0.3 (#9840)

    Bumps [absinthe_phoenix](https://github.com/absinthe-graphql/absinthe_phoenix) from 2.0.2 to 2.0.3.
    - [Changelog](https://github.com/absinthe-graphql/absinthe_phoenix/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/absinthe-graphql/absinthe_phoenix/commits)
    
    ---
    updated-dependencies:
    - dependency-name: absinthe_phoenix
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    b40cbb9 View commit details
    Browse the repository at this point in the history
  3. chore: Bump number from 1.0.4 to 1.0.5 (#9843)

    Bumps [number](https://github.com/danielberkompas/number) from 1.0.4 to 1.0.5.
    - [Changelog](https://github.com/danielberkompas/number/blob/master/CHANGELOG.md)
    - [Commits](danielberkompas/number@v1.0.4...v1.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: number
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    1cada03 View commit details
    Browse the repository at this point in the history
  4. chore: Bump junit_formatter from 3.3.1 to 3.4.0 (#9842)

    Bumps [junit_formatter](https://github.com/victorolinasc/junit-formatter) from 3.3.1 to 3.4.0.
    - [Release notes](https://github.com/victorolinasc/junit-formatter/releases)
    - [Changelog](https://github.com/victorolinasc/junit-formatter/blob/master/CHANGELOG.md)
    - [Commits](victorolinasc/junit-formatter@v3.3.1...v3.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: junit_formatter
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    c15c3e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a3edd19 View commit details
    Browse the repository at this point in the history
  6. feat: Allow the use of Coingecko demo account (#9835)

    Co-authored-by: GimluCom <>
    GimluCom authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    2da7dce View commit details
    Browse the repository at this point in the history
  7. chore: Bump ex_abi from 0.7.1 to 0.7.2 (#9841)

    Bumps [ex_abi](https://github.com/poanetwork/ex_abi) from 0.7.1 to 0.7.2.
    - [Release notes](https://github.com/poanetwork/ex_abi/releases)
    - [Changelog](https://github.com/poanetwork/ex_abi/blob/master/CHANGELOG.md)
    - [Commits](poanetwork/ex_abi@0.7.1...0.7.2)
    
    ---
    updated-dependencies:
    - dependency-name: ex_abi
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    126b19b View commit details
    Browse the repository at this point in the history
  8. chore: fix some typos in conments (#9838)

    Signed-off-by: wanshuangcheng <wanshuangcheng@outlook.com>
    wanshuangcheng authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    577254f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a2079c4 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    49a4523 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0152f79 View commit details
    Browse the repository at this point in the history
  3. fix: Disable BlockReward fetcher for unsupported variants (#9859)

    * fix: Disable BlockReward fetcher for unsupported variants
    
    * Update Application envs
    
    * process review comment
    nikitosing authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    19090b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6006a30 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc505f7 View commit details
    Browse the repository at this point in the history
  6. chore: move has_methods_* fields to /smart-contracts endpoint res…

    …ponse (#9599)
    
    * chore: move `methods`-related fields to `/api/v2/smart-contracts/{address_hash}` endpoint response`
    
    * fix: add custom abi predicate fields to unverified contract response
    
    * refactor: do not put not necessary `conn`
    
    * chore: add RPC-call expectations in tests
    fedor-ivn authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    5755e46 View commit details
    Browse the repository at this point in the history
  7. fix: Correct processing of sized array to view in API v2 (#9854)

    * Fix sized array read
    
    * Rewrite render_json to correctly process tuple types
    
    * Cover with regression test
    vbaranov authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    0202715 View commit details
    Browse the repository at this point in the history
  8. fix: handle transactions with gas_price set to nil in `transactio…

    …n_revert_reason/2` (#9647)
    
    * refactor: use `Wei.hex_format` for `gas`
    
    * fix: handle `nil` values in `Wei.hex_format`
    
    * chore: change `@spec` of `hex_format` function to allow `nil` as input value
    fedor-ivn authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    b605d0c View commit details
    Browse the repository at this point in the history
  9. chore: Bump ex_cldr_units from 3.16.4 to 3.16.5 (#9884)

    Bumps [ex_cldr_units](https://github.com/elixir-cldr/cldr_units) from 3.16.4 to 3.16.5.
    - [Release notes](https://github.com/elixir-cldr/cldr_units/releases)
    - [Changelog](https://github.com/elixir-cldr/cldr_units/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/elixir-cldr/cldr_units/commits)
    
    ---
    updated-dependencies:
    - dependency-name: ex_cldr_units
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    619062d View commit details
    Browse the repository at this point in the history
  10. chore: Bump ex_secp256k1 from 0.7.2 to 0.7.3 (#9888)

    Bumps [ex_secp256k1](https://github.com/ayrat555/ex_secp256k1) from 0.7.2 to 0.7.3.
    - [Release notes](https://github.com/ayrat555/ex_secp256k1/releases)
    - [Changelog](https://github.com/ayrat555/ex_secp256k1/blob/master/CHANGELOG.md)
    - [Commits](ayrat555/ex_secp256k1@v0.7.2...v0.7.3)
    
    ---
    updated-dependencies:
    - dependency-name: ex_secp256k1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    e7d31cf View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. chore: Bump cloak_ecto from 1.2.0 to 1.3.0 (#9890)

    Bumps [cloak_ecto](https://github.com/danielberkompas/cloak_ecto) from 1.2.0 to 1.3.0.
    - [Release notes](https://github.com/danielberkompas/cloak_ecto/releases)
    - [Changelog](https://github.com/danielberkompas/cloak_ecto/blob/master/CHANGELOG.md)
    - [Commits](danielberkompas/cloak_ecto@v1.2.0...v1.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: cloak_ecto
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    bc98637 View commit details
    Browse the repository at this point in the history
  2. chore: Bump logger_file_backend from 0.0.13 to 0.0.14 (#9885)

    Bumps [logger_file_backend](https://github.com/onkel-dirtus/logger_file_backend) from 0.0.13 to 0.0.14.
    - [Changelog](https://github.com/onkel-dirtus/logger_file_backend/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/onkel-dirtus/logger_file_backend/commits/v0.0.14)
    
    ---
    updated-dependencies:
    - dependency-name: logger_file_backend
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    b2b8f98 View commit details
    Browse the repository at this point in the history
  3. chore: Bump tesla from 1.8.0 to 1.9.0 (#9886)

    Bumps [tesla](https://github.com/teamon/tesla) from 1.8.0 to 1.9.0.
    - [Release notes](https://github.com/teamon/tesla/releases)
    - [Commits](elixir-tesla/tesla@v1.8.0...v1.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: tesla
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    592cb2e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7077ec5 View commit details
    Browse the repository at this point in the history
  5. fix: Refactor catchup rudimentaries + fix graceful shutdown (#9729)

    * fix: Refactor catchup rudimentaries + fix graceful shutdown
    
    * Add INDEXER_GRACEFUL_SHUTDOWN_PERIOD env var + docs
    Qwerty5Uiop authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    09fc661 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aed355a View commit details
    Browse the repository at this point in the history
  7. chore: Bump ex_doc from 0.31.2 to 0.32.1 (#9889)

    Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.31.2 to 0.32.1.
    - [Release notes](https://github.com/elixir-lang/ex_doc/releases)
    - [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md)
    - [Commits](elixir-lang/ex_doc@v0.31.2...v0.32.1)
    
    ---
    updated-dependencies:
    - dependency-name: ex_doc
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Victor Baranov <baranov.viktor.27@gmail.com>
    dependabot[bot] and vbaranov authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    8d2a0f0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a905030 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    58c1915 View commit details
    Browse the repository at this point in the history
  2. Zerion API proxy (#9896)

    * Zerion API proxy
    
    * Add envs to common-blockscout.env
    
    * Change proxy endpoint path
    vbaranov authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    ac2ff46 View commit details
    Browse the repository at this point in the history
  3. IPFS gateway URL extra params (#9898)

    * IPFS gateway URL authentication params
    
    * Fix cspell
    
    * Fix explorer tests
    
    * Add IPFS gateway URL custom header support
    
    * Parse cataloged value of IPFS_GATEWAY_URL_PARAM_LOCATION
    
    * Update apps/indexer/lib/indexer/fetcher/token_instance/metadata_retriever.ex
    
    Co-authored-by: Qwerty5Uiop <105209995+Qwerty5Uiop@users.noreply.github.com>
    
    * Update apps/indexer/lib/indexer/fetcher/token_instance/metadata_retriever.ex
    
    Co-authored-by: Qwerty5Uiop <105209995+Qwerty5Uiop@users.noreply.github.com>
    
    * Process review comments
    
    * Return exit(:shutdown)
    
    ---------
    
    Co-authored-by: Qwerty5Uiop <105209995+Qwerty5Uiop@users.noreply.github.com>
    vbaranov and Qwerty5Uiop authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    9e64ff8 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    4d0a027 View commit details
    Browse the repository at this point in the history
  2. chore: fix some typos in comments (#9900)

    Signed-off-by: TechVest <techdashen@qq.com>
    TechVest authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    279bbe4 View commit details
    Browse the repository at this point in the history
  3. feat: Return number of days in address's coin-balance-history-by-day …

    …API v2 endpoint (#9806)
    
    * Return days in coin-balance-history-by-day API v2 endpoint
    
    * Actualize test
    vbaranov authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    3f4b1ee View commit details
    Browse the repository at this point in the history
  4. feat: Support Optimism Fault Proofs (#9892)

    * Add game_index field to op_withdrawal_events db table
    
    * Draft for dispute games indexer
    
    * Add extra data indexing into Indexer.Fetcher.Optimism.DisputeGame
    
    * Add game statuses fetching into Indexer.Fetcher.Optimism.DisputeGame
    
    * Almost final Indexer.Fetcher.Optimism.DisputeGame
    
    * Setting constant values in Indexer.Fetcher.Optimism.DisputeGame
    
    * Extend Optimism Withdrawal statuses
    
    * Add API for Optimism dispute games
    
    * Handle a case of non-existent game
    
    * Add specs and docs
    
    * DisputeGame fetcher waits infinitely until OptimismPortal is updated
    
    * Fix spelling
    
    * Small refactoring
    
    ---------
    
    Co-authored-by: POA <33550681+poa@users.noreply.github.com>
    varasev and varasev authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    01fe4e5 View commit details
    Browse the repository at this point in the history
  5. perf: Improve performance of token page transfers tab (#9809)

    * Improve performance of token page transfers tab
    
    * mix format
    
    * Separate index creation and deletion to defferent migrations
    
    * Rename migration
    vbaranov authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    0c5278c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c08ea47 View commit details
    Browse the repository at this point in the history
  7. perf: Enhance index for token holders list (#9816)

    * Enhance index for token holders list
    
    * Separate index creation and deletion to different migrations
    vbaranov authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    df660c9 View commit details
    Browse the repository at this point in the history
  8. perf: Adjust unfetched_address_token_balances_index to fit all bound …

    …query conditions (#9912)
    
    * fix: Adjust unfetched_address_token_balances_index to fit all bound query conditions
    
    * Rewrite indexes in Ecto meta-language
    
    * mix format
    vbaranov authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    c4113ae View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    d7641a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e59d44 View commit details
    Browse the repository at this point in the history
  3. perf: Paging function edge cases fix (#9820)

    * Paging function edge cases fix
    
    * Process other edge cases of zeros in pagination function input
    
    * Update apps/explorer/lib/explorer/chain.ex
    
    Co-authored-by: Qwerty5Uiop <105209995+Qwerty5Uiop@users.noreply.github.com>
    
    * Update apps/explorer/lib/explorer/chain.ex
    
    Co-authored-by: Qwerty5Uiop <105209995+Qwerty5Uiop@users.noreply.github.com>
    
    * Fix tests
    
    * Process review comment
    
    * fix formatting
    
    ---------
    
    Co-authored-by: Qwerty5Uiop <105209995+Qwerty5Uiop@users.noreply.github.com>
    vbaranov and Qwerty5Uiop authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    942df21 View commit details
    Browse the repository at this point in the history
  4. feat: Certified smart contracts (#9910)

    * Certified smart-contracts
    
    * Prioritize certified smart-contracts in the search
    
    * Refactoring: remove CustomContractsHelper
    
    * Return certified in the list and in the search
    
    * mix format
    
    * Fix tests
    
    * Process review comment
    vbaranov authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    cef3285 View commit details
    Browse the repository at this point in the history
  5. 6.5.0

    vbaranov committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    f48323a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    631af84 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. fix: Fix metadata preload (#9925)

    * fix: Fix metadata preload
    
    * Add regression test
    nikitosing authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    af4c29d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    886c441 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG

    vbaranov committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    4b272cf View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    14435da View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    vbaranov committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    f1d5bec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba83000 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG

    vbaranov committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    9a14389 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c0e07d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Fix CI workflow name

    vbaranov committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    528b3cd View commit details
    Browse the repository at this point in the history
  2. feat: Add ENS category to search result; Add ENS to check-redirect (#…

    …9779)
    
    * feat: Add ENS category to search result; Add ENS to check-redirect
    
    * Fix missed type in search result
    
    * Add @SPEC and @doc
    nikitosing authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    37eb26a View commit details
    Browse the repository at this point in the history
  3. chore: (old UI) Replace old Twitter icon with new 'X' (#9641)

    "This update involves replacing the old Twitter icon with the new 'X' icon from Font Awesome."
    
    Co-authored-by: bishalghimire1 <80529795+bishalghimire1@users.noreply.github.com>
    Thomas Cabrit and bishal-kcalb authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    2180db7 View commit details
    Browse the repository at this point in the history
  4. fix: Fix incorrect image_url parsing from NFT meta (#9956)

    * fix: Fix incorrect image_url parsing from NFT meta
    
    * Add regression test
    nikitosing authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    23419e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    604491b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    697cb35 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    30d0bb5 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. feat: precompiled contracts ABI import (#9899)

    * Initial implementation of precompiled contracts ABI import
    
    * Documention added
    
    * address Sobelow finding
    
    * another attempt address Sobelow finding
    
    * Apply evident suggestions from code review
    
    Co-authored-by: Kirill Fedoseev <kirill@blockscout.com>
    
    * Fix afer merge
    
    * Small inconsistency in spec
    
    * different path for different mix environment
    
    * fix for formatting issue
    
    ---------
    
    Co-authored-by: Kirill Fedoseev <kirill@blockscout.com>
    akolotov and k1rill-fedoseev authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    6f5dc3b View commit details
    Browse the repository at this point in the history
  2. Update README.md

    vbaranov authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    c6a8b02 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. chore: Bump floki from 0.36.1 to 0.36.2 (#9979)

    Bumps [floki](https://github.com/philss/floki) from 0.36.1 to 0.36.2.
    - [Release notes](https://github.com/philss/floki/releases)
    - [Changelog](https://github.com/philss/floki/blob/main/CHANGELOG.md)
    - [Commits](philss/floki@v0.36.1...v0.36.2)
    
    ---
    updated-dependencies:
    - dependency-name: floki
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    1311e85 View commit details
    Browse the repository at this point in the history
  2. chore: Bump redix from 1.4.1 to 1.5.0 (#9977)

    Bumps [redix](https://github.com/whatyouhide/redix) from 1.4.1 to 1.5.0.
    - [Changelog](https://github.com/whatyouhide/redix/blob/main/CHANGELOG.md)
    - [Commits](whatyouhide/redix@v1.4.1...v1.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: redix
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    1147280 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2d7bd4 View commit details
    Browse the repository at this point in the history