Skip to content

Releases: blockscout/frontend

v1.38.0-alpha

18 Feb 09:03
540d95e
Compare
Choose a tag to compare
v1.38.0-alpha Pre-release
Pre-release

πŸš€ New Features

πŸ› Bug Fixes

  • Stats & charts: horizontal axis improvements by @isstuev in #2478
  • Navigating through lists breaks native browser navigation by @isstuev in #2493
  • Rootstock checksum is not applied on the address page by @tom2drum in #2500
  • Address ERC-20 tokens tab navigation issue by @isstuev in #2516
  • Contract source code: the code for the empty contract is not displaye… by @tom2drum in #2569
  • Fix table column filter for mud record by @isstuev in #2580

⚑ Performance Improvements

  • Redundant request to MUD API on the Contract tab of Token page by @isstuev in #2544
  • Remove nextjs link prefetch by @isstuev in #2537

πŸ“¦ Dependencies updates

✨ Other Changes

🚨 Changes in ENV variables

  • #2498 - The NEXT_PUBLIC_NETWORK_RPC_URL variable apart from one string URL now can take array of RPC URLs.
  • #2562 - Added NEXT_PUBLIC_ROLLUP_DA_CELESTIA_NAMESPACE to create a link to the Arbitrum transaction batch on the Seleneium explorer.
  • #2557 - Added zilliqa to the list of possible values for the NEXT_PUBLIC_VALIDATORS_CHAIN_TYPE variable.
  • #2533 - Added NEXT_PUBLIC_ROLLUP_PARENT_CHAIN_NAME to pass the parameters of the parent chain for the rollup. The NEXT_PUBLIC_ROLLUP_L1_BASE_URL and NEXT_PUBLIC_ROLLUP_PARENT_CHAIN_NAME variables are marked as deprecated.
  • #2483 - Added NEXT_PUBLIC_TX_EXTERNAL_TRANSACTIONS_CONFIG variable to enable and configure external transactions feature.
  • #2561 - Added daily_operational_txs option to NEXT_PUBLIC_HOMEPAGE_CHARTS and total_operational_txs to NEXT_PUBLIC_HOMEPAGE_STATS. Values can be used only if NEXT_PUBLIC_STATS_API_HOST is provided.
  • #2560 - Introduced NEXT_PUBLIC_VIEWS_TOKEN_SCAM_TOGGLE_ENABLED to display the "Hide scam tokens" toggle in the site settings dropdown.

Full list of the ENV variables: v1.38.0-alpha

πŸ¦„ New Contributors


Full Changelog: v1.37.6...v1.38.0-alpha

v1.37.6

13 Feb 11:43
Compare
Choose a tag to compare

v1.37.5

v1.37.4

17 Jan 13:14
Compare
Choose a tag to compare

v1.37.3

06 Jan 14:29
Compare
Choose a tag to compare

v1.37.2

v1.37.1

26 Dec 12:36
Compare
Choose a tag to compare

Process 403 error from address/token/contract handle by @isstuev in #2477

Full Changelog: v1.37.0...v1.37.1

v1.37.0

16 Dec 17:11
Compare
Choose a tag to compare

πŸš€ New Features

πŸ› Bug Fixes

⚑ Performance Improvements

  • Try @helia/verified-fetch for fetching NFT images from IPFS by @tom2drum in #2363

πŸ“¦ Dependencies updates

🎨 Design updates

  • Replace system selectors with Blockscout selectors style by @tom2drum in #2451

✨ Other Changes

🚨 Changes in ENV variables

  • #2414
    • Added NEXT_PUBLIC_ROLLUP_PARENT_CHAIN_NAME to customize L1 transaction status labels for Arbitrum-based chains
    • Added NEXT_PUBLIC_ROLLUP_OUTPUT_ROOTS_ENABLED to enable/disable "Output roots" page for Optimism-based chains
  • #2418 - Added scroll as possible value for NEXT_PUBLIC_ROLLUP_TYPE.
  • #2446 - The NEXT_PUBLIC_RE_CAPTCHA_V3_APP_SITE_KEY variable was deprecated, while the NEXT_PUBLIC_RE_CAPTCHA_APP_SITE_KEY become active again.
  • #2447 - Added the nouns string to the possible values array of the NEXT_PUBLIC_VIEWS_ADDRESS_IDENTICON_TYPE variable.
  • #2403 - Added NEXT_PUBLIC_ROLLBAR_CLIENT_TOKEN for enabling Rollbar integration. NEXT_PUBLIC_SENTRY_DSN, SENTRY_CSP_REPORT_URI, NEXT_PUBLIC_SENTRY_ENABLE_TRACING are marked as deprecated.
  • #2363 - Added NEXT_PUBLIC_HELIA_VERIFIED_FETCH_ENABLED to enable Helia verified fetch for retrieving content of NFT assets directly from IPFS network using trustless gateways.
  • #1905 - Added NEXT_PUBLIC_ADVANCED_FILTER_ENABLED to turn on/off the "Advanced filter" feature.
  • #2468 - Added NEXT_PUBLIC_DEX_POOLS_ENABLED variable to enable DEX pools page.
  • #2338 - Added NEXT_PUBLIC_GAME_BADGE_CLAIM_LINK variable to enable badge claim for Runner game.
  • #2449 - Added NEXT_PUBLIC_VIEWS_CONTRACT_LANGUAGE_FILTERS variable to customize language type filter on verified contracts page.

Full list of the ENV variables: v1.37.0

πŸ¦„ New Contributors


Full Changelog: v1.36.4...v1.37.0

v1.36.4

29 Nov 10:47
Compare
Choose a tag to compare
  • Bind to full prop namings in API v2 endpoints, pt. 2 by @tom2drum in #2430

Full Changelog: v1.36.3...v1.36.4

v1.36.3

21 Nov 12:50
Compare
Choose a tag to compare

πŸš€ New Features

  • Celo: Cross-link to epoch block on the regular block view and Epoch rewards CSV export by @tom2drum in #2386

🚨 Changes in ENV variables

  • Added the NEXT_PUBLIC_CELO_ENABLED and NEXT_PUBLIC_CELO_L2_UPGRADE_BLOCK variables to customize the app for Celo-based chains.

Full Changelog: v1.36.2...v1.36.3