|
|
|
@ -1,5 +1,35 @@ |
|
|
|
|
# Changelog |
|
|
|
|
|
|
|
|
|
## 6.8.1 |
|
|
|
|
|
|
|
|
|
### 🚀 Features |
|
|
|
|
|
|
|
|
|
- Add `INDEXER_OPTIMISM_L1_DEPOSITS_TRANSACTION_TYPE` env variable ([#10674](https://github.com/blockscout/blockscout/issues/10674)) |
|
|
|
|
- Support for filecoin native addresses ([#10468](https://github.com/blockscout/blockscout/issues/10468)) |
|
|
|
|
|
|
|
|
|
### 🐛 Bug Fixes |
|
|
|
|
|
|
|
|
|
- Decoding of zero fields in mud ([#10764](https://github.com/blockscout/blockscout/issues/10764)) |
|
|
|
|
- Insert coin balances placeholders in internal transactions fetcher ([#10603](https://github.com/blockscout/blockscout/issues/10603)) |
|
|
|
|
- Avoid key violation error in `Indexer.Fetcher.Optimism.TxnBatch` ([#10752](https://github.com/blockscout/blockscout/issues/10752)) |
|
|
|
|
- Fix empty current token balances ([#10745](https://github.com/blockscout/blockscout/issues/10745)) |
|
|
|
|
- Allow disabling group votes fetcher independently of epoch block fetcher ([#10673](https://github.com/blockscout/blockscout/issues/10673)) |
|
|
|
|
- Fix gettext usage warning ([#10693](https://github.com/blockscout/blockscout/issues/10693)) |
|
|
|
|
- Truncate token symbol in Explorer.Chain.PolygonZkevm.BridgeL1Token ([#10688](https://github.com/blockscout/blockscout/issues/10688)) |
|
|
|
|
|
|
|
|
|
### ⚡ Performance |
|
|
|
|
|
|
|
|
|
- Improve performance of transactions list page ([#10734](https://github.com/blockscout/blockscout/issues/10734)) |
|
|
|
|
|
|
|
|
|
### ⚙️ Miscellaneous Tasks |
|
|
|
|
|
|
|
|
|
- Add meta to migrations_status ([#10678](https://github.com/blockscout/blockscout/issues/10678)) |
|
|
|
|
- Token balances fetcher slow queue ([#10694](https://github.com/blockscout/blockscout/issues/10694)) |
|
|
|
|
- Shrink sample response for the trace in Filecoin chain type |
|
|
|
|
- Extend missing balanceOf function with :unable_to_decode error ([#10713](https://github.com/blockscout/blockscout/issues/10713)) |
|
|
|
|
- Fix flaking explorer tests ([#10676](https://github.com/blockscout/blockscout/issues/10676)) |
|
|
|
|
- Change shrink internal transactions migration default batch_size ([#10689](https://github.com/blockscout/blockscout/issues/10689)) |
|
|
|
|
|
|
|
|
|
## 6.8.0 |
|
|
|
|
|
|
|
|
|
### 🚀 Features |
|
|
|
|