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

Upgrade blockscout v6.7.2 beta #63

Merged
merged 387 commits into from
Aug 23, 2024
Merged

Conversation

yavrsky
Copy link

@yavrsky yavrsky commented Jul 26, 2024

What's new:

  • Upgraded to the latest version for enabling refetching metadata by specific token id
  • Removed dump.sh and restore.sh scripts (moved to skale-explorer)
  • Updated frontend image to skalenetwork/blockscout-frontend

nikitosing and others added 30 commits April 4, 2024 10:27
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…#9859)

* fix: Disable BlockReward fetcher for unsupported variants

* Update Application envs

* process review comment
…ponse (blockscout#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
…9854)

* Fix sized array read

* Rewrite render_json to correctly process tuple types

* Cover with regression test
…n_revert_reason/2` (blockscout#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
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ut#9729)

* fix: Refactor catchup rudimentaries + fix graceful shutdown

* Add INDEXER_GRACEFUL_SHUTDOWN_PERIOD env var + docs
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Victor Baranov <[email protected]>
dependabot bot and others added 18 commits July 2, 2024 11:46
…ts (blockscout#10357)

Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.24.6 to 7.24.7.
- [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.7/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…lockscout#10352)

Bumps [mixpanel-browser](https://github.com/mixpanel/mixpanel-js) from 2.51.0 to 2.53.0.
- [Release notes](https://github.com/mixpanel/mixpanel-js/releases)
- [Changelog](https://github.com/mixpanel/mixpanel-js/blob/master/CHANGELOG.md)
- [Commits](mixpanel/mixpanel-js@v2.51.0...v2.53.0)

---
updated-dependencies:
- dependency-name: mixpanel-browser
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…cout#10356)

Bumps [sweetalert2](https://github.com/sweetalert2/sweetalert2) from 11.11.0 to 11.12.1.
- [Release notes](https://github.com/sweetalert2/sweetalert2/releases)
- [Changelog](https://github.com/sweetalert2/sweetalert2/blob/main/CHANGELOG.md)
- [Commits](sweetalert2/sweetalert2@v11.11.0...v11.12.1)

---
updated-dependencies:
- dependency-name: sweetalert2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ckscout#10358)

Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 7.1.1 to 7.1.2.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/css-loader@v7.1.1...v7.1.2)

---
updated-dependencies:
- dependency-name: css-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ockscout#10355)

Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 14.1.1 to 14.2.1.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/sass-loader@v14.1.1...v14.2.1)

---
updated-dependencies:
- dependency-name: sass-loader
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [ex_abi](https://github.com/fedor-ivn/ex_abi) from `243892a` to `44b9f9b`.
- [Commits](fedor-ivn/ex_abi@243892a...44b9f9b)

---
updated-dependencies:
- dependency-name: ex_abi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Victor Baranov <[email protected]>
…ockscout#10354)

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.24.6 to 7.24.7.
- [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.7/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [ex_machina](https://github.com/beam-community/ex_machina) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/beam-community/ex_machina/releases)
- [Changelog](https://github.com/beam-community/ex_machina/blob/main/CHANGELOG.md)
- [Commits](beam-community/ex_machina@v2.7.0...v2.8.0)

---
updated-dependencies:
- dependency-name: ex_machina
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix: Fix public metrics enabling

* Simplified query for active accounts metric
Bumps [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) from 6.2.0 to 6.4.0.
- [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-promise@v6.2.0...v6.4.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-promise
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix: ignore blockTimestamp field

* fix: transaction test
* fix: Add rescue on tx revert reason fetching

* Build image for HF

* Fix workflow
@yavrsky yavrsky requested a review from DmytroNazarenko as a code owner July 26, 2024 09:08
@yavrsky yavrsky merged commit 1b4838c into develop Aug 23, 2024
1 check passed
@yavrsky yavrsky deleted the upgrade-blockscout-v6.7.2-beta branch August 23, 2024 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NFT name and tag do not show up / Also does not update metadata when metadata is changed