Skip to content

v24.11.0

Latest
Compare
Choose a tag to compare
@ericleponner ericleponner released this 21 Nov 19:44
· 1 commit to main since this release
a9b8bd9

Enhancements

  • Proxy contract support in ABI tab - #978
  • Display token metadata and metadata key - #995
  • feat: add Create Transaction link to TokenDetails - #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 uses api/v1/topics new REST call when previewnet 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 and Call 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

Full Changelog: v24.4.0...v24.11.0