github blockscout/blockscout v5.3.1-beta
BlockScout v5.3.1-beta

latest releases: v10.2.6, v10.2.5, v10.2.4...
2 years ago

New chain types polygon_zkevm and suave have been added.

The full list of the changes

Features ๐ŸŽ‰

  • #8717 - Save GasPriceOracle old prices as a fallback
  • #8696 - Support tokenSymbol and tokenName in /api/v2/import/token-info
  • #8673 - Add a window for balances fetching from non-archive node
  • #8651 - Add stability_fee for CHAIN_TYPE=stability
  • #8556 - Suave functional
  • #8528 - Account: add pagination + envs for limits
  • #7584 - Add Polygon zkEVM batches fetcher

Fixes ๐Ÿ› ๏ธ

  • #8714 - Fix sourcify check
  • #8708 - CoinBalanceHistory tab: show also tx with gasPrice & gasUsed > 0
  • #8706 - Add address name updating on contract re-verification
  • #8705 - Fix sourcify enabled flag
  • #8695 - Don't override internal transaction error if it's present already
  • #8685 - Fix db pool size exceeds Postgres max connections
  • #8678 - Fix is_verified for /addresses and /smart-contracts

Chore ๐Ÿงน

  • #8715 - Rename wrapped field to requestRecord for Suave
Dependencies version bumps
  • #8683 - Bump eslint from 8.51.0 to 8.52.0 in /apps/block_scout_web/assets
  • #8689 - Bump ex_abi from 0.6.2 to 0.6.3
  • #8682 - Bump core-js from 3.33.0 to 3.33.1 in /apps/block_scout_web/assets
  • #8680 - Bump web3 from 1.10.2 to 1.10.3 in /apps/block_scout_web/assets
  • #8681 - Bump eslint-plugin-import from 2.28.1 to 2.29.0 in /apps/block_scout_web/assets
  • #8684 - Bump @amplitude/analytics-browser from 2.3.2 to 2.3.3 in /apps/block_scout_web/assets
  • #8679 - Bump sass from 1.69.3 to 1.69.4 in /apps/block_scout_web/assets
  • #8687 - Bump floki from 0.35.0 to 0.35.1
  • #8693 - Bump redix from 1.2.3 to 1.3.0
  • #8688 - Bump ex_doc from 0.30.7 to 0.30.9

The full list of new env variables

Variable Required Description Default Version
ETHEREUM_JSONRPC_ARCHIVE_BALANCES_WINDOW Max block number gap from latest for which balances requests can be processed when ETHEREUM_JSONRPC_DISABLE_ARCHIVE_BALANCES env var is set to true. Implemented in #8673 200 v5.3.1+
INDEXER_ZKEVM_BATCHES_ENABLED Enables Polygon zkEVM batches fetcher. Implemented in #7584. false v5.3.1+
INDEXER_ZKEVM_BATCHES_CHUNK_SIZE The number of Polygon zkEVM batches in one chunk when reading them from RPC. Implemented in #7584. 20 v5.3.1+
INDEXER_ZKEVM_BATCHES_RECHECK_INTERVAL The latest batch rechecking interval, seconds. Implemented in #7584. 60 v5.3.1+
ACCOUNT_PRIVATE_TAGS_LIMIT Limit for address & transaction tags. Implemented in #8528. 2000 v5.3.1+
ACCOUNT_WATCHLIST_ADDRESSES_LIMIT Limit for watch list addresses. Implemented in #8528. 15 v5.3.1+

What's Changed

Full Changelog: v5.3.0-beta...v5.3.1-beta

Don't miss a new blockscout release

NewReleases is sending notifications on new releases.