Skip to content

v2.11.0

Latest

Choose a tag to compare

@tom2drum tom2drum released this 24 Aug 16:34
· 15 commits to main since this release

🚀 New Features

  • Show transaction status, action, and timestamp in social link previews by @tom2drum in #3596
  • Add token-transfer filter link to address hover tooltips by @tom2drum in #3648
  • Move the block countdown page to the API v2 endpoint by @tom2drum in #3605
  • Add an expedited-review payment section to the token info application form by @tom2drum in #3644

🐛 Bug Fixes

  • Fix cross-chain In/Out tag always showing "In" on multichain instances by @tom2drum in #3624
  • Don't feed the placeholder dapp URL to the marketplace iframe by @tom2drum in #3630
  • Key token transfer rows by token id so rows stop surviving pagination by @tom2drum in #3632
  • Fix chain switch error blocking L2→L1 withdrawal claims by @tom2drum in #3646
  • Keep scam tokens out of the address token list when they arrive over the socket by @tom2drum in #3636
  • Stop false "N more transfers" notices on the NFT instance transfers tab by @tom2drum in #3654

⚡ Performance Improvements

  • Token page: prime address query, split loading states, and skip JSON parse on API errors by @tom2drum in #3623

📦 Dependencies Updates

  • Move production builds back to Turbopack on Next.js 16.3.1 by @tom2drum in #3645

🛠️ DX & Tooling

  • Add corepack retry + build cache write-back by @alik-agaev in #3599
  • Upgrade dotenv-cli so preset envs with a bare $ load by @tom2drum in #3604
  • Add a code review step to the agent task workflow by @tom2drum in #3606
  • Deduplicate the local run scripts and fold the profiling build into prod:preset by @tom2drum in #3609
  • Tighten the agent doc-reference checker and fix the paths it was hiding by @tom2drum in #3610
  • Stop production builds from leaving generated files in the working tree by @tom2drum in #3614
  • Refine the agent workflow docs: team directory, spec conventions, and PR template by @tom2drum in #3618
  • Restructure the product task workflow around vertical subtasks by @tom2drum in #3629
  • Replace the Slack-only issue skill with a generic create-issue workflow by @tom2drum in #3637
  • Add a skill that turns Slack config requests into exact env vars for DevOps by @tom2drum in #3641
  • Restructure the product task workflow docs and skills by @tom2drum in #3657
  • Clean up Rollbar noise from the deferred error-reporting listeners by @tom2drum in #3620
  • Reduce noisy JavaScript errors reported to Rollbar by @tom2drum in #3625

🎨 Design Updates

✨ Other Changes

  • Show contract deployer as an eligible signer in the address verification flow by @tom2drum in #3642
  • Migrate the TAC operations views to Read API v2 by @tom2drum in #3635
  • Add the "scan" keyword to the home page meta description and footer copy by @tom2drum in #3617
  • Send WALLET_CONNECT analytics from the login flow by @tom2drum in #3622
  • Rename OP Stack Flashblocks to Subblocks in the UI by @tom2drum in #3643
  • Keep flashblocks rendering one at a time as the block interval drops to 200ms by @tom2drum in #3639

🚨 Changes in ENV variables

  • #3644:
    • Added NEXT_PUBLIC_TOKEN_INFO_EXPEDITED_REVIEW_HTML — payment instructions shown in the token info form's "Need a faster review?" block; setting it enables the block, an empty value hides it. Only applies when the address verification workflow is enabled.

Full list of the ENV variables: v2.11.0

💑 Compatibility

This release raises the minimum required version of the following API services:

Service Version
Blockscout API v11.2.8+
Contracts Info microservice API v1.5.3+
Admin RS microservice API v1.5.1+
TAC-operation-lifecycle microservice API v1.2.0+

Full Changelog: v2.10.3...v2.11.0