Skip to content

Releases: oasisprotocol/explorer

Oasis Explorer 1.17.0

11 Mar 08:00
v1.17.0
6604c22
Compare
Choose a tag to compare

Change Log

1.17.0 (2025-03-11)

Features

  • Display token name in TXs to/from smart contracts (#1773)

  • Toggle between 'age' and 'date' for table views (#1782)

Bug Fixes and Improvements

  • Emphasize end user focused articles in Learning materials (#1738)

  • Rely on validator address presence not name in ConsensusAccountLink (#1768)

  • Don't attempt to get tokens on consensus (#1773)

  • Preserve tx_method query arg on block prev/next button (#1780)

  • Fix consensus list view fees (#1783)

  • Offer ROFL tx types only for selected layers (#1786)

  • Enable Oasis account name lookup on pontus-x runtimes (#1795)

Internal Changes

Oasis Explorer 1.16.1

04 Feb 11:02
v1.16.1
fe42f17
Compare
Choose a tag to compare

Change Log

1.16.1 (2025-02-04)

Bug Fixes and Improvements

  • Use custom query key for validators map (#1727)

    • Avoid throwing t.normalize is not a function error

Oasis Explorer 1.16.0

03 Feb 13:23
v1.16.0
a708988
Compare
Choose a tag to compare

Change Log

1.16.0 (2025-02-03)

Features

  • Add support for filtering transactions by method type (#1679)

  • Add support for displaying multiple signers of runtime transactions (#1705)

Bug Fixes and Improvements

  • Set API limit when fetching data for named validators (#1673)

  • Fix regression on global search 404 page (#1678)

  • Add optional floating copy to clipboard button to JSON code preview (#1683)

  • Fix case sensitivity in Pontus-X account name resolution (#1685)

  • Correctly display encryption data for oasis-style encrypted transactions (#1695)

  • Update some broken links (#1704)

  • Fix display of consensus transaction fee (#1716)

Internal Changes

Oasis Explorer 1.15.1

18 Dec 16:28
v1.15.1
18379df
Compare
Choose a tag to compare

Change Log

1.15.1 (2024-12-18)

Bug Fixes and Improvements

  • Consensus pre-release fixes (#1670)

    • Improve Consensus ParaTime cards for testnet
    • Adjust validator commission bounds check
    • Show rounded value in balance distribution card
    • Improve useRedirectIfSingleResult to handle validators
    • Increase number of validators rendered in a list

Oasis Explorer 1.15.0

18 Dec 12:06
v1.15.0
8491213
Compare
Choose a tag to compare

Change Log

1.15.0 (2024-12-18)

Features

  • Enable Consensus layer (#1663)

  • Localnet support (#1628)

  • Support ROFL transactions (#1659)

  • Extend named accounts with ERC-20 and ERC-721 tokens (#1632)

  • Enable search engine for Consensus transactions and blocks (#1662)

Bug Fixes and Improvements

  • Prevent crash when network error occur while fetching account names (#1578)

  • Don't print "0" when viewing epoch snapshot on first block in an epoch (#1581)

  • Retain ETH address through search for accounts with no EVM transactions (#1582)

  • Ignore all account name fetching errors at the same level (#1585)

  • Show precise balance in chart tooltip (#1600)

  • Use correct query param in token Transfers card (#1638)

  • Handle runtime Consensus transactions status (#1647)

  • Increase visibility of Sapphire in ParaTimes section (#1651)

  • Fix wrong total balance amount in Consensus accounts list (#1655)

Internal Changes

Oasis Explorer 1.14.0

17 Oct 07:16
v1.14.0
48a3668
Compare
Choose a tag to compare

Change Log

1.14.0 (2024-10-17)

Features

  • Display EVM function name in verified contract calls (#1565)

Bug Fixes and Improvements

  • Remove eth/oasis address toggle (#1571)

  • Retain ETH address in details page for accounts with no EVM transactions (#1564)

  • Make lists with polling and pagination more stable (#1534)

  • Prohibit unknown denominations (#1546)

  • Swap fee and amount columns in txs tables (#1554)

  • Unify layer status labels and icons (#1561)

  • Fix duplicated events cards headers (#1570)

Process Changes

  • Cloudflare stable preview URLs (#1537)

Internal Changes

Oasis Explorer 1.13.0

18 Sep 12:45
v1.13.0
db6bdd6
Compare
Choose a tag to compare

Change Log

1.13.0 (2024-09-18)

Features

  • Detect ERC-1167 Minimal Proxy contracts (#1538, #1540)

  • Show emitting transaction address in events (#1544)

Bug Fixes and Improvements

  • Fix displaying negative allowance changes (#1529)

  • Fix non-native event denominations (#1539)

  • Differentiate transaction amount and fee tickers (#1543)

  • Swap Fee and Value labels in columns in list of transactions (#1547)

Oasis Explorer 1.12.0

29 Aug 13:03
v1.12.0
d44505c
Compare
Choose a tag to compare

Change Log

1.12.0 (2024-08-29)

Features

  • Support for Pontus-X devnet and testnet (#1435)

  • Link to ABI playground from verified contracts (#1492)

Bug Fixes and Improvements

  • Tweak events card layout (#1488)

  • Enable pagination in Events lists (#1489)

  • Support searching for Consensus accounts clean-up (#1423)

  • Remove total_received and total_sent from account (#1475)

  • Automatically throw on 5xx error responses (#1493, #1513)

  • Fix validator balance change (#1509)

Internal Changes

Oasis Explorer 1.11.0

22 May 07:03
v1.11.0
b8610d9
Compare
Choose a tag to compare

Change Log

1.11.0 (2024-05-22)

Features

  • Support for named accounts (#1398)

  • Display the votes on the network proposal details page (#1356)

  • Extend functionality of method icons (#1363)

    • bring back type description
    • conditionally truncate descriptions in tables
    • enable tooltip for truncated descriptions
  • Show emitting contract address in evm.log events (#1385)

  • Show array of topics in raw evm.log events (#1385, #1402)

Bug Fixes and Improvements

  • Fetch balances from Oasis gRPC instead of Web3 JSON-RPC (#1384)

  • Fix mobile search issues (#1411)

  • Fix React duplicated key warning in transactions list (#1412)

  • Fix the "zoom out" button (#1413)

Internal Changes

Oasis Explorer 1.10.0

11 Apr 15:07
v1.10.0
d8dd21c
Compare
Choose a tag to compare

Change Log

1.10.0 (2024-04-11)

Features

  • New Oasis branding (#1370)

Bug Fixes and Improvements

  • Display EVM addresses in events (#1364)

  • Fix root error element crashing because it's outside AnalyticsContext (#1366)

  • Fix isAccountEmpty to handle accounts with balances = 0 (#1372)

  • Fix account search sometimes returning wrong data on repeated search (#1374)

Internal Changes