Releases: blockscout/frontend
Releases · blockscout/frontend
v1.24.1
- Add
NEXT_PUBLIC_MARKETPLACE_ENABLED
to enable the marketplace explicitly.
Full Changelog: v1.24.0...v1.24.1
v1.24.0
🚨 Changes in ENV variables
- #1550 - added optional
logo
field toNEXT_PUBLIC_NETWORK_EXPLORERS
array item - #1599 - refactor ENVs related to rollups
NEXT_PUBLIC_IS_OPTIMISTIC_L2_NETWORK
andNEXT_PUBLIC_IS_ZKEVM_L2_NETWORK
replaced byNEXT_PUBLIC_ROLLUP_TYPE
NEXT_PUBLIC_OPTIMISTIC_L2_WITHDRAWAL_URL
renamed toNEXT_PUBLIC_ROLLUP_L2_WITHDRAWAL_URL
NEXT_PUBLIC_L1_BASE_URL
renamed toNEXT_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
- typo fix by @isstuev in #1554
- Unify rollups routes by @tom2drum in #1547
- explorers links design fixes by @isstuev in #1550
- token id can be null by @isstuev in #1558
- Minor layout fixes by @tom2drum in #1561
- fix(tx): when txReceipt.effectiveGasPrice is nill can't call txReceipt.effectiveGasPrice.toString() by @luchenqun in #1571
- remove unnecessary focus by @isstuev in #1567
- fix svg fullscreen by @isstuev in #1562
- add domain type to tx interpretation by @isstuev in #1553
- hotfix: fix error in degraded views when no RPC URL provided by @tom2drum in #1583
- test-fixes by @isstuev in #1591
- Do not send user operations API requests, if NEXT_PUBLIC_HAS_USER_OPS is not enabled by @tom2drum in #1592
- Fix categories by @maxaleks in #1594
- check template summary by @isstuev in #1585
- Run only affected test in PRs by @tom2drum in #1565
- Refactor rollup features by @tom2drum in #1599
- Missing checksum on address page and read contract page by @tom2drum in #1600
- OG description bug for NFT instances by @tom2drum in #1601
- Case: One button in a title (private/public tag) by @tom2drum in #1593
- add hype provider by @isstuev in #1469
- Interpretation UI update by @isstuev in #1604
- remove dynamic truncation from tables by @isstuev in #1577
- Graceful service degradation: address page by @tom2drum in #1580
- remove epoch by @isstuev in #1607
- Fix minor typo by @omahs in #1608
- Add swap button by @maxaleks in #1569
- Fetch dapps from admin service by @maxaleks in #1581
- Add suggest ideas button by @maxaleks in #1597
New Contributors
- @luchenqun made their first contribution in #1571
Full Changelog: v1.23.3...v1.24.0
v1.23.3
v1.23.2
v1.23.1
- Fix issues when page content (tx, block) is not loaded when no RPC URL is provided for the app instance
Full Changelog: v1.23.0...v1.23.1
v1.23.0
🚨 Changes in ENV variables
- #1517 - added
NEXT_PUBLIC_NETWORK_CURRENCY_WEI_NAME
for changing the chain currency subdenomination name - #1504 - added
NEXT_PUBLIC_HAS_USER_OPS
for chains with account abstraction feature - #1544 - added
NEXT_PUBLIC_CONTRACT_CODE_IDES
for configuring the links to IDEs - #1545 - added
NEXT_PUBLIC_MARKETPLACE_CATEGORIES_URL
for providing config of marketplace categories
What's Changed
- Input for platforms in "publish image" workflow by @tom2drum in #1516
- Connect wallet event sent twice by @tom2drum in #1515
- Custom 'wei' name by @tom2drum in #1517
- navigation doesn't work on error pages by @tom2drum in #1519
- debug ci, remove ignore-optional flag by @alik-agaev in #1523
- user ops list and user op details by @isstuev in #1504
- bump Node.js to v20 by @tom2drum in #1417
- Address title: second line updates by @tom2drum in #1542
- Contract interaction: nested tuple values are not parsed properly by @tom2drum in #1526
- Graceful service degradation: tx details tab by @tom2drum in #1525
- Cleaning up BENS representation by @tom2drum in #1546
- "Open in IDE" button for contracts by @tom2drum in #1544
- Graceful service degradation: block page by @tom2drum in #1541
- Add the integration mark by @maxaleks in #1528
- New category tabs by @maxaleks in #1543
- Load categories from config and improve app sorting by @maxaleks in #1545
New Contributors
- @alik-agaev made their first contribution in #1523
Full Changelog: v1.22.0...v1.23.0
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