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_feefor 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_verifiedfor/addressesand/smart-contracts
Chore ๐งน
- #8715 - Rename
wrappedfield torequestRecordfor 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
- Bump eslint from 8.51.0 to 8.52.0 in /apps/block_scout_web/assets by @dependabot in #8683
- Bump ex_abi from 0.6.2 to 0.6.3 by @dependabot in #8689
- Bump core-js from 3.33.0 to 3.33.1 in /apps/block_scout_web/assets by @dependabot in #8682
- Bump web3 from 1.10.2 to 1.10.3 in /apps/block_scout_web/assets by @dependabot in #8680
- Bump eslint-plugin-import from 2.28.1 to 2.29.0 in /apps/block_scout_web/assets by @dependabot in #8681
- Bump @amplitude/analytics-browser from 2.3.2 to 2.3.3 in /apps/block_scout_web/assets by @dependabot in #8684
- Bump sass from 1.69.3 to 1.69.4 in /apps/block_scout_web/assets by @dependabot in #8679
- Bump floki from 0.35.0 to 0.35.1 by @dependabot in #8687
- Bump redix from 1.2.3 to 1.3.0 by @dependabot in #8693
- Bump ex_doc from 0.30.7 to 0.30.9 by @dependabot in #8688
- Fix db pool size exceeds Postgres max connections by @vbaranov in #8685
- Add a window for balances fetching from non-archive node by @Qwerty5Uiop in #8673
- Fix is_verified for /addresses and /smart-contracts by @nikitosing in #8678
- Add Polygon zkEVM batches fetcher by @varasev in #7584
- Don't override internal transaction error if it's present already by @Qwerty5Uiop in #8695
- Account: add pagination + envs for limits by @nikitosing in #8528
- Suave functional by @varasev in #8556
- Support tokenSymbol and tokenName in /api/v2/import/token-info by @nikitosing in #8696
- Fix sourcify enabled flag by @nikitosing in #8705
- Add stability_fee for CHAIN_TYPE=stability by @nikitosing in #8651
- Fix sourcify check by @nikitosing in #8714
- Add address name updating on contract re-verification by @nikitosing in #8706
- Rename
wrappedfield torequestRecordfor Suave by @varasev in #8715 - CoinBalanceHistory tab: show also tx with gasPrice & gasUsed > 0 by @nikitosing in #8708
- Save GasPriceOracle old prices as a fallback by @Qwerty5Uiop in #8717
Full Changelog: v5.3.0-beta...v5.3.1-beta