Features
- #3125 - Availability to configure a number of days to consider at coin balance history chart via environment variable
Fixes
- #3146 - Fix coin balance history page: order of items, fix if no balance changes
- #3142 - Speed-up last coin balance timestamp query (coin balance history page performance improvement)
- #3140 - Fix performance of the balance changing history list loading
- #3133 - Take into account FIRST_BLOCK in trace_ReplayBlockTransactions requests
- #3132 - Fix performance of coin supply API endpoints
- #3130 - Take into account FIRST_BLOCK for block rewards fetching
- #3128 - Token instance metadata retriever refinement: add processing of token metadata if only image URL is passed to token URI
- #3126 - Fetch balance only for blocks which are greater or equal block with FIRST_BLOCK number
- #3125 - Fix performance of coin balance history chart
- #3122 - Exclude balance percentage calculation for burn address on accounts page
- #3121 - Geth: handle response from eth_getblockbyhash JSON RPC method without totalDifficulty (uncle blocks)
- #3119, #3120 - Fix performance of Inventory tab loading for ERC-721 tokens
- #3114 - Fix performance of "Blocks validated" page
- #3112 - Fix verification of contracts, compiled with nightly builds of solc compiler
- #3112 - Check compiler version at contract verification
- #3106 - Fix verification of contracts with
immutable
declaration - #3106, #3115 - Fix verification of contracts, created from factory (from internal transaction)