π New Features
- Celo: Epoch rewards tab on Address view by @isstuev in #2277
- Graph integration by @isstuev in #2284
- Token transfers list page by @isstuev in #2280
- Shortcut for focusing on main search input by @tom2drum in #2310
- Support custom MUD system ABI by @tom2drum in #2296
- Zapper integration by @isstuev in #2325
- Account v2 by @tom2drum in #2262
- Rewards (merits) by @maxaleks in #2283
- Filecoin addresses support by @isstuev in #2248
- Humanity score integration by @isstuev in #2354
- Support
bech32
address standard by @tom2drum in #2351
π Bug Fixes
- Blocks validated skeleton displays placeholder values by @isstuev in #2291
- Fix hero banner config for dark color mode by @tom2drum in #2300
Unrecognized chain ID
error when adding network via mobile MetaMask by @tom2drum in #2312- Contract call response displayed with empty values by @tom2drum in #2307
- Add skeleton to chart resolutions control by @isstuev in #2336
- Fix highlighting for main contract code by @tom2drum in #2333
- Show "Update metadata" button for instance without metadata by @tom2drum in #2327
- Typo corrections Update CONTRIBUTING.md by @mdqst in #2353
- Do not display empty NFT attributes by @tom2drum in #2348
- Celo:
Epoch rewards
tab bugs on mobile by @tom2drum in #2346 - Add filecoin address for proxy implementations by @isstuev in #2359
- Add timestamp to celo rewards view by @isstuev in #2361
π¦ Dependencies updates
π¨ Design updates
- Table: table header left/right hor padding by @isstuev in #2304
- Blocks list: add base fee by @isstuev in #2290
- Better contract implementation selector and new quick action buttons for contract method argument inputs by @tom2drum in #2303
- Combine Read/Write for Contract page by @tom2drum in #2343
β¨ Other Changes
- Public tags: improvement batch by @isstuev in #2289
- Homepage for roll-ups: Latest blocks vs. Latest batches by @tom2drum in #2308
- L2 batches changes by @tom2drum in #2313
- Add run-time variable to skip ENVs validation by @tom2drum in #2334
- Update ENVs list in Blockscout docs when new release is published by @tom2drum in #2339
- Favicon generator: replace realfavicon with favicons package by @isstuev in #2319
- Remove laziness from navigation by @isstuev in #2350
- Update proxy names by @k1rill-fedoseev in #2323
- Support wei variable in interpretation by @isstuev in #2347
- Remove deps from interpretator for an action button by @maxaleks in #2357
π¨ Changes in ENV variables
- #2284 - Added
NEXT_PUBLIC_MARKETPLACE_GRAPH_LINKS_URL
variable for integrating subgraphs for apps in the marketplace - #2308 - Added
NEXT_PUBLIC_ROLLUP_HOMEPAGE_SHOW_LATEST_BLOCKS
variable to control the behavior of "Latest blocks" / "Latest batches" widget - #2290 - Added
base_fee
to the possibleNEXT_PUBLIC_VIEWS_BLOCK_HIDDEN_FIELDS
options - #2334 - Added
SKIP_ENVS_VALIDATION
to bypass ENVs validator on instance start - #2325 -
β οΈ NEXT_PUBLIC_MULTICHAIN_BALANCE_PROVIDER_CONFIG
format was changed from an object to array of objects of the same structure - #2262:
β οΈ The variableNEXT_PUBLIC_RE_CAPTCHA_APP_SITE_KEY
has been replaced withNEXT_PUBLIC_RE_CAPTCHA_V3_APP_SITE_KEY
due to the migration to the new version of Google ReCaptcha.- The variables
NEXT_PUBLIC_AUTH0_CLIENT_ID
,NEXT_PUBLIC_AUTH_URL
andNEXT_PUBLIC_LOGOUT_URL
are now deprecated and will be removed in the upcoming release
- #2319 -
β οΈ FAVICON_GENERATOR_API_KEY
has been removed due to the migration to a Node.js library solution - #2283 - Added
NEXT_PUBLIC_REWARDS_SERVICE_API_HOST
to enable integration with the Merits program - #2354 - Added
NEXT_PUBLIC_XSTAR_SCORE_URL
variable to enable integration with the XStar API to fetch XHS score for addresses - #2351 - Added
NEXT_PUBLIC_VIEWS_ADDRESS_FORMAT
andNEXT_PUBLIC_VIEWS_ADDRESS_BECH_32_PREFIX
variables to customize displayed address format.
Full list of the ENV variables: v1.36.0
π¦ New Contributors
- @k1rill-fedoseev made their first contribution in #2323
- @mdqst made their first contribution in #2353
Full Changelog: v1.35.2...v1.36.0