pull/11008/head
Viktor Baranov 1 month ago
parent f1fd306bf9
commit c837858f03
  1. 2
      .github/workflows/pre-release-arbitrum.yml
  2. 2
      .github/workflows/pre-release-blackfort.yml
  3. 2
      .github/workflows/pre-release-celo.yml
  4. 2
      .github/workflows/pre-release-eth.yml
  5. 2
      .github/workflows/pre-release-optimism.yml
  6. 2
      .github/workflows/pre-release-redstone.yml
  7. 2
      .github/workflows/pre-release-shibarium.yml
  8. 2
      .github/workflows/pre-release-zksync.yml
  9. 2
      .github/workflows/pre-release.yml
  10. 2
      .github/workflows/publish-docker-image-every-push.yml
  11. 2
      .github/workflows/publish-docker-image-for-arbitrum.yml
  12. 2
      .github/workflows/publish-docker-image-for-blackfort.yml
  13. 2
      .github/workflows/publish-docker-image-for-celo.yml
  14. 2
      .github/workflows/publish-docker-image-for-core.yml
  15. 2
      .github/workflows/publish-docker-image-for-eth-sepolia.yml
  16. 2
      .github/workflows/publish-docker-image-for-eth.yml
  17. 2
      .github/workflows/publish-docker-image-for-filecoin.yml
  18. 2
      .github/workflows/publish-docker-image-for-fuse.yml
  19. 2
      .github/workflows/publish-docker-image-for-gnosis-chain.yml
  20. 2
      .github/workflows/publish-docker-image-for-l2-staging.yml
  21. 2
      .github/workflows/publish-docker-image-for-lukso.yml
  22. 2
      .github/workflows/publish-docker-image-for-optimism.yml
  23. 2
      .github/workflows/publish-docker-image-for-polygon-edge.yml
  24. 2
      .github/workflows/publish-docker-image-for-redstone.yml
  25. 2
      .github/workflows/publish-docker-image-for-rootstock.yml
  26. 2
      .github/workflows/publish-docker-image-for-shibarium.yml
  27. 2
      .github/workflows/publish-docker-image-for-stability.yml
  28. 2
      .github/workflows/publish-docker-image-for-suave.yml
  29. 2
      .github/workflows/publish-docker-image-for-zetachain.yml
  30. 2
      .github/workflows/publish-docker-image-for-zkevm.yml
  31. 2
      .github/workflows/publish-docker-image-for-zksync.yml
  32. 2
      .github/workflows/publish-docker-image-staging-on-demand.yml
  33. 2
      .github/workflows/publish-regular-docker-image-on-demand.yml
  34. 2
      .github/workflows/release-arbitrum.yml
  35. 2
      .github/workflows/release-blackfort.yml
  36. 2
      .github/workflows/release-celo.yml
  37. 2
      .github/workflows/release-eth.yml
  38. 2
      .github/workflows/release-filecoin.yml
  39. 2
      .github/workflows/release-fuse.yml
  40. 2
      .github/workflows/release-gnosis.yml
  41. 2
      .github/workflows/release-optimism.yml
  42. 2
      .github/workflows/release-polygon-edge.yml
  43. 2
      .github/workflows/release-polygon-zkevm.yml
  44. 2
      .github/workflows/release-redstone.yml
  45. 2
      .github/workflows/release-rootstock.yml
  46. 2
      .github/workflows/release-shibarium.yml
  47. 2
      .github/workflows/release-stability.yml
  48. 2
      .github/workflows/release-suave.yml
  49. 2
      .github/workflows/release-zetachain.yml
  50. 2
      .github/workflows/release-zksync.yml
  51. 2
      .github/workflows/release.yml
  52. 87
      CHANGELOG.md
  53. 2
      apps/block_scout_web/mix.exs
  54. 2
      apps/ethereum_jsonrpc/mix.exs
  55. 2
      apps/explorer/lib/explorer/token/metadata_retriever.ex
  56. 2
      apps/explorer/mix.exs
  57. 2
      apps/indexer/mix.exs
  58. 2
      docker-compose/docker-compose.yml
  59. 2
      docker/Makefile
  60. 2
      mix.exs
  61. 2
      rel/config.exs

@ -16,7 +16,7 @@ jobs:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Setup repo - name: Setup repo

@ -16,7 +16,7 @@ jobs:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Setup repo - name: Setup repo

@ -16,7 +16,7 @@ jobs:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Setup repo - name: Setup repo

@ -16,7 +16,7 @@ jobs:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Setup repo - name: Setup repo

@ -16,7 +16,7 @@ jobs:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Setup repo - name: Setup repo

@ -16,7 +16,7 @@ jobs:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Setup repo - name: Setup repo

@ -16,7 +16,7 @@ jobs:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Setup repo - name: Setup repo

@ -16,7 +16,7 @@ jobs:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Setup repo - name: Setup repo

@ -16,7 +16,7 @@ jobs:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Setup repo - name: Setup repo

@ -11,7 +11,7 @@ on:
env: env:
OTP_VERSION: ${{ vars.OTP_VERSION }} OTP_VERSION: ${{ vars.OTP_VERSION }}
ELIXIR_VERSION: ${{ vars.ELIXIR_VERSION }} ELIXIR_VERSION: ${{ vars.ELIXIR_VERSION }}
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
jobs: jobs:
push_to_registry: push_to_registry:

@ -10,7 +10,7 @@ jobs:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
DOCKER_CHAIN_NAME: arbitrum DOCKER_CHAIN_NAME: arbitrum
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

@ -13,7 +13,7 @@ jobs:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
DOCKER_CHAIN_NAME: blackfort DOCKER_CHAIN_NAME: blackfort
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

@ -10,7 +10,7 @@ jobs:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
DOCKER_CHAIN_NAME: celo DOCKER_CHAIN_NAME: celo
API_GRAPHQL_MAX_COMPLEXITY: 10400 API_GRAPHQL_MAX_COMPLEXITY: 10400
steps: steps:

@ -10,7 +10,7 @@ jobs:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
DOCKER_CHAIN_NAME: poa DOCKER_CHAIN_NAME: poa
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

@ -10,7 +10,7 @@ jobs:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
DOCKER_CHAIN_NAME: eth-sepolia DOCKER_CHAIN_NAME: eth-sepolia
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

@ -10,7 +10,7 @@ jobs:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
DOCKER_CHAIN_NAME: mainnet DOCKER_CHAIN_NAME: mainnet
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

@ -9,7 +9,7 @@ jobs:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
DOCKER_CHAIN_NAME: filecoin DOCKER_CHAIN_NAME: filecoin
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

@ -10,7 +10,7 @@ jobs:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
DOCKER_CHAIN_NAME: fuse DOCKER_CHAIN_NAME: fuse
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

@ -10,7 +10,7 @@ jobs:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
DOCKER_CHAIN_NAME: xdai DOCKER_CHAIN_NAME: xdai
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

@ -10,7 +10,7 @@ jobs:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
DOCKER_CHAIN_NAME: optimism-l2-advanced DOCKER_CHAIN_NAME: optimism-l2-advanced
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

@ -10,7 +10,7 @@ jobs:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
DOCKER_CHAIN_NAME: lukso DOCKER_CHAIN_NAME: lukso
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

@ -10,7 +10,7 @@ jobs:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
DOCKER_CHAIN_NAME: optimism DOCKER_CHAIN_NAME: optimism
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

@ -10,7 +10,7 @@ jobs:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
DOCKER_CHAIN_NAME: polygon-edge DOCKER_CHAIN_NAME: polygon-edge
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

@ -10,7 +10,7 @@ jobs:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
DOCKER_CHAIN_NAME: redstone DOCKER_CHAIN_NAME: redstone
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

@ -10,7 +10,7 @@ jobs:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
DOCKER_CHAIN_NAME: rsk DOCKER_CHAIN_NAME: rsk
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

@ -13,7 +13,7 @@ jobs:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
DOCKER_CHAIN_NAME: shibarium DOCKER_CHAIN_NAME: shibarium
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

@ -13,7 +13,7 @@ jobs:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
DOCKER_CHAIN_NAME: stability DOCKER_CHAIN_NAME: stability
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

@ -13,7 +13,7 @@ jobs:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
DOCKER_CHAIN_NAME: suave DOCKER_CHAIN_NAME: suave
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

@ -10,7 +10,7 @@ jobs:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
DOCKER_CHAIN_NAME: zetachain DOCKER_CHAIN_NAME: zetachain
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

@ -10,7 +10,7 @@ jobs:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
DOCKER_CHAIN_NAME: zkevm DOCKER_CHAIN_NAME: zkevm
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

@ -9,7 +9,7 @@ jobs:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
DOCKER_CHAIN_NAME: zksync DOCKER_CHAIN_NAME: zksync
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

@ -12,7 +12,7 @@ on:
env: env:
OTP_VERSION: ${{ vars.OTP_VERSION }} OTP_VERSION: ${{ vars.OTP_VERSION }}
ELIXIR_VERSION: ${{ vars.ELIXIR_VERSION }} ELIXIR_VERSION: ${{ vars.ELIXIR_VERSION }}
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
jobs: jobs:
push_to_registry: push_to_registry:

@ -5,7 +5,7 @@ on:
env: env:
OTP_VERSION: ${{ vars.OTP_VERSION }} OTP_VERSION: ${{ vars.OTP_VERSION }}
ELIXIR_VERSION: ${{ vars.ELIXIR_VERSION }} ELIXIR_VERSION: ${{ vars.ELIXIR_VERSION }}
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
jobs: jobs:
push_to_registry: push_to_registry:

@ -13,7 +13,7 @@ jobs:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Setup repo - name: Setup repo

@ -13,7 +13,7 @@ jobs:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Setup repo - name: Setup repo

@ -13,7 +13,7 @@ jobs:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Setup repo - name: Setup repo

@ -13,7 +13,7 @@ jobs:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Setup repo - name: Setup repo

@ -13,7 +13,7 @@ jobs:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Setup repo - name: Setup repo

@ -13,7 +13,7 @@ jobs:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Setup repo - name: Setup repo

@ -13,7 +13,7 @@ jobs:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Setup repo - name: Setup repo

@ -13,7 +13,7 @@ jobs:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Setup repo - name: Setup repo

@ -13,7 +13,7 @@ jobs:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Setup repo - name: Setup repo

@ -13,7 +13,7 @@ jobs:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Setup repo - name: Setup repo

@ -13,7 +13,7 @@ jobs:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Setup repo - name: Setup repo

@ -13,7 +13,7 @@ jobs:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Setup repo - name: Setup repo

@ -13,7 +13,7 @@ jobs:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Setup repo - name: Setup repo

@ -13,7 +13,7 @@ jobs:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Setup repo - name: Setup repo

@ -13,7 +13,7 @@ jobs:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Setup repo - name: Setup repo

@ -13,7 +13,7 @@ jobs:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Setup repo - name: Setup repo

@ -13,7 +13,7 @@ jobs:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Setup repo - name: Setup repo

@ -13,7 +13,7 @@ jobs:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Setup repo - name: Setup repo

@ -1,5 +1,92 @@
# Changelog # Changelog
## 6.9.0
### 🚀 Features
- List of internal transactions API v2 endpoint ([#10994](https://github.com/blockscout/blockscout/issues/10994))
- Scroll rollup: L1 fee parameters in API, `queueIndex` for L2 transactions, and L1 <->L2 messages ([#10484](https://github.com/blockscout/blockscout/issues/10484))
- Account V2 ([#10706](https://github.com/blockscout/blockscout/issues/10706))
- Allow to provide DB schema other than public ([#10946](https://github.com/blockscout/blockscout/issues/10946))
- Add missing filecoin robust addresses ([#10935](https://github.com/blockscout/blockscout/issues/10935))
- EIP-7702 support ([#10870](https://github.com/blockscout/blockscout/issues/10870))
- Open access to re-fetch metadata button for token instances without metadata initially fetched ([#10878](https://github.com/blockscout/blockscout/issues/10878))
- Support snake_case in metadata service ([#10722](https://github.com/blockscout/blockscout/issues/10722))
- Token transfers list API endpoint ([#10801](https://github.com/blockscout/blockscout/issues/10801))
- Send archive balances requests to trace url ([#10820](https://github.com/blockscout/blockscout/issues/10820))
- Add metadata info to tx interpreter request ([#10823](https://github.com/blockscout/blockscout/issues/10823))
- Api for querying mud systems abi ([#10829](https://github.com/blockscout/blockscout/issues/10829))
- Arbitrum L1-to-L2 messages with hashed message id ([#10751](https://github.com/blockscout/blockscout/issues/10751))
- Support CoinMarketCap format in token supply stats ([#10853](https://github.com/blockscout/blockscout/issues/10853))
- Address scam badge flag ([#10763](https://github.com/blockscout/blockscout/issues/10763))
- Add verbosity to GraphQL token transfers query ([#10770](https://github.com/blockscout/blockscout/issues/10770))
- (celo) include token information in API response for address epoch rewards ([#10831](https://github.com/blockscout/blockscout/issues/10831))
- Add Blackfort validators ([#10744](https://github.com/blockscout/blockscout/issues/10744))
- Retry ERC-1155 token instance metadata fetch from baseURI + tokenID ([#10766](https://github.com/blockscout/blockscout/issues/10766))
### 🐛 Bug Fixes
- Fix failed tests ([#11000](https://github.com/blockscout/blockscout/issues/11000))
- Add compatibility with current frontend for some public props ([#10998](https://github.com/blockscout/blockscout/issues/10998))
- Process foreign key violation in scam addresses assigning functionality ([#10977](https://github.com/blockscout/blockscout/issues/10977))
- Handle import exceptions in MassiveBlocksFetcher ([#10993](https://github.com/blockscout/blockscout/issues/10993))
- Workaround for repeating logIndex ([#10880](https://github.com/blockscout/blockscout/issues/10880))
- Filter out nil implementations from combine_proxy_implementation_addresses_map function result ([#10943](https://github.com/blockscout/blockscout/issues/10943))
- Delete incorrect coin balances on reorg ([#10879](https://github.com/blockscout/blockscout/issues/10879))
- Handle delegatecall in state changes ([#10906](https://github.com/blockscout/blockscout/issues/10906))
- Fix env. variables link in README.md ([#10898](https://github.com/blockscout/blockscout/issues/10898))
- Add missing block timestamp in election rewards for address response ([#10907](https://github.com/blockscout/blockscout/issues/10907))
- Add missing build arg to celo workflow ([#10895](https://github.com/blockscout/blockscout/issues/10895))
- Do not include unrelated token transfers in `tokenTransferTxs` ([#10889](https://github.com/blockscout/blockscout/issues/10889))
- Fix get current user in app template ([#10844](https://github.com/blockscout/blockscout/issues/10844))
- Set `API_GRAPHQL_MAX_COMPLEXITY` in build action ([#10843](https://github.com/blockscout/blockscout/issues/10843))
- Disable archive balances only if latest block is available ([#10851](https://github.com/blockscout/blockscout/issues/10851))
- Dialyzer warning ([#10845](https://github.com/blockscout/blockscout/issues/10845))
- Decode revert reason by decoding candidates from the DB ([#10827](https://github.com/blockscout/blockscout/issues/10827))
- Filecoin stucked pending address operations ([#10832](https://github.com/blockscout/blockscout/issues/10832))
- Sanitize replaced transactions migration ([#10784](https://github.com/blockscout/blockscout/issues/10784))
- Repair /metrics endpoint ([#10813](https://github.com/blockscout/blockscout/issues/10813))
- Revert the deletion of deriving current token balances ([#10811](https://github.com/blockscout/blockscout/issues/10811))
- Clear null round blocks from missing block ranges ([#10805](https://github.com/blockscout/blockscout/issues/10805))
- Decode addresses as checksummed ([#10777](https://github.com/blockscout/blockscout/issues/10777))
- Preload additional sources for bytecode twin smart-contract ([#10692](https://github.com/blockscout/blockscout/issues/10692))
- Set min query length in the search API endpoints ([#10698](https://github.com/blockscout/blockscout/issues/10698))
- Proper handling of old batches on Arbitrum Nova ([#10786](https://github.com/blockscout/blockscout/issues/10786))
- Get rid of heavy DB query to start Arbitrum missed messages discovery process ([#10767](https://github.com/blockscout/blockscout/issues/10767))
- Revisited approach to choose L1 blocks to discover missing Arbitrum batches ([#10757](https://github.com/blockscout/blockscout/issues/10757))
- Fix account db repo definition ([#10714](https://github.com/blockscout/blockscout/issues/10714))
- Allow string IDs in JSON RPC requests ([#10759](https://github.com/blockscout/blockscout/issues/10759))
- Filter out tokens with skip_metadata: true from token fetcher ([#10736](https://github.com/blockscout/blockscout/issues/10736))
### 🚜 Refactor
- Fixate naming convention for "transaction" and "block number" entities ([#10913](https://github.com/blockscout/blockscout/issues/10913))
- Use middleware to check if GraphQL API is enabled ([#10772](https://github.com/blockscout/blockscout/issues/10772))
### ⚡ Performance
- Optimize advanced filters ([#10463](https://github.com/blockscout/blockscout/issues/10463))
- Refactor tx data decoding with fewer DB queries ([#10842](https://github.com/blockscout/blockscout/issues/10842))
### ⚙ Miscellaneous Tasks
- Update version bump script
- Remove deprecated single implementation property of the smart-contract from the API response ([#10715](https://github.com/blockscout/blockscout/issues/10715))
- Set indexer memory limit based on system info as a fallback ([#10697](https://github.com/blockscout/blockscout/issues/10697))
- Set user agent to metadata requests ([#10834](https://github.com/blockscout/blockscout/issues/10834))
- Reverse internal transactions fetching order ([#10912](https://github.com/blockscout/blockscout/issues/10912))
- Remove unused fetch_and_lock_by_hashes/1 public function
- Add shrink int txs docker image build for Celo chain type ([#10894](https://github.com/blockscout/blockscout/issues/10894))
- Ability to work with Blockscout code base within a VSCode devcontainer ([#10838](https://github.com/blockscout/blockscout/issues/10838))
- Add version bump script ([#10871](https://github.com/blockscout/blockscout/issues/10871))
- Bump elixir to 1.17.3 and Erlang OTP to 27.1 ([#10284](https://github.com/blockscout/blockscout/issues/10284))
- Reindex incorrect internal transactions migration ([#10654](https://github.com/blockscout/blockscout/issues/10654))
- Remove old UI from base Docker image ([#10828](https://github.com/blockscout/blockscout/issues/10828))
- Add primary key to address_tags table ([#10818](https://github.com/blockscout/blockscout/issues/10818))
- Refactor OrderedCache preloads ([#10803](https://github.com/blockscout/blockscout/issues/10803))
- Support non-unique log index for rsk chain type ([#10807](https://github.com/blockscout/blockscout/issues/10807))
- Add missing symbols ([#10749](https://github.com/blockscout/blockscout/issues/10749))
## 6.8.1 ## 6.8.1
### 🚀 Features ### 🚀 Features

@ -23,7 +23,7 @@ defmodule BlockScoutWeb.Mixfile do
dialyzer: :test dialyzer: :test
], ],
start_permanent: Mix.env() == :prod, start_permanent: Mix.env() == :prod,
version: "6.8.1", version: "6.9.0",
xref: [ xref: [
exclude: [ exclude: [
Explorer.Chain.PolygonZkevm.Reader, Explorer.Chain.PolygonZkevm.Reader,

@ -23,7 +23,7 @@ defmodule EthereumJsonrpc.MixProject do
dialyzer: :test dialyzer: :test
], ],
start_permanent: Mix.env() == :prod, start_permanent: Mix.env() == :prod,
version: "6.8.1" version: "6.9.0"
] ]
end end

@ -14,7 +14,7 @@ defmodule Explorer.Token.MetadataRetriever do
@no_uri_error "no uri" @no_uri_error "no uri"
@vm_execution_error "VM execution error" @vm_execution_error "VM execution error"
@invalid_base64_data "invalid data:application/json;base64" @invalid_base64_data "invalid data:application/json;base64"
@default_headers [{"User-Agent", "blockscout-6.8.1"}] @default_headers [{"User-Agent", "blockscout-6.9.0"}]
# https://eips.ethereum.org/EIPS/eip-1155#metadata # https://eips.ethereum.org/EIPS/eip-1155#metadata
@erc1155_token_id_placeholder "{id}" @erc1155_token_id_placeholder "{id}"

@ -24,7 +24,7 @@ defmodule Explorer.Mixfile do
dialyzer: :test dialyzer: :test
], ],
start_permanent: Mix.env() == :prod, start_permanent: Mix.env() == :prod,
version: "6.8.1", version: "6.9.0",
xref: [exclude: [BlockScoutWeb.Routers.WebRouter.Helpers, Indexer.Helper]] xref: [exclude: [BlockScoutWeb.Routers.WebRouter.Helpers, Indexer.Helper]]
] ]
end end

@ -14,7 +14,7 @@ defmodule Indexer.MixProject do
elixirc_paths: elixirc_paths(Mix.env()), elixirc_paths: elixirc_paths(Mix.env()),
lockfile: "../../mix.lock", lockfile: "../../mix.lock",
start_permanent: Mix.env() == :prod, start_permanent: Mix.env() == :prod,
version: "6.8.1", version: "6.9.0",
xref: [ xref: [
exclude: [ exclude: [
Explorer.Chain.Optimism.Deposit, Explorer.Chain.Optimism.Deposit,

@ -37,7 +37,7 @@ services:
CACHE_TOTAL_GAS_USAGE_COUNTER_ENABLED: "" CACHE_TOTAL_GAS_USAGE_COUNTER_ENABLED: ""
CACHE_ADDRESS_WITH_BALANCES_UPDATE_INTERVAL: "" CACHE_ADDRESS_WITH_BALANCES_UPDATE_INTERVAL: ""
ADMIN_PANEL_ENABLED: "" ADMIN_PANEL_ENABLED: ""
RELEASE_VERSION: 6.8.1 RELEASE_VERSION: 6.9.0
links: links:
- db:database - db:database
environment: environment:

@ -10,7 +10,7 @@ STATS_CONTAINER_NAME := stats
STATS_DB_CONTAINER_NAME := stats-db STATS_DB_CONTAINER_NAME := stats-db
PROXY_CONTAINER_NAME := proxy PROXY_CONTAINER_NAME := proxy
PG_CONTAINER_NAME := postgres PG_CONTAINER_NAME := postgres
RELEASE_VERSION ?= '6.8.1' RELEASE_VERSION ?= '6.9.0'
TAG := $(RELEASE_VERSION)-commit-$(shell git log -1 --pretty=format:"%h") TAG := $(RELEASE_VERSION)-commit-$(shell git log -1 --pretty=format:"%h")
STABLE_TAG := $(RELEASE_VERSION) STABLE_TAG := $(RELEASE_VERSION)

@ -7,7 +7,7 @@ defmodule BlockScout.Mixfile do
[ [
# app: :block_scout, # app: :block_scout,
# aliases: aliases(config_env()), # aliases: aliases(config_env()),
version: "6.8.1", version: "6.9.0",
apps_path: "apps", apps_path: "apps",
deps: deps(), deps: deps(),
dialyzer: dialyzer(), dialyzer: dialyzer(),

@ -71,7 +71,7 @@ end
# will be used by default # will be used by default
release :blockscout do release :blockscout do
set version: "6.8.1-beta" set version: "6.9.0-beta"
set applications: [ set applications: [
:runtime_tools, :runtime_tools,
block_scout_web: :permanent, block_scout_web: :permanent,

Loading…
Cancel
Save