Releases: blockscout/frontend
Releases · blockscout/frontend
v1.22.0
🚨 Changes in ENV variables
- #1489 - added
NEXT_PUBLIC_GROWTH_BOOK_CLIENT_KEY
for GrowthBook service integration - #1460 - added
NEXT_PUBLIC_NAME_SERVICE_API_HOST
for ENS feature
What's Changed
- null gas prices by @isstuev in #1478
- solidity scan report changes by @isstuev in #1468
- fix graphql color mode sync by @isstuev in #1477
- remove icon for "verify contract" link in the navbar by @tom2drum in #1467
- fix request by @isstuev in #1480
- fix tx sub-header by @isstuev in #1475
- Tuple item names are not displayed in the new UI by @tom2drum in #1483
- contract interaction: validate args inputs by @tom2drum in #1413
- tabs re-render fix by @isstuev in #1503
- Gas tooltip: periodical updates of data by @tom2drum in #1482
- Fix wallet tooltip by @maxaleks in #1485
- Multiple optimistic rollup withdrawals on tx page by @tom2drum in #1491
- Remove alerts from the Marketplace app page by @maxaleks in #1497
- Add new mixpanel events by @maxaleks in #1495
- token transfer filter fix by @isstuev in #1507
- Name service integration by @tom2drum in #1460
- Highlight "Uncle" blocks by @tom2drum in #1492
- Generate multiplatform image by @vbaranov in #1513
- GrowthBook integration by @tom2drum in #1489
- Replace "in/out" with arrow by @tom2drum in #1471
- Highlight same addresses in table views by @tom2drum in #1463
Full Changelog: v1.21.2...v1.22.0
v1.21.2
v1.21.1
v1.21.0
What's Changed
- stats second fix by @isstuev in #1419
- fix search bar suggest highlight in dark mode and gas tracker in top bar by @tom2drum in #1420
- Add link in Readme to the Manual deployment guide with backend and microservices by @vbaranov in #1423
- Bump crypto-js from 4.1.1 to 4.2.0 by @dependabot in #1424
- Bump @babel/traverse from 7.19.4 to 7.23.6 by @dependabot in #1425
- Bump axios from 1.4.0 to 1.6.2 by @dependabot in #1426
- Bump graphql from 16.6.0 to 16.8.1 by @dependabot in #1427
- Bump word-wrap from 1.2.3 to 1.2.5 by @dependabot in #1428
- Bump postcss from 8.4.21 to 8.4.31 by @dependabot in #1429
- fix canGoBackwards by @isstuev in #1409
- soldity check only for validated contracts + keys fix by @isstuev in #1422
- token transfers fix by @isstuev in #1421
- Top line: add gas info tooltip by @tom2drum in #1416
- update
Web3Modal
to v3 by @tom2drum in #1433 - Fix tooltip for
connect wallet
button by @maxaleks in #1438 - Move
submit app
button by @maxaleks in #1442 - Fix layout for marketplace app page by @maxaleks in #1451
- Increase tooltip opening delay by @maxaleks in #1459
- Add new text for
connect wallet
button tooltip by @maxaleks in #1450 - Tick icon doesn't appear on automatically verified contracts until re… by @tom2drum in #1441
- Search focus test by @isstuev in #1443
- hide metamask icon in tables by @tom2drum in #1453
- migrate icons to SVG sprite by @tom2drum in #1452
- Transaction interpretations by @isstuev in #1457
Full Changelog: v1.20.0...v1.21.0
v1.20.0
What's Changed
- marketplace border radius by @isstuev in #1392
- hide expand/collapse button in navigation by @isstuev in #1393
- stability fee add token icon by @isstuev in #1401
- seconds in stats by @isstuev in #1403
- "Verify contract" page by @tom2drum in #1394
- Update SearchBar background color and hide miner field in block views by @tom2drum in #1397
- Top bar and dimmed color theme by @tom2drum in #1347
- fix typos by @omahs in #1396
- tx fee can be null by @isstuev in #1402
- Marketplace improvements by @maxaleks in #1356
- Sorting in tables v0.5 by @isstuev in #1378
New Contributors
Full Changelog: v1.19.0...v1.20.0
v1.19.0
What's Changed
- fix account paths by @isstuev in #1369
- bigint bug fix by @isstuev in #1370
- soliditycheck report by @isstuev in #1383
- remove token info from instance by @isstuev in #1380
- sentry: fix browser tracing integration by @tom2drum in #1385
- Nft address by @isstuev in #1320
Full Changelog: v1.18.0...v1.19.0
v1.18.1
Full Changelog: v1.18.0...v1.18.1
v1.18.0
What's Changed
- NFT media is not displayed by @tom2drum in #1340
- OpenTelemetry and minor perf fixes by @tom2drum in #1343
- Better labels for graphs by @tom2drum in #1348
- USD value for token transfers and more by @tom2drum in #1360
- external icon in menu by @tom2drum in #1357
- GA: fix inline-script CSP issue by @tom2drum in #1358
- hotfix: display error inside snippet if code editor crashes by @tom2drum in #1364
- fix performance monitoring in Sentry by @tom2drum in #1366
Full Changelog: v1.17.1...v1.18.0
v1.17.1
Full Changelog: v1.17.0...v1.17.1
v1.17.0
🚨 Changes in ENV variables
- #1307: variable
NEXT_PUBLIC_HIDE_INDEXING_ALERT
is replaced by two new:NEXT_PUBLIC_HIDE_INDEXING_ALERT_BLOCKS
andNEXT_PUBLIC_HIDE_INDEXING_ALERT_INT_TXS
- #1261:
NEXT_PUBLIC_IS_L2_NETWORK
for Optimistic L2 networks was replaced withNEXT_PUBLIC_IS_OPTIMISTIC_L2_NETWORK
,NEXT_PUBLIC_L2_WITHDRAWAL_URL
for Optimistic L2 networks was replaced withNEXT_PUBLIC_OPTIMISTIC_L2_WITHDRAWAL_URL
,NEXT_PUBLIC_IS_ZKEVM_L2_NETWORK
was added for ZkEvm L2 networks
See updated docs for more info.
What's Changed
- Zkevm batches by @isstuev in #1261
- stability fixes by @isstuev in #1308
- fix nan net worth for an empty address by @isstuev in #1306
- fix adaptive tabs and footer layout by @tom2drum in #1302
- Suave field rename and ENV for hiding indexing alert in the header by @tom2drum in #1312
- Moving review envs to new helm chart by @nzenchik in #1323
- Upload source maps to Sentry by @tom2drum in #1280
- show "Read contract" tab even if WalletConnect is not configured by @tom2drum in #1315
- migrate to ReactQuery v5 by @tom2drum in #1321
- support local file URI for ENVs with external resources by @tom2drum in #1325
- Address doesn't fit in a column on Transaction details 'State' tab by @tom2drum in #1326
- Overloaded method with different number of arguments can't be invoked by @tom2drum in #1332
- watchlist and private tags pagination by @isstuev in #1333
- "Claim funds" button for OP bridge by @tom2drum in #1335
- Footer: 5 columns layout by @tom2drum in #1337
- fix network explorer links by @tom2drum in #1338
Full Changelog: v1.16.0...v1.17.0