Skip to content

v2.7.0

Choose a tag to compare

@tom2drum tom2drum released this 04 Mar 17:54
· 361 commits to main since this release

🚀 New Features

🐛 Bug Fixes

📦 Dependencies Updates

🛠️ DX & Tooling

🎨 Design Updates

✨ Other Changes

🚨 Changes in ENV variables

  • #3249
    • Added NEXT_PUBLIC_API_KEYS_ALERT_MESSAGE to display custom alerts on the API keys page.
  • #3220
    • Added NEXT_PUBLIC_ACCOUNT_AUTH_PROVIDER to select the authentication provider (auth0 or dynamic) for basic user authentication; defaults to auth0 for backward compatibility.
    • Added NEXT_PUBLIC_ACCOUNT_DYNAMIC_ENVIRONMENT_ID to setup the Environment ID of the Dynamic project, required when using dynamic as the auth provider.
    • Updated NEXT_PUBLIC_RE_CAPTCHA_APP_SITE_KEY to be required only when using auth0 as the provider (previously always required).
  • #3227
    • Added NEXT_PUBLIC_CROSS_CHAIN_TXS_CONFIG: URL of the configuration file in JSON format that contains information about the chains involved in cross-chain transactions.
    • Added NEXT_PUBLIC_INTERCHAIN_INDEXER_API_HOST: Interchain indexer API service host used to fetch cross-chain transaction data and metadata, including transaction details, token transfers, messages, and statistics.
  • #3291
    • Removed the NEXT_PUBLIC_SAVE_ON_GAS_ENABLED variable because the feature has been deprecated.
  • #3278
    • Introduced NEXT_PUBLIC_ROLLUP_LAYER_NUMBER to specify the rollup layer number.
  • #3300
    • Removed NEXT_PUBLIC_API_SPEC_URL because the REST API spec URL is now built automatically from the backend version and openapi_spec_folder_name returned by api/v2/config/backend-version and api/v2/config/backend.
  • #3307
    • Introduced NEXT_PUBLIC_ACCOUNT_API_KEYS_BUTTON to control the visibility of the "Add API key" button, allowing it to be a boolean or a URL.
    • Added NEXT_PUBLIC_API_DOCS_ALERT_MESSAGE for custom alerts on the API documentation page.
  • #3283
    • Added NEXT_PUBLIC_NAME_SERVICE_PROTOCOLS to customize list of protocol IDs used by the chain for the name service API.
  • #3310
    • Removed the NEXT_PUBLIC_ROLLUP_L1_BASE_URL since it has been replaced by the NEXT_PUBLIC_ROLLUP_PARENT_CHAIN variable.

Full list of the ENV variables: v2.7.0

💑 Compatibility

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

Service Version
Blockscout API v10.0.0+
Interchain Indexer microservice API v1.0.0+
Multichain Aggregator microservice API v2.1.0+

🦄 New Contributors


Full Changelog: v2.6.2...v2.7.0