Skip to content

Commit 0b59ff2

Browse files
committed
Add info about recents releases to CHANGELOG
1 parent 6f26cd1 commit 0b59ff2

1 file changed

Lines changed: 84 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,89 @@
11
# Changelog
22

3+
## 10.2.3
4+
5+
### 🐛 Bug Fixes
6+
7+
- Allow fetching of stale token balances ([#14154](https://github.com/blockscout/blockscout/issues/14154))
8+
9+
10+
## 10.2.2
11+
12+
### 🐛 Bug Fixes
13+
14+
- Fix token transfers block_consensus setting ([#14005](https://github.com/blockscout/blockscout/issues/14005))
15+
- OP Withdrawals indexer enhancement ([#14056](https://github.com/blockscout/blockscout/issues/14056))
16+
17+
### ⚙️ Miscellaneous Tasks
18+
19+
- Add token transfer consensus sanitizer ([#14144](https://github.com/blockscout/blockscout/issues/14144))
20+
21+
### New ENV variables
22+
23+
| Variable | Description | Parameters |
24+
|-----------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------|
25+
| `INDEXER_TOKEN_TRANSFER_BLOCK_CONSENSUS_SANITIZER_INTERVAL` | Interval for token transfer block consensus sanitizer. [Time format](/setup/env-variables/backend-env-variables#time-format). Implemented in [#14144](https://github.com/blockscout/blockscout/pull/14144). | Version: v10.2.2\+ <br />Default: `20m` <br />Applications: Indexer |
26+
27+
28+
## 10.2.1
29+
30+
### 🐛 Bug Fixes
31+
32+
- Notify.check_auth0 for Keycloak and Dynamic ([#14146](https://github.com/blockscout/blockscout/issues/14146))
33+
34+
## 10.2.0
35+
36+
### 🚀 Features
37+
38+
- Fetch transaction receipts by block ([#14046](https://github.com/blockscout/blockscout/issues/14046))
39+
40+
### New ENV variables
41+
42+
| Variable | Description | Parameters |
43+
|-----------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------|
44+
| `ETHEREUM_JSONRPC_RECEIPTS_BY_BLOCK` | If `true`, block fetchers will fetch transaction receipts by block instead of per transaction. Implemented in [#14046](https://github.com/blockscout/blockscout/pull/14046) | Version: v10.2.0\+ <br />Default: `false` <br />Applications: API, Indexer |
45+
| `ETHEREUM_JSONRPC_MAX_RECEIPTS_BY_BLOCK` | Max number of transactions in block for which receipts will be fetched by block. If block has more transactions, receipts will be fetched per transaction in purpose of reducing response body size. Implemented in [#14046](https://github.com/blockscout/blockscout/pull/14046) | Version: v10.2.0\+ <br />Default: `1000` <br />Applications: API, Indexer |
46+
47+
48+
## 10.1.1
49+
50+
### 🐛 Bug Fixes
51+
52+
- Authentication provider token redis key ([#14137](https://github.com/blockscout/blockscout/issues/14137))
53+
54+
55+
## 10.1.0
56+
57+
### 🚀 Features
58+
59+
- KeyCloak integration ([#14068](https://github.com/blockscout/blockscout/issues/14068))
60+
61+
### New ENV variables
62+
63+
| Variable | Description | Parameters |
64+
|-----------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------|
65+
| `ACCOUNT_SENDGRID_OTP_TEMPLATE` | Sendgrid email OTP template for login with email functionality. Implemented in [#14068](https://github.com/blockscout/blockscout/pull/14068). | Version: v9.4.0\+ <br />Default: (empty) <br />Applications: API |
66+
| `ACCOUNT_KEYCLOAK_DOMAIN` | Domain for [Keycloak](https://www.keycloak.org/). Implemented in [#14068](https://github.com/blockscout/blockscout/pull/14068). | Version: v9.4.0\+ <br />Default: (empty) <br />Applications: API |
67+
| `ACCOUNT_KEYCLOAK_REALM` | Realm for [Keycloak](https://www.keycloak.org/). Implemented in [#14068](https://github.com/blockscout/blockscout/pull/14068). | Version: v9.4.0\+ <br />Default: (empty) <br />Applications: API |
68+
| `ACCOUNT_KEYCLOAK_CLIENT_ID` | [Keycloak](https://www.keycloak.org/) client ID. Implemented in [#14068](https://github.com/blockscout/blockscout/pull/14068). | Version: v9.4.0\+ <br />Default: (empty) <br />Applications: API |
69+
| `ACCOUNT_KEYCLOAK_CLIENT_SECRET` | [Keycloak](https://www.keycloak.org/) client secret. Implemented in [#14068](https://github.com/blockscout/blockscout/pull/14068). | Version: v9.4.0\+ <br />Default: (empty) <br />Applications: API |
70+
| `ACCOUNT_KEYCLOAK_EMAIL_WEBHOOK_URL` | URL address where new email users are reported. Implemented in [#14068](https://github.com/blockscout/blockscout/pull/14068). | Version: v9.4.0\+ <br />Default: (empty) <br />Applications: API |
71+
72+
73+
## 10.0.8
74+
75+
### 🐛 Bug Fixes
76+
77+
- Zetachain internal txs fetching error ([#14122](https://github.com/blockscout/blockscout/issues/14122))
78+
79+
80+
## 10.0.7
81+
82+
### 🐛 Bug Fixes
83+
84+
- Add missing DenormalizationHelper alias in state changes ([#14119](https://github.com/blockscout/blockscout/issues/14119))
85+
86+
387
## 10.0.6
488

589
### 🐛 Bug Fixes

0 commit comments

Comments
 (0)