Releases: oasisprotocol/explorer
Oasis Explorer 1.17.0
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
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
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
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
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
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
Change Log
1.13.0 (2024-09-18)
Features
-
Show emitting transaction address in events (#1544)
Bug Fixes and Improvements
Oasis Explorer 1.12.0
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)
-
Fix validator balance change (#1509)
Internal Changes
-
Enable Consensus testnet on dev deploys (#1432)
-
Add consensus account num_txns (#1433)
-
Add NFTs documentation (#1436)
-
Migrate from grpc.oasis.dev to grpc.oasis.io (#1437)
-
Add more configuration options for ParaTimes (#1441)
-
Remove redundancy, simplify tx encryption status (#1453)
-
Harden github workflow against injection (#1495)
-
Sync PontusX with API changes (#1497)
-
Revert hardcoding number of active nodes (#1521)
-
Update dependencies (#1273, #1393, #1407, #1416, #1417, #1419, #1421, #1429, #1430, #1431, #1438, #1439, #1440, #1448, #1449, #1450, #1455, #1458, #1463, #1464, #1473, #1485, #1487, #1499, #1500, #1504, #1505)
Oasis Explorer 1.11.0
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)
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
-
Replace custom icons with MethodIcon component (#1383)
-
Reduce the size of node_modules using
npx yarn-deduplicate yarn.lock
(#1388) -
Remove usage of deprecated React API (#1414)
-
Update dependencies (#1323, #1349, #1352, #1353, #1377, #1378, #1379, #1380, #1381, #1382, #1389, #1390, #1391, #1394, #1395, #1408, #1409)
Oasis Explorer 1.10.0
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)