Skip to content

v2.3.0

Choose a tag to compare

@tom2drum tom2drum released this 19 Aug 11:27
· 143 commits to main since this release

πŸš€ New Features

πŸ› Bug Fixes

πŸ“¦ Dependencies updates

🎨 Design updates

✨ Other Changes

🚨 Changes in ENV variables

  • #2725:
    • The NEXT_PUBLIC_NAVIGATION_HIDDEN_LINKS variable has been removed. The NEXT_PUBLIC_API_DOCS_TABS variable has been added to control which tabs appear on the API documentation page.
    • Added NEXT_PUBLIC_USER_OPS_INDEXER_API_HOST to show user ops indexer API documentation on the API docs page.
  • #2859 - Added a new variable NEXT_PUBLIC_NAVIGATION_PROMO_BANNER_CONFIG that enables the promo banner in the navigation menu.
  • #2891 - Extended the functionality of the NEXT_PUBLIC_NETWORK_EXPLORERS variable to support blob paths.
  • #2893 - Introduced NEXT_PUBLIC_VIEWS_CONTRACT_DECODED_BYTECODE_ENABLED to show decoded bytecode for unverified scilla contracts.
  • #2916 - Removed NEXT_PUBLIC_MARKETPLACE_RATING_AIRTABLE_API_KEY and NEXT_PUBLIC_MARKETPLACE_RATING_AIRTABLE_BASE_ID variables.
  • #2918 - Removed NEXT_PUBLIC_MARKETPLACE_SECURITY_REPORTS_URL variable.
  • #2915 - Added NEXT_PUBLIC_MIXPANEL_CONFIG_OVERRIDES to modify the Mixpanel SDK configuration.
  • #2919 - Added NEXT_PUBLIC_FLASHBLOCKS_SOCKET_URL variable to enable Flashblocks feature.
  • #2848 - Extended the functionality of the NEXT_PUBLIC_VIEWS_CONTRACT_LANGUAGE_FILTERS variable to allow the geas string as a possible value in the array.
  • #2923 - Added the NEXT_PUBLIC_COLOR_THEME_OVERRIDES variable to override the default values of color theme tokens. Extended the functionality of NEXT_PUBLIC_HOMEPAGE_HERO_BANNER_CONFIG to allow configuration of the border width for the search input within the hero banner.
  • #2828 - Added the NEXT_PUBLIC_FEATURED_NETWORKS_ALL_LINK to display the link to all chain resources in the featured chains dropdown.
  • #2960 - Added the NEXT_PUBLIC_CELO_NATIVE_TOKEN_ADDRESS to exclude native CELO token balance from the net worth value of user tokens.

Full list of the ENV variables: v2.3.0

πŸ’‘ Compatibility

From this version onward, the app is compatible only with the following API versions:

Service Version
Blockscout API v9.0.0+
User-ops indexer API v1.4.1+
Stats microservice API v2.9.1+
Bens microservice API v1.5.10+
TAC operation lifecycle microservice API v1.0.0+
Admin microservice API v1.3.0+

Full Changelog: v2.2.1...v2.3.0