Releases: blockscout/frontend
Releases Β· blockscout/frontend
v1.26.1
- remove 404 for blob page if blob txs view is hidden
Full Changelog: v1.26.0...v1.26.1
v1.26.0
π¨ Changes in ENV variables
- In #1654 added
NEXT_PUBLIC_SAFE_TX_SERVICE_URL
to explicitly define the Safe API endpoint - In #1672 added
NEXT_PUBLIC_VIEWS_TX_HIDDEN_VIEWS
variable to manage the visibility of tx views (e.g. Blob txs tab on Transaction page). - In #1637 added
NEXT_PUBLIC_METASUITES_ENABLED
variable to enable MetaSuites integration
See full list of the ENV variables here
What's Changed
- typo: incorrect yarn dev preset command by @ryanpwaldon in #1636
- Not possible to remove address filter in token inventory for an address with no NFTs by @tom2drum in #1640
- OG description bug for NFT instances by @tom2drum in #1641
- fix navigation reset by @isstuev in #1642
- Display arrays of structs on Read/Write contract tabs by @tom2drum in #1556
- Fix initial dapp sorting by @maxaleks in #1649
- fixes for no miner by @isstuev in #1658
- Add a top bar to the dapp page by @maxaleks in #1635
- Add mixpanel events to operations in dapps by @maxaleks in #1639
- Upgrade
dappscout-iframe
package by @maxaleks in #1667 - Marketplace PW tests by @maxaleks in #1663
- Add a decimal part to the Market cap graph value and handle null values by @tom2drum in #1643
- truncate domain in domains popup by @tom2drum in #1645
- Update Safe wallets networks config by @tom2drum in #1654
- improve perf of highlighting same address in lists by @tom2drum in #1662
- Contract: License by @tom2drum in #1668
- Fix message shown when there are no deposits on L2 by @illuque in #1665
- fix typo by @isstuev in #1679
- Handle undefined timestamp for zkEVM batch by @tom2drum in #1680
- Add fallback to 'image_url' if 'animation_url' is invalid for NFT instance by @tom2drum in #1670
- Add Blobs support (EIP-4884) by @tom2drum in #1672
- add user ops tx interpretation by @isstuev in #1686
- Support raw format of v0.7 user ops by @isstuev in #1678
- Highlight code of the main contract by @tom2drum in #1685
- Metasuites placeholders by @tom2drum in #1637
New Contributors
- @ryanpwaldon made their first contribution in #1636
- @illuque made their first contribution in #1665
Full Changelog: v1.25.2...v1.26.0
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