Skip to content

Releases: oasisprotocol/explorer

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

Oasis Explorer 1.9.1

27 Mar 15:49
v1.9.1
64a132e
Compare
Choose a tag to compare

Change Log

1.9.1 (2024-03-27)

Bug Fixes and Improvements

  • Fix stable deploys array (#1346)

Oasis Explorer 1.9.0

26 Mar 14:01
v1.9.0
3bf4f25
Compare
Choose a tag to compare

Change Log

1.9.0 (2024-03-26)

Features

Bug Fixes and Improvements

  • Display transaction when "to" field is missing (#1268)

  • Show errors in runtime events (#1278)

  • Fix snapshot cards spacing (#1282)

  • Show LongDataDisplay controls only when needed (#1287, #1293)

  • Fix account icons of EVM accounts to match MetaMask (#1328)

  • Fix oasis address links even when toggled to ETH addresses (#1329)

  • Fix issue with empty ticker (#1336)

    • tx.body.amount.Denomination can be an empty string
  • Fix RPC native balance and adds PontusX RPC (#1338)

Internal Changes

Oasis Explorer 1.8.0

05 Feb 18:45
v1.8.0
72906ab
Compare
Choose a tag to compare

Change Log

1.8.0 (2024-02-05)

Features

  • Highlight matching part in token names in search results (#646)

Bug Fixes and Improvements

  • Fix condition for number of transfer in token details (#1228)

  • Use correct, custom formatter in Age component (#1230)

Internal Changes