pull/8868/head
Viktor Baranov 1 year ago
parent 73ca07f740
commit 32a8e81181
  1. 2
      .github/ISSUE_TEMPLATE/bug_report.yml
  2. 2
      .github/workflows/publish-docker-image-every-push.yml
  3. 2
      .github/workflows/publish-docker-image-for-core.yml
  4. 2
      .github/workflows/publish-docker-image-for-eth-goerli.yml
  5. 2
      .github/workflows/publish-docker-image-for-eth-sepolia.yml
  6. 2
      .github/workflows/publish-docker-image-for-eth.yml
  7. 2
      .github/workflows/publish-docker-image-for-fuse.yml
  8. 2
      .github/workflows/publish-docker-image-for-immutable.yml
  9. 2
      .github/workflows/publish-docker-image-for-l2-staging.yml
  10. 2
      .github/workflows/publish-docker-image-for-lukso.yml
  11. 2
      .github/workflows/publish-docker-image-for-optimism.yml
  12. 2
      .github/workflows/publish-docker-image-for-polygon-edge.yml
  13. 2
      .github/workflows/publish-docker-image-for-rsk.yml
  14. 2
      .github/workflows/publish-docker-image-for-stability.yml
  15. 2
      .github/workflows/publish-docker-image-for-suave.yml
  16. 2
      .github/workflows/publish-docker-image-for-xdai.yml
  17. 2
      .github/workflows/publish-docker-image-for-zkevm.yml
  18. 2
      .github/workflows/publish-docker-image-for-zksync.yml
  19. 2
      .github/workflows/publish-docker-image-release-additional.yml
  20. 4
      .github/workflows/publish-docker-image-release.yml
  21. 28
      CHANGELOG.md
  22. 2
      apps/block_scout_web/mix.exs
  23. 2
      apps/ethereum_jsonrpc/mix.exs
  24. 2
      apps/explorer/mix.exs
  25. 2
      apps/indexer/mix.exs
  26. 2
      docker-compose/docker-compose.yml
  27. 2
      docker/Makefile
  28. 2
      mix.exs
  29. 2
      rel/config.exs

@ -65,7 +65,7 @@ body:
attributes:
label: Backend version
description: The release version of the backend or branch/commit.
placeholder: v5.3.1
placeholder: v5.3.2
validations:
required: true

@ -7,7 +7,7 @@ on:
env:
OTP_VERSION: '25.2.1'
ELIXIR_VERSION: '1.14.5'
RELEASE_VERSION: 5.3.1
RELEASE_VERSION: 5.3.2
jobs:
push_to_registry:

@ -14,7 +14,7 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
env:
RELEASE_VERSION: 5.3.1
RELEASE_VERSION: 5.3.2
DOCKER_CHAIN_NAME: poa
steps:
- name: Check out the repo

@ -14,7 +14,7 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
env:
RELEASE_VERSION: 5.3.1
RELEASE_VERSION: 5.3.2
DOCKER_CHAIN_NAME: eth-goerli
steps:
- name: Check out the repo

@ -14,7 +14,7 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
env:
RELEASE_VERSION: 5.3.1
RELEASE_VERSION: 5.3.2
DOCKER_CHAIN_NAME: eth-sepolia
steps:
- name: Check out the repo

@ -14,7 +14,7 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
env:
RELEASE_VERSION: 5.3.1
RELEASE_VERSION: 5.3.2
DOCKER_CHAIN_NAME: mainnet
steps:
- name: Check out the repo

@ -14,7 +14,7 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
env:
RELEASE_VERSION: 5.3.1
RELEASE_VERSION: 5.3.2
DOCKER_CHAIN_NAME: fuse
steps:
- name: Check out the repo

@ -14,7 +14,7 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
env:
RELEASE_VERSION: 5.3.1
RELEASE_VERSION: 5.3.2
DOCKER_CHAIN_NAME: immutable
steps:
- name: Check out the repo

@ -14,7 +14,7 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
env:
RELEASE_VERSION: 5.3.1
RELEASE_VERSION: 5.3.2
DOCKER_CHAIN_NAME: optimism-l2-advanced
steps:
- name: Check out the repo

@ -14,7 +14,7 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
env:
RELEASE_VERSION: 5.3.1
RELEASE_VERSION: 5.3.2
DOCKER_CHAIN_NAME: lukso
steps:
- name: Check out the repo

@ -14,7 +14,7 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
env:
RELEASE_VERSION: 5.3.1
RELEASE_VERSION: 5.3.2
DOCKER_CHAIN_NAME: optimism
steps:
- name: Check out the repo

@ -14,7 +14,7 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
env:
RELEASE_VERSION: 5.3.1
RELEASE_VERSION: 5.3.2
DOCKER_CHAIN_NAME: polygon-edge
steps:
- name: Check out the repo

@ -14,7 +14,7 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
env:
RELEASE_VERSION: 5.3.1
RELEASE_VERSION: 5.3.2
DOCKER_CHAIN_NAME: rsk
steps:
- name: Check out the repo

@ -17,7 +17,7 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
env:
RELEASE_VERSION: 5.3.1
RELEASE_VERSION: 5.3.2
DOCKER_CHAIN_NAME: stability
steps:
- name: Check out the repo

@ -17,7 +17,7 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
env:
RELEASE_VERSION: 5.3.1
RELEASE_VERSION: 5.3.2
DOCKER_CHAIN_NAME: suave
steps:
- name: Check out the repo

@ -14,7 +14,7 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
env:
RELEASE_VERSION: 5.3.1
RELEASE_VERSION: 5.3.2
DOCKER_CHAIN_NAME: xdai
steps:
- name: Check out the repo

@ -14,7 +14,7 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
env:
RELEASE_VERSION: 5.3.1
RELEASE_VERSION: 5.3.2
DOCKER_CHAIN_NAME: zkevm
steps:
- name: Check out the repo

@ -14,7 +14,7 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
env:
RELEASE_VERSION: 5.3.1
RELEASE_VERSION: 5.3.2
DOCKER_CHAIN_NAME: zksync
steps:
- name: Check out the repo

@ -18,7 +18,7 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
env:
RELEASE_VERSION: 5.3.1
RELEASE_VERSION: 5.3.2
steps:
- name: Check out the repo
uses: actions/checkout@v4

@ -18,7 +18,7 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
env:
RELEASE_VERSION: 5.3.1
RELEASE_VERSION: 5.3.2
steps:
- name: Check out the repo
uses: actions/checkout@v4
@ -46,7 +46,7 @@ jobs:
push: true
cache-from: type=registry,ref=blockscout/blockscout:buildcache
cache-to: type=registry,ref=blockscout/blockscout:buildcache,mode=max
tags: blockscout/blockscout:latest, blockscout/blockscout:${{ env.RELEASE_VERSION }}
tags: blockscout/blockscout:latest, blockscout/blockscout:${{ env.RELEASE_VERSION }}-alpha
platforms: |
linux/amd64
linux/arm64/v8

@ -4,6 +4,14 @@
### Features
### Fixes
### Chore
## 5.3.2-beta
### Features
- [#8848](https://github.com/blockscout/blockscout/pull/8848) - Add MainPageRealtimeEventHandler
- [#8821](https://github.com/blockscout/blockscout/pull/8821) - Add new events to addresses channel: `eth_bytecode_db_lookup_started` and `smart_contract_was_not_verified`
- [#8795](https://github.com/blockscout/blockscout/pull/8795) - Disable catchup indexer by env
@ -37,6 +45,26 @@
<details>
<summary>Dependencies version bumps</summary>
- [#8727](https://github.com/blockscout/blockscout/pull/8727) - Bump browserify-sign from 4.2.1 to 4.2.2 in /apps/block_scout_web/assets
- [#8748](https://github.com/blockscout/blockscout/pull/8748) - Bump sweetalert2 from 11.7.32 to 11.9.0 in /apps/block_scout_web/assets
- [#8747](https://github.com/blockscout/blockscout/pull/8747) - Bump core-js from 3.33.1 to 3.33.2 in /apps/block_scout_web/assets
- [#8743](https://github.com/blockscout/blockscout/pull/8743) - Bump solc from 0.8.21 to 0.8.22 in /apps/explorer
- [#8745](https://github.com/blockscout/blockscout/pull/8745) - Bump tesla from 1.7.0 to 1.8.0
- [#8749](https://github.com/blockscout/blockscout/pull/8749) - Bump sass from 1.69.4 to 1.69.5 in /apps/block_scout_web/assets
- [#8744](https://github.com/blockscout/blockscout/pull/8744) - Bump phoenix_ecto from 4.4.2 to 4.4.3
- [#8746](https://github.com/blockscout/blockscout/pull/8746) - Bump floki from 0.35.1 to 0.35.2
- [#8793](https://github.com/blockscout/blockscout/pull/8793) - Bump eslint from 8.52.0 to 8.53.0 in /apps/block_scout_web/assets
- [#8792](https://github.com/blockscout/blockscout/pull/8792) - Bump cldr_utils from 2.24.1 to 2.24.2
- [#8787](https://github.com/blockscout/blockscout/pull/8787) - Bump ex_cldr_numbers from 2.32.2 to 2.32.3
- [#8790](https://github.com/blockscout/blockscout/pull/8790) - Bump ex_abi from 0.6.3 to 0.6.4
- [#8788](https://github.com/blockscout/blockscout/pull/8788) - Bump ex_cldr_units from 3.16.3 to 3.16.4
- [#8827](https://github.com/blockscout/blockscout/pull/8827) - Bump @babel/core from 7.23.2 to 7.23.3 in /apps/block_scout_web/assets
- [#8823](https://github.com/blockscout/blockscout/pull/8823) - Bump benchee from 1.1.0 to 1.2.0
- [#8826](https://github.com/blockscout/blockscout/pull/8826) - Bump luxon from 3.4.3 to 3.4.4 in /apps/block_scout_web/assets
- [#8824](https://github.com/blockscout/blockscout/pull/8824) - Bump httpoison from 2.1.0 to 2.2.0
- [#8828](https://github.com/blockscout/blockscout/pull/8828) - Bump @babel/preset-env from 7.23.2 to 7.23.3 in /apps/block_scout_web/assets
- [#8825](https://github.com/blockscout/blockscout/pull/8825) - Bump solc from 0.8.22 to 0.8.23 in /apps/explorer
</details>
## 5.3.1-beta

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

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

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

@ -14,7 +14,7 @@ defmodule Indexer.MixProject do
elixirc_paths: elixirc_paths(Mix.env()),
lockfile: "../../mix.lock",
start_permanent: Mix.env() == :prod,
version: "5.3.1"
version: "5.3.2"
]
end

@ -34,7 +34,7 @@ services:
CACHE_TOTAL_GAS_USAGE_COUNTER_ENABLED: ""
CACHE_ADDRESS_WITH_BALANCES_UPDATE_INTERVAL: ""
ADMIN_PANEL_ENABLED: ""
RELEASE_VERSION: 5.3.1
RELEASE_VERSION: 5.3.2
links:
- db:database
environment:

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

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

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

Loading…
Cancel
Save