Releases: blockscout/frontend
Releases Β· blockscout/frontend
v1.38.0-alpha
π New Features
- Support EIP-7702 addresses by @tom2drum in #2523
- Filecoin: display address id instead of hash by @isstuev in #2497
- Show Celestia Blobs on Arbitrum chains by @tom2drum in #2562
- Arbitrum messages claiming by @tom2drum in #2533
- Zilliqa: Validator views by @tom2drum in #2557
- Neon: Solana transactions by @isstuev in #2483
- App config: support multiple RPC URLs by @tom2drum in #2498
- Contract interaction - floats in uint256 by @tom2drum in #2499
- Generate
sitemap.xml
androbots.txt
files by @tom2drum in #2502 - OG image: automatically generate image on container start by @tom2drum in #2496
- Show decoded target address in User operations by @isstuev in #2520
- Support metadata_tag type in search by @isstuev in #2559
- Unify stats across relevant pages by @isstuev in #2561
- Support
show_scam_tokens
cookie by @tom2drum in #2560 - Internal transactions list page by @tom2drum in #2553
π 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
- Replace
lodash
withes-toolkit
by @tom2drum in #2503 - Fix dependabot alerts by @tom2drum in #2507
- Bump
reown
to v1.6.7 and fix security alerts by @tom2drum in #2565
β¨ Other Changes
- UX changes for BS / Merits login by @tom2drum in #2541
- Create new Type to show DEX tag in summary header by @isstuev in #2543
- Pools: support quote_token fdv and market_cap values by @isstuev in #2546
- Interpretation stub for failed txs by @isstuev in #2484
- Dapps modals by @varunguleriaCodes in #2490
- Search: open dapp info for external dapps fix by @isstuev in #2567
- Patch yarn timeout by @tom2drum in #2482
- Explorers section: bring hashes to lower case in the url by @isstuev in #2481
- Process 403 error from address/token/contract handle by @isstuev in #2477
- Typo update zkEvmL2.ts by @romashka-btc in #2488
- Update tag convention for docker images by @tom2drum in #2566
- Change x handle by @isstuev in #2576
- Change Merits dashboard path by @maxaleks in #2575
- Noves.fi tag by @isstuev in #2579
π¨ 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 theNEXT_PUBLIC_VALIDATORS_CHAIN_TYPE
variable. - #2533 - Added
NEXT_PUBLIC_ROLLUP_PARENT_CHAIN_NAME
to pass the parameters of the parent chain for the rollup. TheNEXT_PUBLIC_ROLLUP_L1_BASE_URL
andNEXT_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 toNEXT_PUBLIC_HOMEPAGE_CHARTS
andtotal_operational_txs
toNEXT_PUBLIC_HOMEPAGE_STATS
. Values can be used only ifNEXT_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
- @romashka-btc made their first contribution in #2488
- @varunguleriaCodes made their first contribution in #2490
Full Changelog: v1.37.6...v1.38.0-alpha
v1.37.6
v1.37.5
- Resolves #2518 with Ad banner on Merits page
- Fixes #2529 with migrate to the new API fields: tx_types, blob_tx_count and tx_burnt_fee
- Fixes #2465 with Explorers section: bring hashes to lower case in the url
Full Changelog: v1.37.4...v1.37.5
v1.37.4
- Pass ReCaptcha token to API request when signing in with wallet
- Refine Rollbar events filter
Full Changelog: v1.37.3...v1.37.4
v1.37.3
v1.37.2
v1.37.1
v1.37.0
π New Features
- Scroll views by @isstuev in #2418
- Add Nouns pfps by @tom2drum in #2447
- Support verification of Stylus contracts by @tom2drum in #2450
- Advanced filter by @isstuev in #1905
- Add custom block ordering on address transaction page by @tom2drum in #2387
- Zilliqa: Consensus data on Block view and Raw Input default format for Scilla contract txn by @tom2drum in #2375
- Zilliqa: filter for Scilla contracts by @tom2drum in #2449
- Add new sorting option to Dappscout by @tom2drum in #2415
- Optimism and Arbitrum rollups updates by @tom2drum in #2414
- Support CDN for NFT images by @tom2drum in #2461
- Pools pages by @isstuev in #2468
- Games by @isstuev in #2338
π Bug Fixes
- Constructor array parameters are displayed as concatenated strings instead of arrays by @tom2drum in #2407
- Fix block miner highlight style by @tom2drum in #2459
- fix(deploy-script): favicon generator by @MaxMustermann2 in #2466
β‘ Performance Improvements
π¦ Dependencies updates
- ReCaptcha: migrate back to v2 solution by @tom2drum in #2446
- Migrate from Sentry.io to Rollbar monitoring solution by @tom2drum in #2403
- Migrate from
web3modal
toreown
by @tom2drum in #2321
π¨ Design updates
β¨ Other Changes
- Call the API logout endpoint when the user logs out by @tom2drum in #2469
- Update Merits dashboard by @maxaleks in #2456
- Certified contract icon for tokens in search and more by @tom2drum in #2425
- Contract page improvements by @tom2drum in #2419
- Change sorting of smart-contract methods to ignore case by @tom2drum in #2409
- Add extra validation for
Token info
application form by @tom2drum in #2408 - Turn on eslint playwright plugin and eslint react-query plugin by @tom2drum in #2401
- Fix "Publish Chakra theme" workflow by @tom2drum in #2399
- Improve grammar, capitalization, and consistency by @Danyylka in #2432
- Remove Canny from footer section by @isstuev in #2442
- SEO Tweaks for Gas Tracker Page by @isstuev in #2344
- Change default description by @isstuev in #2470
π¨ 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
- Added
- #2418 - Added
scroll
as possible value forNEXT_PUBLIC_ROLLUP_TYPE
. - #2446 - The
NEXT_PUBLIC_RE_CAPTCHA_V3_APP_SITE_KEY
variable was deprecated, while theNEXT_PUBLIC_RE_CAPTCHA_APP_SITE_KEY
become active again. - #2447 - Added the
nouns
string to the possible values array of theNEXT_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
- @Danyylka made their first contribution in #2432
- @MaxMustermann2 made their first contribution in #2466
Full Changelog: v1.36.4...v1.37.0
v1.36.4
v1.36.3
π 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
andNEXT_PUBLIC_CELO_L2_UPGRADE_BLOCK
variables to customize the app for Celo-based chains.
Full Changelog: v1.36.2...v1.36.3