Skip to content

Releases: blockscout/frontend

v1.26.2

14 Mar 10:26
Compare
Choose a tag to compare

What's Changed

#1704

  • adjust the blob image decoding algorithm
  • avoid splitting words in UTF-8 blob decoded data
  • format all args value to string in the contract method form

Full Changelog: v1.26.1...v1.26.2

v1.26.1

13 Mar 16:24
Compare
Choose a tag to compare
  • remove 404 for blob page if blob txs view is hidden

Full Changelog: v1.26.0...v1.26.1

v1.26.0

08 Mar 04:53
Compare
Choose a tag to compare

🚨 Changes in ENV variables

  • In #1654 added NEXT_PUBLIC_SAFE_TX_SERVICE_URL to explicitly define the Safe API endpoint
  • In #1672 added NEXT_PUBLIC_VIEWS_TX_HIDDEN_VIEWS variable to manage the visibility of tx views (e.g. Blob txs tab on Transaction page).
  • In #1637 added NEXT_PUBLIC_METASUITES_ENABLED variable to enable MetaSuites integration

See full list of the ENV variables here

What's Changed

New Contributors

Full Changelog: v1.25.2...v1.26.0

v1.25.2

05 Mar 07:56
Compare
Choose a tag to compare
  • #1670 - Add fallback to 'image_url' if 'animation_url' is invalid for NFT instance

Full Changelog: v1.25.1...v1.25.2

v1.25.1

29 Feb 12:54
Compare
Choose a tag to compare

Minor UI fixes for block list and block page with hidden miner field only.
Full Changelog: v1.25.0...v1.25.1

v1.25.0

27 Feb 07:37
Compare
Choose a tag to compare

🚨 Changes in ENV variables

  • #1524
    • NEXT_PUBLIC_HOMEPAGE_SHOW_GAS_TRACKER has been renamed to NEXT_PUBLIC_GAS_TRACKER_ENABLED.
    • NEXT_PUBLIC_GAS_TRACKER_UNITS has been added to allow adjust the units of gas prices.
  • #1598 added NEXT_PUBLIC_HAS_CONTRACT_AUDIT_REPORTS to enable audits feature
  • #1610 added shibarium to NEXT_PUBLIC_ROLLUP_TYPE
  • #1621 added NEXT_PUBLIC_VALIDATORS_CHAIN_TYPE for enabling validators page

What's Changed

New Contributors

Full Changelog: v1.24.1...v1.25.0

v1.24.1

16 Feb 16:24
Compare
Choose a tag to compare
  • Add NEXT_PUBLIC_MARKETPLACE_ENABLED to enable the marketplace explicitly.

Full Changelog: v1.24.0...v1.24.1

v1.24.0

13 Feb 15:20
Compare
Choose a tag to compare

🚨 Changes in ENV variables

  • #1550 - added optional logo field to NEXT_PUBLIC_NETWORK_EXPLORERS array item
  • #1599 - refactor ENVs related to rollups
    • NEXT_PUBLIC_IS_OPTIMISTIC_L2_NETWORK and NEXT_PUBLIC_IS_ZKEVM_L2_NETWORK replaced by NEXT_PUBLIC_ROLLUP_TYPE
    • NEXT_PUBLIC_OPTIMISTIC_L2_WITHDRAWAL_URL renamed to NEXT_PUBLIC_ROLLUP_L2_WITHDRAWAL_URL
    • NEXT_PUBLIC_L1_BASE_URL renamed to NEXT_PUBLIC_ROLLUP_L1_BASE_URL
    • see full list of deprecated ENVs here
  • #1469 - added "hype" to the list of ads banner providers NEXT_PUBLIC_AD_BANNER_PROVIDER
  • #1569 - added a new ENV variable NEXT_PUBLIC_SWAP_BUTTON_URL for displaying swap button in the top bar
  • #1597 - added a new EVN variable NEXT_PUBLIC_MARKETPLACE_SUGGEST_IDEAS_FORM for displaying "Suggest idea" button on marketplace page

To see full list of the ENV please refer to the file - https://github.com/blockscout/frontend/blob/v1.24.0/docs/ENVS.md

What's Changed

New Contributors

Full Changelog: v1.23.3...v1.24.0

v1.23.3

09 Feb 14:23
Compare
Choose a tag to compare
  • Fixes incorrect grouping of categories on marketplace #1594

Full Changelog: v1.23.2...v1.23.3

v1.23.2

09 Feb 07:00
Compare
Choose a tag to compare

Full Changelog: v1.23.1...v1.23.2