pull/8724/head
Viktor Baranov 1 year ago
parent eaf2d51aa7
commit efd4d2f0b5
  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-suave.yml
  13. 2
      .github/workflows/publish-docker-image-for-xdai.yml
  14. 2
      .github/workflows/publish-docker-image-for-zkevm.yml
  15. 2
      .github/workflows/publish-docker-image-for-zksync.yml
  16. 2
      .github/workflows/publish-docker-image-release.yml
  17. 22
      CHANGELOG.md
  18. 2
      apps/block_scout_web/mix.exs
  19. 2
      apps/ethereum_jsonrpc/mix.exs
  20. 2
      apps/explorer/mix.exs
  21. 2
      apps/indexer/mix.exs
  22. 2
      docker-compose/docker-compose.yml
  23. 2
      docker/Makefile
  24. 2
      mix.exs
  25. 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.0
placeholder: v5.3.1
validations:
required: true

@ -7,7 +7,7 @@ on:
env:
OTP_VERSION: '25.2.1'
ELIXIR_VERSION: '1.14.5'
RELEASE_VERSION: 5.3.0
RELEASE_VERSION: 5.3.1
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.0
RELEASE_VERSION: 5.3.1
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.0
RELEASE_VERSION: 5.3.1
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.0
RELEASE_VERSION: 5.3.1
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.0
RELEASE_VERSION: 5.3.1
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.0
RELEASE_VERSION: 5.3.1
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.0
RELEASE_VERSION: 5.3.1
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.0
RELEASE_VERSION: 5.3.1
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.0
RELEASE_VERSION: 5.3.1
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.0
RELEASE_VERSION: 5.3.1
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.0
RELEASE_VERSION: 5.3.1
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.0
RELEASE_VERSION: 5.3.1
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.0
RELEASE_VERSION: 5.3.1
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.0
RELEASE_VERSION: 5.3.1
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.0
RELEASE_VERSION: 5.3.1
steps:
- name: Check out the repo
uses: actions/checkout@v4

@ -4,6 +4,18 @@
### Features
### Fixes
### Chore
<details>
<summary>Dependencies version bumps</summary>
</details>
## 5.3.1-beta
### Features
- [#8717](https://github.com/blockscout/blockscout/pull/8717) - Save GasPriceOracle old prices as a fallback
- [#8696](https://github.com/blockscout/blockscout/pull/8696) - Support tokenSymbol and tokenName in `/api/v2/import/token-info`
- [#8673](https://github.com/blockscout/blockscout/pull/8673) - Add a window for balances fetching from non-archive node
@ -28,6 +40,16 @@
<details>
<summary>Dependencies version bumps</summary>
- [#8683](https://github.com/blockscout/blockscout/pull/8683) - Bump ex_abi from 0.6.2 to 0.6.3
- [#8689](https://github.com/blockscout/blockscout/pull/8689) - Bump ex_abi from 0.6.2 to 0.6.3
- [#8682](https://github.com/blockscout/blockscout/pull/8682) - Bump core-js from 3.33.0 to 3.33.1 in /apps/block_scout_web/assets
- [#8680](https://github.com/blockscout/blockscout/pull/8680) - Bump web3 from 1.10.2 to 1.10.3 in /apps/block_scout_web/assets
- [#8681](https://github.com/blockscout/blockscout/pull/8681) - Bump eslint-plugin-import from 2.28.1 to 2.29.0 in /apps/block_scout_web/assets
- [#8684](https://github.com/blockscout/blockscout/pull/8684) - Bump @amplitude/analytics-browser from 2.3.2 to 2.3.3 in /apps/block_scout_web/assets
- [#8679](https://github.com/blockscout/blockscout/pull/8679) - Bump sass from 1.69.3 to 1.69.4 in /apps/block_scout_web/assets
- [#8687](https://github.com/blockscout/blockscout/pull/8687) - Bump floki from 0.35.0 to 0.35.1
- [#8693](https://github.com/blockscout/blockscout/pull/8693) - Bump redix from 1.2.3 to 1.3.0
- [#8688](https://github.com/blockscout/blockscout/pull/8688) - Bump ex_doc from 0.30.7 to 0.30.9
</details>
## 5.3.0-beta

@ -23,7 +23,7 @@ defmodule BlockScoutWeb.Mixfile do
dialyzer: :test
],
start_permanent: Mix.env() == :prod,
version: "5.3.0",
version: "5.3.1",
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.0"
version: "5.3.1"
]
end

@ -24,7 +24,7 @@ defmodule Explorer.Mixfile do
dialyzer: :test
],
start_permanent: Mix.env() == :prod,
version: "5.3.0",
version: "5.3.1",
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.0"
version: "5.3.1"
]
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.0
RELEASE_VERSION: 5.3.1
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.0'
RELEASE_VERSION ?= '5.3.1'
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.0",
version: "5.3.1",
apps_path: "apps",
deps: deps(),
dialyzer: dialyzer(),

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

Loading…
Cancel
Save