Features
- #4569 - Smart-Contract: remove comment with the submission date
- #4568 - TX page: Token transfer and minting section improvements
- #4540 - Allign copy buttons for
Block DetailsandTransaction Detailspages - #4528 - Block Details page: rework view
- #4531 - Add Arbitrum support
- #4524 - Add index position of transaction in the block
- #4489 - Search results page
- #4475 - Tx page facelifting
- #4452 - Add names for smart-conrtact's function response
Fixes
- #4553 - Indexer performance update: skip genesis block in requesting of trace_block API endpoint
- #4544 - Indexer performance update: Add skip_metadata flag for token if indexer failed to get any of [name, symbol, decimals, totalSupply]
- #4542 - Indexer performance update: Deduplicate tokens in the indexer token transfers transformer
- #4535 - Indexer performance update:: Eliminate multiple updates of the same token while parsing mint/burn token transfers batch
- #4527 - Indexer performance update: refactor coin balance daily fetcher
- #4525 - Uncataloged token transfers query performance improvement
- #4513 - Fix installation with custom default path: add NETWORK_PATH variable to the current_path
- #4500 -
/tokens/{addressHash}/instance/{id}/token-transfers: fix incorrect next page url - #4493 - Contract's code page: handle null contracts_creation_transaction
- #4488 - Tx page: handle empty to_address
- #4483 - Fix copy-paste typo in
token_transfers_counter.ex - #4473, #4481 - Search autocomplete: fix for address/block/tx hash
- #4472 - Search autocomplete: fix Cannot read property toLowerCase of undefined
- #4456 - URL encoding for NFT media files URLs
- #4453 - Unescape characters for string output type in the contract response
- #4401 - Fix displaying of token holders with the same amount
Chore
- #4550 - Update con_cache package to 1.0
- #4523 - Change order of transations in block's view
- #4521 - Rewrite transaction page tooltips
- #4516 - Add DB migrations step into Docker start script
- #4497 - Handle error in fetch_validators_list method
- #4444 - Main page performance cumulative update
- #4439, - #4465 - Fix revert response in contract's output