Minor fixes

pull/7584/head
POA 1 year ago
parent 158e64f332
commit 45cb6d2174
  1. 2
      CHANGELOG.md
  2. 3
      apps/block_scout_web/mix.exs

@ -5,6 +5,7 @@
### Features
- [#8673](https://github.com/blockscout/blockscout/pull/8673) - Add a window for balances fetching from non-archive node
- [#7584](https://github.com/blockscout/blockscout/pull/7584) - Add Polygon zkEVM batches fetcher
### Fixes
@ -30,7 +31,6 @@
- [#8543](https://github.com/blockscout/blockscout/pull/8543) - Fix polygon tracer
- [#8386](https://github.com/blockscout/blockscout/pull/8386) - Add `owner_address_hash` to the `token_instances`
- [#8530](https://github.com/blockscout/blockscout/pull/8530) - Add `block_type` to search results
- [#7584](https://github.com/blockscout/blockscout/pull/7584) - Add Polygon zkEVM batches fetcher
- [#8180](https://github.com/blockscout/blockscout/pull/8180) - Deposits and Withdrawals for Polygon Edge
- [#7996](https://github.com/blockscout/blockscout/pull/7996) - Add CoinBalance fetcher init query limit
- [#8658](https://github.com/blockscout/blockscout/pull/8658) - Remove block consensus on import fail

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

Loading…
Cancel
Save