Skip to content

Commit 6eddad4

Browse files
JOYclaude
andcommitted
chore: merge upstream v10.2.3
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2 parents 592d6b6 + ab9fa01 commit 6eddad4

11 files changed

Lines changed: 17 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 10.2.3
4+
5+
### 🐛 Bug Fixes
6+
7+
- Allow fetching of stale token balances ([#14154](https://github.com/blockscout/blockscout/issues/14154))
8+
9+
310
## 10.2.2
411

512
### 🐛 Bug Fixes

apps/block_scout_web/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ defmodule BlockScoutWeb.Mixfile do
1919
lockfile: "../../mix.lock",
2020
package: package(),
2121
start_permanent: Mix.env() == :prod,
22-
version: "10.2.2",
22+
version: "10.2.3",
2323
xref: [
2424
exclude: [
2525
Explorer.Chain.PolygonZkevm.Reader,

apps/ethereum_jsonrpc/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ defmodule EthereumJSONRPC.MixProject do
1919
elixirc_paths: elixirc_paths(Mix.env()),
2020
lockfile: "../../mix.lock",
2121
start_permanent: Mix.env() == :prod,
22-
version: "10.2.2"
22+
version: "10.2.3"
2323
]
2424
end
2525

apps/explorer/lib/explorer/token/metadata_retriever.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ defmodule Explorer.Token.MetadataRetriever do
1414
@vm_execution_error "VM execution error"
1515
@invalid_base64_data "invalid data:application/json;base64"
1616
@invalid_ipfs_path "invalid ipfs path"
17-
@default_headers [{"User-Agent", "blockscout-10.2.2"}]
17+
@default_headers [{"User-Agent", "blockscout-10.2.3"}]
1818

1919
# https://eips.ethereum.org/EIPS/eip-1155#metadata
2020
@erc1155_token_id_placeholder "{id}"

apps/explorer/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule Explorer.Mixfile do
2020
lockfile: "../../mix.lock",
2121
package: package(),
2222
start_permanent: Mix.env() == :prod,
23-
version: "10.2.2",
23+
version: "10.2.3",
2424
xref: [exclude: [BlockScoutWeb.Routers.WebRouter.Helpers, Indexer.Helper, Indexer.Fetcher.InternalTransaction]]
2525
]
2626
end

apps/indexer/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ defmodule Indexer.MixProject do
1414
elixirc_paths: elixirc_paths(Mix.env()),
1515
lockfile: "../../mix.lock",
1616
start_permanent: Mix.env() == :prod,
17-
version: "10.2.2",
17+
version: "10.2.3",
1818
xref: [
1919
exclude: [
2020
Explorer.Chain.Optimism.Deposit,

apps/nft_media_handler/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule NFTMediaHandler.MixProject do
44
def project do
55
[
66
app: :nft_media_handler,
7-
version: "10.2.2",
7+
version: "10.2.3",
88
build_path: "../../_build",
99
config_path: "../../config/config.exs",
1010
deps_path: "../../deps",

apps/utils/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Utils.MixProject do
44
def project do
55
[
66
app: :utils,
7-
version: "10.2.2",
7+
version: "10.2.3",
88
build_path: "../../_build",
99
# config_path: "../../config/config.exs",
1010
deps_path: "../../deps",

docker/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ STATS_CONTAINER_NAME := stats
1010
STATS_DB_CONTAINER_NAME := stats-db
1111
PROXY_CONTAINER_NAME := proxy
1212
PG_CONTAINER_NAME := postgres
13-
RELEASE_VERSION ?= '10.2.2'
13+
RELEASE_VERSION ?= '10.2.3'
1414
TAG := $(RELEASE_VERSION)-commit-$(shell git log -1 --pretty=format:"%h")
1515
STABLE_TAG := $(RELEASE_VERSION)
1616

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ defmodule BlockScout.Mixfile do
77
[
88
# app: :block_scout,
99
# aliases: aliases(config_env()),
10-
version: "10.2.2",
10+
version: "10.2.3",
1111
apps_path: "apps",
1212
deps: deps(),
1313
dialyzer: dialyzer(),

0 commit comments

Comments
 (0)