Releases: blockscout/frontend
Releases · blockscout/frontend
v1.25.2
v1.25.1
Minor UI fixes for block list and block page with hidden miner field only.
Full Changelog: v1.25.0...v1.25.1
v1.25.0
🚨 Changes in ENV variables
- #1524
NEXT_PUBLIC_HOMEPAGE_SHOW_GAS_TRACKER
has been renamed toNEXT_PUBLIC_GAS_TRACKER_ENABLED
.NEXT_PUBLIC_GAS_TRACKER_UNITS
has been added to allow adjust the units of gas prices.
- #1598 added
NEXT_PUBLIC_HAS_CONTRACT_AUDIT_REPORTS
to enable audits feature - #1610 added
shibarium
toNEXT_PUBLIC_ROLLUP_TYPE
- #1621 added
NEXT_PUBLIC_VALIDATORS_CHAIN_TYPE
for enabling validators page
What's Changed
- Fix RSK stats - transaction fees precision by @tom2drum in #1602
- add method call as tx interpretation by @isstuev in #1615
- Fix broken link in ENVS.md by @bap2pecs in #1622
- Validators list by @tom2drum in #1621
- shibarium deposits and withdrawals by @isstuev in #1610
- audits info and form by @isstuev in #1598
- Gas tracker page by @tom2drum in #1524
- Remove marketplace experiment by @maxaleks in #1613
- Sort dapps by favourite by @maxaleks in #1619
- Rename Apps to DApps by @maxaleks in #1618
outputs
field is not required for contract read method by @tom2drum in #1628- add mixpanel event for swap button by @maxaleks in #1648
New Contributors
Full Changelog: v1.24.1...v1.25.0
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