diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 677dd9604a..00b3285f45 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -65,7 +65,7 @@ body:
attributes:
label: Backend version
description: The release version of the backend or branch/commit.
- placeholder: v5.3.2
+ placeholder: v5.3.3
validations:
required: true
diff --git a/.github/workflows/prerelease-main.yml b/.github/workflows/prerelease-main.yml
index 57890b3ffb..e2fc82079b 100644
--- a/.github/workflows/prerelease-main.yml
+++ b/.github/workflows/prerelease-main.yml
@@ -16,7 +16,7 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
env:
- RELEASE_VERSION: 5.3.2
+ RELEASE_VERSION: 5.3.3
steps:
- name: Check out the repo
uses: actions/checkout@v4
diff --git a/.github/workflows/publish-docker-image-every-push.yml b/.github/workflows/publish-docker-image-every-push.yml
index a5ebce6f57..bd66d11102 100644
--- a/.github/workflows/publish-docker-image-every-push.yml
+++ b/.github/workflows/publish-docker-image-every-push.yml
@@ -11,7 +11,7 @@ on:
env:
OTP_VERSION: '25.2.1'
ELIXIR_VERSION: '1.14.5'
- RELEASE_VERSION: 5.3.2
+ RELEASE_VERSION: 5.3.3
jobs:
push_to_registry:
diff --git a/.github/workflows/publish-docker-image-for-core.yml b/.github/workflows/publish-docker-image-for-core.yml
index b90942317b..184bed4b4a 100644
--- a/.github/workflows/publish-docker-image-for-core.yml
+++ b/.github/workflows/publish-docker-image-for-core.yml
@@ -15,7 +15,7 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
env:
- RELEASE_VERSION: 5.3.2
+ RELEASE_VERSION: 5.3.3
DOCKER_CHAIN_NAME: poa
steps:
- name: Check out the repo
diff --git a/.github/workflows/publish-docker-image-for-eth-goerli.yml b/.github/workflows/publish-docker-image-for-eth-goerli.yml
index 28b51f91c9..174318b6c9 100644
--- a/.github/workflows/publish-docker-image-for-eth-goerli.yml
+++ b/.github/workflows/publish-docker-image-for-eth-goerli.yml
@@ -15,7 +15,7 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
env:
- RELEASE_VERSION: 5.3.2
+ RELEASE_VERSION: 5.3.3
DOCKER_CHAIN_NAME: eth-goerli
steps:
- name: Check out the repo
diff --git a/.github/workflows/publish-docker-image-for-eth-sepolia.yml b/.github/workflows/publish-docker-image-for-eth-sepolia.yml
index 28bedb51ee..d0d1a6281f 100644
--- a/.github/workflows/publish-docker-image-for-eth-sepolia.yml
+++ b/.github/workflows/publish-docker-image-for-eth-sepolia.yml
@@ -15,7 +15,7 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
env:
- RELEASE_VERSION: 5.3.2
+ RELEASE_VERSION: 5.3.3
DOCKER_CHAIN_NAME: eth-sepolia
steps:
- name: Check out the repo
diff --git a/.github/workflows/publish-docker-image-for-eth.yml b/.github/workflows/publish-docker-image-for-eth.yml
index bfd8ae1519..af99aa32d1 100644
--- a/.github/workflows/publish-docker-image-for-eth.yml
+++ b/.github/workflows/publish-docker-image-for-eth.yml
@@ -15,7 +15,7 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
env:
- RELEASE_VERSION: 5.3.2
+ RELEASE_VERSION: 5.3.3
DOCKER_CHAIN_NAME: mainnet
steps:
- name: Check out the repo
diff --git a/.github/workflows/publish-docker-image-for-fuse.yml b/.github/workflows/publish-docker-image-for-fuse.yml
index b0d1eb68ff..4b0221b8e6 100644
--- a/.github/workflows/publish-docker-image-for-fuse.yml
+++ b/.github/workflows/publish-docker-image-for-fuse.yml
@@ -15,7 +15,7 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
env:
- RELEASE_VERSION: 5.3.2
+ RELEASE_VERSION: 5.3.3
DOCKER_CHAIN_NAME: fuse
steps:
- name: Check out the repo
diff --git a/.github/workflows/publish-docker-image-for-immutable.yml b/.github/workflows/publish-docker-image-for-immutable.yml
index d86f7025cb..6dd6dccde6 100644
--- a/.github/workflows/publish-docker-image-for-immutable.yml
+++ b/.github/workflows/publish-docker-image-for-immutable.yml
@@ -15,7 +15,7 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
env:
- RELEASE_VERSION: 5.3.2
+ RELEASE_VERSION: 5.3.3
DOCKER_CHAIN_NAME: immutable
steps:
- name: Check out the repo
diff --git a/.github/workflows/publish-docker-image-for-l2-staging.yml b/.github/workflows/publish-docker-image-for-l2-staging.yml
index a6227eaee5..744d4f4694 100644
--- a/.github/workflows/publish-docker-image-for-l2-staging.yml
+++ b/.github/workflows/publish-docker-image-for-l2-staging.yml
@@ -15,7 +15,7 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
env:
- RELEASE_VERSION: 5.3.2
+ RELEASE_VERSION: 5.3.3
DOCKER_CHAIN_NAME: optimism-l2-advanced
steps:
- name: Check out the repo
diff --git a/.github/workflows/publish-docker-image-for-lukso.yml b/.github/workflows/publish-docker-image-for-lukso.yml
index f294165468..53f2f88e25 100644
--- a/.github/workflows/publish-docker-image-for-lukso.yml
+++ b/.github/workflows/publish-docker-image-for-lukso.yml
@@ -15,7 +15,7 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
env:
- RELEASE_VERSION: 5.3.2
+ RELEASE_VERSION: 5.3.3
DOCKER_CHAIN_NAME: lukso
steps:
- name: Check out the repo
diff --git a/.github/workflows/publish-docker-image-for-optimism.yml b/.github/workflows/publish-docker-image-for-optimism.yml
index c164e1b7d8..f1371cc268 100644
--- a/.github/workflows/publish-docker-image-for-optimism.yml
+++ b/.github/workflows/publish-docker-image-for-optimism.yml
@@ -15,7 +15,7 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
env:
- RELEASE_VERSION: 5.3.2
+ RELEASE_VERSION: 5.3.3
DOCKER_CHAIN_NAME: optimism
steps:
- name: Check out the repo
diff --git a/.github/workflows/publish-docker-image-for-polygon-edge.yml b/.github/workflows/publish-docker-image-for-polygon-edge.yml
index 3b3f7604ca..ccd20ef78d 100644
--- a/.github/workflows/publish-docker-image-for-polygon-edge.yml
+++ b/.github/workflows/publish-docker-image-for-polygon-edge.yml
@@ -15,7 +15,7 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
env:
- RELEASE_VERSION: 5.3.2
+ RELEASE_VERSION: 5.3.3
DOCKER_CHAIN_NAME: polygon-edge
steps:
- name: Check out the repo
diff --git a/.github/workflows/publish-docker-image-for-rsk.yml b/.github/workflows/publish-docker-image-for-rsk.yml
index d47134f2ae..d482fed9e9 100644
--- a/.github/workflows/publish-docker-image-for-rsk.yml
+++ b/.github/workflows/publish-docker-image-for-rsk.yml
@@ -15,7 +15,7 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
env:
- RELEASE_VERSION: 5.3.2
+ RELEASE_VERSION: 5.3.3
DOCKER_CHAIN_NAME: rsk
steps:
- name: Check out the repo
diff --git a/.github/workflows/publish-docker-image-for-stability.yml b/.github/workflows/publish-docker-image-for-stability.yml
index 089e5924e3..218b8fa3e0 100644
--- a/.github/workflows/publish-docker-image-for-stability.yml
+++ b/.github/workflows/publish-docker-image-for-stability.yml
@@ -18,7 +18,7 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
env:
- RELEASE_VERSION: 5.3.2
+ RELEASE_VERSION: 5.3.3
DOCKER_CHAIN_NAME: stability
steps:
- name: Check out the repo
diff --git a/.github/workflows/publish-docker-image-for-suave.yml b/.github/workflows/publish-docker-image-for-suave.yml
index b91bb91e54..85836106b6 100644
--- a/.github/workflows/publish-docker-image-for-suave.yml
+++ b/.github/workflows/publish-docker-image-for-suave.yml
@@ -18,7 +18,7 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
env:
- RELEASE_VERSION: 5.3.2
+ RELEASE_VERSION: 5.3.3
DOCKER_CHAIN_NAME: suave
steps:
- name: Check out the repo
diff --git a/.github/workflows/publish-docker-image-for-xdai.yml b/.github/workflows/publish-docker-image-for-xdai.yml
index 947a675c57..7a69fd7e9f 100644
--- a/.github/workflows/publish-docker-image-for-xdai.yml
+++ b/.github/workflows/publish-docker-image-for-xdai.yml
@@ -15,7 +15,7 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
env:
- RELEASE_VERSION: 5.3.2
+ RELEASE_VERSION: 5.3.3
DOCKER_CHAIN_NAME: xdai
steps:
- name: Check out the repo
diff --git a/.github/workflows/publish-docker-image-for-zkevm.yml b/.github/workflows/publish-docker-image-for-zkevm.yml
index 32a17480e8..9fed1cc040 100644
--- a/.github/workflows/publish-docker-image-for-zkevm.yml
+++ b/.github/workflows/publish-docker-image-for-zkevm.yml
@@ -15,7 +15,7 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
env:
- RELEASE_VERSION: 5.3.2
+ RELEASE_VERSION: 5.3.3
DOCKER_CHAIN_NAME: zkevm
steps:
- name: Check out the repo
diff --git a/.github/workflows/publish-docker-image-for-zksync.yml b/.github/workflows/publish-docker-image-for-zksync.yml
index 8d02b444c1..1688bb4f76 100644
--- a/.github/workflows/publish-docker-image-for-zksync.yml
+++ b/.github/workflows/publish-docker-image-for-zksync.yml
@@ -15,7 +15,7 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
env:
- RELEASE_VERSION: 5.3.2
+ RELEASE_VERSION: 5.3.3
DOCKER_CHAIN_NAME: zksync
steps:
- name: Check out the repo
diff --git a/.github/workflows/publish-docker-image-staging-on-demand.yml b/.github/workflows/publish-docker-image-staging-on-demand.yml
index ad6b96a324..246a487636 100644
--- a/.github/workflows/publish-docker-image-staging-on-demand.yml
+++ b/.github/workflows/publish-docker-image-staging-on-demand.yml
@@ -12,7 +12,7 @@ on:
env:
OTP_VERSION: '25.2.1'
ELIXIR_VERSION: '1.14.5'
- RELEASE_VERSION: 5.3.2
+ RELEASE_VERSION: 5.3.3
jobs:
push_to_registry:
diff --git a/.github/workflows/release-additional.yml b/.github/workflows/release-additional.yml
index 72c287e937..892a6b6ead 100644
--- a/.github/workflows/release-additional.yml
+++ b/.github/workflows/release-additional.yml
@@ -18,7 +18,7 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
env:
- RELEASE_VERSION: 5.3.2
+ RELEASE_VERSION: 5.3.3
steps:
- name: Check out the repo
uses: actions/checkout@v4
diff --git a/.github/workflows/release-main.yml b/.github/workflows/release-main.yml
index 60c840a7f7..d8808170ab 100644
--- a/.github/workflows/release-main.yml
+++ b/.github/workflows/release-main.yml
@@ -18,7 +18,7 @@ jobs:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
env:
- RELEASE_VERSION: 5.3.2
+ RELEASE_VERSION: 5.3.3
steps:
- name: Check out the repo
uses: actions/checkout@v4
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cbc0ae33d9..87dce1db56 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,18 @@
### Features
+### Fixes
+
+### Chore
+
+
+ Dependencies version bumps
+
+
+## 5.3.3-beta
+
+### Features
+
- [#8908](https://github.com/blockscout/blockscout/pull/8908) - Solidityscan report API endpoint
- [#8900](https://github.com/blockscout/blockscout/pull/8900) - Add Compound proxy contract pattern
- [#8611](https://github.com/blockscout/blockscout/pull/8611) - Implement sorting of smart contracts, address transactions
@@ -23,6 +35,33 @@
- [#8911](https://github.com/blockscout/blockscout/pull/8911) - Set client_connection_check_interval for main Postgres DB in docker-compose setup
+
+ Dependencies version bumps
+
+- [#8863](https://github.com/blockscout/blockscout/pull/8863) - Bump core-js from 3.33.2 to 3.33.3 in /apps/block_scout_web/assets
+- [#8864](https://github.com/blockscout/blockscout/pull/8864) - Bump @amplitude/analytics-browser from 2.3.3 to 2.3.5 in /apps/block_scout_web/assets
+- [#8860](https://github.com/blockscout/blockscout/pull/8860) - Bump ecto_sql from 3.10.2 to 3.11.0
+- [#8896](https://github.com/blockscout/blockscout/pull/8896) - Bump httpoison from 2.2.0 to 2.2.1
+- [#8867](https://github.com/blockscout/blockscout/pull/8867) - Bump mixpanel-browser from 2.47.0 to 2.48.1 in /apps/block_scout_web/assets
+- [#8865](https://github.com/blockscout/blockscout/pull/8865) - Bump eslint from 8.53.0 to 8.54.0 in /apps/block_scout_web/assets
+- [#8866](https://github.com/blockscout/blockscout/pull/8866) - Bump sweetalert2 from 11.9.0 to 11.10.1 in /apps/block_scout_web/assets
+- [#8897](https://github.com/blockscout/blockscout/pull/8897) - Bump prometheus from 4.10.0 to 4.11.0
+- [#8859](https://github.com/blockscout/blockscout/pull/8859) - Bump absinthe from 1.7.5 to 1.7.6
+- [#8858](https://github.com/blockscout/blockscout/pull/8858) - Bump ex_json_schema from 0.10.1 to 0.10.2
+- [#8943](https://github.com/blockscout/blockscout/pull/8943) - Bump postgrex from 0.17.3 to 0.17.4
+- [#8939](https://github.com/blockscout/blockscout/pull/8939) - Bump @babel/core from 7.23.3 to 7.23.5 in /apps/block_scout_web/assets
+- [#8936](https://github.com/blockscout/blockscout/pull/8936) - Bump eslint from 8.54.0 to 8.55.0 in /apps/block_scout_web/assets
+- [#8940](https://github.com/blockscout/blockscout/pull/8940) - Bump photoswipe from 5.4.2 to 5.4.3 in /apps/block_scout_web/assets
+- [#8938](https://github.com/blockscout/blockscout/pull/8938) - Bump @babel/preset-env from 7.23.3 to 7.23.5 in /apps/block_scout_web/assets
+- [#8935](https://github.com/blockscout/blockscout/pull/8935) - Bump @amplitude/analytics-browser from 2.3.5 to 2.3.6 in /apps/block_scout_web/assets
+- [#8941](https://github.com/blockscout/blockscout/pull/8941) - Bump ueberauth from 0.10.5 to 0.10.6
+- [#8937](https://github.com/blockscout/blockscout/pull/8937) - Bump redux from 4.2.1 to 5.0.0 in /apps/block_scout_web/assets
+- [#8942](https://github.com/blockscout/blockscout/pull/8942) - Bump gettext from 0.23.1 to 0.24.0
+- [#8934](https://github.com/blockscout/blockscout/pull/8934) - Bump @fortawesome/fontawesome-free from 6.4.2 to 6.5.1 in /apps/block_scout_web/assets
+- [#8933](https://github.com/blockscout/blockscout/pull/8933) - Bump postcss from 8.4.31 to 8.4.32 in /apps/block_scout_web/assets
+
+
+
## 5.3.2-beta
### Features
diff --git a/apps/block_scout_web/mix.exs b/apps/block_scout_web/mix.exs
index 2270ffaabd..18dd4fa020 100644
--- a/apps/block_scout_web/mix.exs
+++ b/apps/block_scout_web/mix.exs
@@ -23,7 +23,7 @@ defmodule BlockScoutWeb.Mixfile do
dialyzer: :test
],
start_permanent: Mix.env() == :prod,
- version: "5.3.2",
+ version: "5.3.3",
xref: [exclude: [Explorer.Chain.Zkevm.Reader]]
]
end
diff --git a/apps/ethereum_jsonrpc/mix.exs b/apps/ethereum_jsonrpc/mix.exs
index 608b2bb28b..9445c50013 100644
--- a/apps/ethereum_jsonrpc/mix.exs
+++ b/apps/ethereum_jsonrpc/mix.exs
@@ -23,7 +23,7 @@ defmodule EthereumJsonrpc.MixProject do
dialyzer: :test
],
start_permanent: Mix.env() == :prod,
- version: "5.3.2"
+ version: "5.3.3"
]
end
diff --git a/apps/explorer/lib/explorer/token_instance_owner_address_migration/helper.ex b/apps/explorer/lib/explorer/token_instance_owner_address_migration/helper.ex
index 7b0a092245..66beb03dd4 100644
--- a/apps/explorer/lib/explorer/token_instance_owner_address_migration/helper.ex
+++ b/apps/explorer/lib/explorer/token_instance_owner_address_migration/helper.ex
@@ -52,7 +52,7 @@ defmodule Explorer.TokenInstanceOwnerAddressMigration.Helper do
)
token_transfer =
- Repo.one(token_transfer_query) ||
+ Repo.one(token_transfer_query, timeout: :timer.minutes(1)) ||
%{to_address_hash: @burn_address_hash, block_number: -1, log_index: -1}
%{
diff --git a/apps/explorer/mix.exs b/apps/explorer/mix.exs
index fd91cf515e..492b774aab 100644
--- a/apps/explorer/mix.exs
+++ b/apps/explorer/mix.exs
@@ -24,7 +24,7 @@ defmodule Explorer.Mixfile do
dialyzer: :test
],
start_permanent: Mix.env() == :prod,
- version: "5.3.2",
+ version: "5.3.3",
xref: [exclude: [BlockScoutWeb.WebRouter.Helpers]]
]
end
diff --git a/apps/indexer/mix.exs b/apps/indexer/mix.exs
index e3454f3318..fcb2d95139 100644
--- a/apps/indexer/mix.exs
+++ b/apps/indexer/mix.exs
@@ -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.2"
+ version: "5.3.3"
]
end
diff --git a/docker-compose/docker-compose.yml b/docker-compose/docker-compose.yml
index 0ce792f80d..3198bf8998 100644
--- a/docker-compose/docker-compose.yml
+++ b/docker-compose/docker-compose.yml
@@ -34,7 +34,7 @@ services:
CACHE_TOTAL_GAS_USAGE_COUNTER_ENABLED: ""
CACHE_ADDRESS_WITH_BALANCES_UPDATE_INTERVAL: ""
ADMIN_PANEL_ENABLED: ""
- RELEASE_VERSION: 5.3.2
+ RELEASE_VERSION: 5.3.3
links:
- db:database
environment:
diff --git a/docker/Makefile b/docker/Makefile
index e320e4c983..231bcfe7ae 100644
--- a/docker/Makefile
+++ b/docker/Makefile
@@ -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.2'
+RELEASE_VERSION ?= '5.3.3'
TAG := $(RELEASE_VERSION)-commit-$(shell git log -1 --pretty=format:"%h")
STABLE_TAG := $(RELEASE_VERSION)
diff --git a/mix.exs b/mix.exs
index f3a4838a8b..09f4506585 100644
--- a/mix.exs
+++ b/mix.exs
@@ -7,7 +7,7 @@ defmodule BlockScout.Mixfile do
[
# app: :block_scout,
# aliases: aliases(config_env()),
- version: "5.3.2",
+ version: "5.3.3",
apps_path: "apps",
deps: deps(),
dialyzer: dialyzer(),
diff --git a/rel/config.exs b/rel/config.exs
index 86844487f4..62745d29f4 100644
--- a/rel/config.exs
+++ b/rel/config.exs
@@ -71,7 +71,7 @@ end
# will be used by default
release :blockscout do
- set version: "5.3.2-beta"
+ set version: "5.3.3-beta"
set applications: [
:runtime_tools,
block_scout_web: :permanent,