Enhancements
- Proxy contract support in ABI tab - #978
- Display token metadata and metadata key - #995
- feat: add
Create Transaction
link toTokenDetails
- #1011 - feat: allow user to navigate to account NFT collection - #1063
- feat: display topic details using
/api/v1/topics/{id}
call - #1087 - feat: enabling search with partial transaction id - #1082
- feat: use names resolved by Search Bar to label account ids - #1081
- feat:
Search Bar
now usesapi/v1/topics
new REST call whenpreviewnet
is selected - #1136 - feat: display metadata content and image when available for NFT - #1013
- feat: display that you can search by domain name - #1158
- feature: improve tables on the AccountBalances page - #1166
- feat: show abridged message field on the home page - #1171
- feat: support for NFT allowances - #1161
- feat: selector of transaction ID format - #1187
- feat: support new tx types from HIP-869 - dynamic address book - #1181
- feat - improve display of gas fees in ETHEREUM transactions - #1209
- feat: add block search capability - #1208
- feat: extend time for play button - #1216
- feat: add page size selector to all tables - #1232
- feat: add TOKENREJECT transaction type - #1270
- feat: display max automatic token associations - #1284
- feat: add transaction types TokenAirdrop, TokenClaimAirdrop, TokenCancelAirdrop - #1283
- feat: add Tokens section in AccountDetails containing existing tables from the AccountBalances page - #1292
- 1295 list nfts in tokens section - #1298
- ContractResultsLogsByContractIdCache now returns ContractLog[] - #1379
- feat: display responseCode symbol when call target is a token - #1409
- feat: search token by name - #1407
- feat: highlight my account once wallet connected. - #1424
- feat: add airdrop related transaction types - #1433
- feat: support for HIP-904: Frictionless Airdrops - #1448
- feat: move certificate template from solo-charts - #1466
- feat: re-organized configuration (see CONFIGURATION.md) - #1508
Bug Fixes
- fix: call to HTS wrongly decoded using 4byte directory - #996
- fix: decoding discrepancy between
Contract Result
andCall Trace
sections - #1000 - fix: line-height in NftDetailsTransferGraph. - #1005
- fix: added a new decoding logic for redirectForToken() (#921) - in #993
- fix: duplication of 'limit' query parameter in axios calls located inside a loop. - #1041
- Fix: use ascending order in token tables - #1074
- Fix: Add support for TOKENUPDATENFTS transaction type. - #1076
- fix:
Call Trace
entries contain the same parameters for each call - #1122 - fix: pagination arrows bounce from left to right - #1159
- fix: confusing message when interacting with Smart Contract - #1170
- fix: use wheel-click (on windows) to navigate to a new tab. - #1234
- fix: current stake appears in node details when stake for consensus is 0 - #1262
- Fix: reduce text of prev./next buttons in BlockDetails when on mobile screen - #1263
- 001268 when call target is a token, it should be decoded using dedicated ABIs - #1271
- fix: nft metadata not visible - #1275
- Fix: entity ID in TOKENREJECT - #1370
- fix: some search patterns trigger unexpected calls to api/v1/account/{accountAlias} - #1420
- fix: trim whitespaces of search input text - #1437
- fix: wallet logo is not displaying - #1440
- fix: missing fungible token balances - in #1432
- fix: CLAIM action - #1454
- fix: token actions activation and table refresh - #1462
- fix: transaction type filter is broken in Recent Operations section - #1479
- fix: make sure SVG image is rendered in NFT preview. - #1487
New Contributors
- @rbarkerSL made their first contribution in #1007
- @isavov made their first contribution in #1249
- @JeffreyDallas made their first contribution in #1417
- @Prathamesh010 made their first contribution in #1437
- @timi-codes made their first contribution in #1432
- @san-est made their first contribution in #1461
- @mishomihov00 made their first contribution in #1475
Full Changelog: v24.4.0...v24.11.0