Skip to content

Releases: mantlenetworkio/blockscout

Explorer v0.8.7 Release Notes

08 Aug 06:14
94c859f
Compare
Choose a tag to compare

Feature

  • Upgrade to wallet connect v2
  • Read/write contract UI optimization
  • Support to disconnect with wallet when read/write contract
  • Daily transaction logic optimization
  • Ranking logic adjusted on ERC20 token list
  • Transactions/Blocks/Token Transfers list UI optimization

Bug fix

  • Reading contract interface does not connect to wallet will report an error
  • The Public Tag of the Address is displayed at the top of the Transaction details page
  • The search results for token address will repeatedly display the search results based on contract name and token name.

Explorer v0.8.0 Release Notes

20 Jun 03:30
9f82885
Compare
Choose a tag to compare

Feature

  • #215 L2-L1 txn list - txn status optimization
  • #252 Txn status optimization in L2 Txn details page
  • #217 Associate batch info with L2 transaction
  • #219 Distinguish L1-L2 Transaction Type
  • #220 Replace 'Latest L1 Batches' with 'EigenLayer Txn Batches'
  • #253 Support to search DA Hash

Bug Fixes

  • Fixed an issue with L1 State Batches list losing data
  • Fixed the bug causing the 'blocks' field to not be displayed when the confirmed number of blocks exceeds 1000

Explorer v0.7.0 Release Notes

23 May 09:06
75234ff
Compare
Choose a tag to compare

Feature

  • Add Account functionality
  • Add verified contracts list page
  • Public tags functionality
  • Add support for yul verification via rust microservice
  • Add vyper support for rust verifier microservice integration
  • Add Sol2Uml contract visualization
  • Display internal transactions

Bug Fixes

  • #223 Precompile contract is presented as an EOA address and cannot be verified
  • #211 L2 hash missed in withdraw tx list sometimes

Explorer v0.5.0 Release Notes

05 Feb 07:45
40c6607
Compare
Choose a tag to compare

Features

  • People who deployed contract on Mantle testnet can verify the contract in Mantle Explorer
  • The browser L1 data is processed to the transaction table, including transaction category, tx_hash, etc., distinguishing between system transactions and user transactions, more detailed l1l2 message parsing, and supporting the API interface of the bridge

Bug Fixes

  • #110 Hard code in Ethereum explorer link, not env
  • #83 The number of blocks is not consistent with the number of transactions in banner
  • #109 The database connection is mentioned outside the for loop
  • #107 javascript OOM

Explorer v0.4.0 Release Notes

06 Jan 03:43
Compare
Choose a tag to compare

Improvements

  • Hide 'average block time' field from banner
  • Remove field related to blockscout
  • Split L1/L2 gas fee from transaction detail
  • Some UI improvements

Explorer v0.3.0 Release Notes

06 Jan 03:36
Compare
Choose a tag to compare

Improvements

  • #44 Adapt for mobile and other little screen devices

Bug Fixes

  • #31 Fixed two tabs in the address details page being active at the same time
  • #49 Fixed an issue where the number of transactions cached was inaccurate
  • #55 Fixed an issue that search button does not work in mobile phones

Explorer v0.2.0 Release Notes

07 Dec 03:14
80af527
Compare
Choose a tag to compare

Feature

  • #25 Added the deposit and withdraw lists on the address details page

Improvements

  • #23 Refactored UI and theme color

Bug Fixes

  • #20 Fix wrong cache of count of transactions and blocks