pull/8673/head v5.3.0-beta
Viktor Baranov 1 year ago
parent 9cba3b22ba
commit 45178dc7ed
  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.yml
  6. 2
      .github/workflows/publish-docker-image-for-fuse.yml
  7. 2
      .github/workflows/publish-docker-image-for-immutable.yml
  8. 2
      .github/workflows/publish-docker-image-for-l2-staging.yml
  9. 2
      .github/workflows/publish-docker-image-for-lukso.yml
  10. 2
      .github/workflows/publish-docker-image-for-optimism.yml
  11. 2
      .github/workflows/publish-docker-image-for-rsk.yml
  12. 2
      .github/workflows/publish-docker-image-for-xdai.yml
  13. 2
      .github/workflows/publish-docker-image-for-zksync.yml
  14. 2
      .github/workflows/publish-docker-image-release.yml
  15. 47
      CHANGELOG.md
  16. 2
      apps/block_scout_web/mix.exs
  17. 2
      apps/ethereum_jsonrpc/mix.exs
  18. 2
      apps/explorer/mix.exs
  19. 2
      apps/indexer/mix.exs
  20. 2
      docker-compose/docker-compose.yml
  21. 2
      docker/Makefile
  22. 2
      mix.exs
  23. 2
      rel/config.exs

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

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

@ -14,7 +14,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: 5.2.3 RELEASE_VERSION: 5.3.0
DOCKER_CHAIN_NAME: poa DOCKER_CHAIN_NAME: poa
steps: steps:
- name: Check out the repo - name: Check out the repo

@ -14,7 +14,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: 5.2.3 RELEASE_VERSION: 5.3.0
DOCKER_CHAIN_NAME: eth-goerli DOCKER_CHAIN_NAME: eth-goerli
steps: steps:
- name: Check out the repo - name: Check out the repo

@ -14,7 +14,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: 5.2.3 RELEASE_VERSION: 5.3.0
DOCKER_CHAIN_NAME: mainnet DOCKER_CHAIN_NAME: mainnet
steps: steps:
- name: Check out the repo - name: Check out the repo

@ -14,7 +14,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: 5.2.3 RELEASE_VERSION: 5.3.0
DOCKER_CHAIN_NAME: fuse DOCKER_CHAIN_NAME: fuse
steps: steps:
- name: Check out the repo - name: Check out the repo

@ -14,7 +14,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: 5.2.3 RELEASE_VERSION: 5.3.0
DOCKER_CHAIN_NAME: immutable DOCKER_CHAIN_NAME: immutable
steps: steps:
- name: Check out the repo - name: Check out the repo

@ -14,7 +14,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: 5.2.3 RELEASE_VERSION: 5.3.0
DOCKER_CHAIN_NAME: optimism-l2-advanced DOCKER_CHAIN_NAME: optimism-l2-advanced
steps: steps:
- name: Check out the repo - name: Check out the repo

@ -14,7 +14,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: 5.2.3 RELEASE_VERSION: 5.3.0
DOCKER_CHAIN_NAME: lukso DOCKER_CHAIN_NAME: lukso
steps: steps:
- name: Check out the repo - name: Check out the repo

@ -14,7 +14,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: 5.2.3 RELEASE_VERSION: 5.3.0
DOCKER_CHAIN_NAME: optimism DOCKER_CHAIN_NAME: optimism
steps: steps:
- name: Check out the repo - name: Check out the repo

@ -14,7 +14,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: 5.2.3 RELEASE_VERSION: 5.3.0
DOCKER_CHAIN_NAME: rsk DOCKER_CHAIN_NAME: rsk
steps: steps:
- name: Check out the repo - name: Check out the repo

@ -14,7 +14,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: 5.2.3 RELEASE_VERSION: 5.3.0
DOCKER_CHAIN_NAME: xdai DOCKER_CHAIN_NAME: xdai
steps: steps:
- name: Check out the repo - name: Check out the repo

@ -14,7 +14,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: 5.2.3 RELEASE_VERSION: 5.3.0
DOCKER_CHAIN_NAME: zksync DOCKER_CHAIN_NAME: zksync
steps: steps:
- name: Check out the repo - name: Check out the repo

@ -18,7 +18,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: 5.2.3 RELEASE_VERSION: 5.3.0
steps: steps:
- name: Check out the repo - name: Check out the repo
uses: actions/checkout@v4 uses: actions/checkout@v4

@ -4,6 +4,18 @@
### Features ### Features
### Fixes
### Chore
<details>
<summary>Dependencies version bumps</summary>
</details>
## 5.3.0-beta
### Features
- [#8512](https://github.com/blockscout/blockscout/pull/8512) - Add caching and improve `/tabs-counters` performance - [#8512](https://github.com/blockscout/blockscout/pull/8512) - Add caching and improve `/tabs-counters` performance
- [#8472](https://github.com/blockscout/blockscout/pull/8472) - Integrate `/api/v2/bytecodes/sources:search-all` of `eth_bytecode_db` - [#8472](https://github.com/blockscout/blockscout/pull/8472) - Integrate `/api/v2/bytecodes/sources:search-all` of `eth_bytecode_db`
- [#8589](https://github.com/blockscout/blockscout/pull/8589) - DefiLlama TVL source - [#8589](https://github.com/blockscout/blockscout/pull/8589) - DefiLlama TVL source
@ -45,6 +57,41 @@
- [#8504](https://github.com/blockscout/blockscout/pull/8504) - Deploy new UI through Makefile - [#8504](https://github.com/blockscout/blockscout/pull/8504) - Deploy new UI through Makefile
- [#8501](https://github.com/blockscout/blockscout/pull/8501) - Conceal secondary ports in docker compose setup - [#8501](https://github.com/blockscout/blockscout/pull/8501) - Conceal secondary ports in docker compose setup
<details>
<summary>Dependencies version bumps</summary>
- [#8508](https://github.com/blockscout/blockscout/pull/8508) - https://github.com/blockscout/blockscout/pull/8508
- [#8509](https://github.com/blockscout/blockscout/pull/8509) - https://github.com/blockscout/blockscout/pull/8509
- [#8511](https://github.com/blockscout/blockscout/pull/8511) - https://github.com/blockscout/blockscout/pull/8511
- [#8532](https://github.com/blockscout/blockscout/pull/8532) - https://github.com/blockscout/blockscout/pull/8532
- [#8533](https://github.com/blockscout/blockscout/pull/8533) - https://github.com/blockscout/blockscout/pull/8533
- [#8531](https://github.com/blockscout/blockscout/pull/8531) - https://github.com/blockscout/blockscout/pull/8531
- [#8534](https://github.com/blockscout/blockscout/pull/8534) - https://github.com/blockscout/blockscout/pull/8534
- [#8546](https://github.com/blockscout/blockscout/pull/8546) - https://github.com/blockscout/blockscout/pull/8546
- [#8553](https://github.com/blockscout/blockscout/pull/8553) - https://github.com/blockscout/blockscout/pull/8553
- [#8554](https://github.com/blockscout/blockscout/pull/8554) - https://github.com/blockscout/blockscout/pull/8554
- [#8547](https://github.com/blockscout/blockscout/pull/8547) - https://github.com/blockscout/blockscout/pull/8547
- [#8567](https://github.com/blockscout/blockscout/pull/8567) - https://github.com/blockscout/blockscout/pull/8567
- [#8566](https://github.com/blockscout/blockscout/pull/8566) - https://github.com/blockscout/blockscout/pull/8566
- [#7575](https://github.com/blockscout/blockscout/pull/7575) - https://github.com/blockscout/blockscout/pull/7575
- [#8569](https://github.com/blockscout/blockscout/pull/8569) - https://github.com/blockscout/blockscout/pull/8569
- [#8570](https://github.com/blockscout/blockscout/pull/8570) - https://github.com/blockscout/blockscout/pull/8570
- [#8581](https://github.com/blockscout/blockscout/pull/8581) - https://github.com/blockscout/blockscout/pull/8581
- [#8607](https://github.com/blockscout/blockscout/pull/8607) - https://github.com/blockscout/blockscout/pull/8607
- [#8606](https://github.com/blockscout/blockscout/pull/8606) - https://github.com/blockscout/blockscout/pull/8606
- [#8605](https://github.com/blockscout/blockscout/pull/8605) - https://github.com/blockscout/blockscout/pull/8605
- [#8608](https://github.com/blockscout/blockscout/pull/8608) - https://github.com/blockscout/blockscout/pull/8608
- [#8510](https://github.com/blockscout/blockscout/pull/8510) - https://github.com/blockscout/blockscout/pull/8510
- [#8637](https://github.com/blockscout/blockscout/pull/8637) - https://github.com/blockscout/blockscout/pull/8637
- [#8639](https://github.com/blockscout/blockscout/pull/8639) - https://github.com/blockscout/blockscout/pull/8639
- [#8643](https://github.com/blockscout/blockscout/pull/8643) - https://github.com/blockscout/blockscout/pull/8643
- [#8641](https://github.com/blockscout/blockscout/pull/8641) - https://github.com/blockscout/blockscout/pull/8641
- [#8646](https://github.com/blockscout/blockscout/pull/8646) - https://github.com/blockscout/blockscout/pull/8646
- [#8636](https://github.com/blockscout/blockscout/pull/8636) - https://github.com/blockscout/blockscout/pull/8636
- [#8645](https://github.com/blockscout/blockscout/pull/8645) - https://github.com/blockscout/blockscout/pull/8645
- [#8638](https://github.com/blockscout/blockscout/pull/8638) - https://github.com/blockscout/blockscout/pull/8638
- [#8640](https://github.com/blockscout/blockscout/pull/8640) - https://github.com/blockscout/blockscout/pull/8640
</details>
## 5.2.3-beta ## 5.2.3-beta
### 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: "5.2.3" version: "5.3.0"
] ]
end end

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

@ -24,7 +24,7 @@ defmodule Explorer.Mixfile do
dialyzer: :test dialyzer: :test
], ],
start_permanent: Mix.env() == :prod, start_permanent: Mix.env() == :prod,
version: "5.2.3", version: "5.3.0",
xref: [exclude: [BlockScoutWeb.WebRouter.Helpers]] xref: [exclude: [BlockScoutWeb.WebRouter.Helpers]]
] ]
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: "5.2.3" version: "5.3.0"
] ]
end end

@ -34,7 +34,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: 5.2.3 RELEASE_VERSION: 5.3.0
links: links:
- db:database - db:database
environment: environment:

@ -10,7 +10,7 @@ STATS_CONTAINER_NAME := stats
STATS_DB_CONTAINER_NAME := stats-postgres STATS_DB_CONTAINER_NAME := stats-postgres
PROXY_CONTAINER_NAME := proxy PROXY_CONTAINER_NAME := proxy
PG_CONTAINER_NAME := postgres PG_CONTAINER_NAME := postgres
RELEASE_VERSION ?= '5.2.3' RELEASE_VERSION ?= '5.3.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: "5.2.3", version: "5.3.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: "5.2.3-beta" set version: "5.3.0-beta"
set applications: [ set applications: [
:runtime_tools, :runtime_tools,
block_scout_web: :permanent, block_scout_web: :permanent,

Loading…
Cancel
Save