forked from subsquid/squid-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.json
84 lines (84 loc) · 2.3 KB
/
CHANGELOG.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "@subsquid/substrate-explorer",
"entries": [
{
"version": "2.0.0",
"tag": "@subsquid/substrate-explorer_v2.0.0",
"date": "Wed, 07 Sep 2022 20:52:29 GMT",
"comments": {
"major": [
{
"comment": "remove default sql statement timeout (customizable via `DB_STATEMENT_TIMEOUT_MS`)"
},
{
"comment": "fix the number of open db connections (defaults to 5, customizable via `DB_CONNECTIONS`)"
}
]
}
},
{
"version": "1.1.0",
"tag": "@subsquid/substrate-explorer_v1.1.0",
"date": "Tue, 30 Aug 2022 09:15:59 GMT",
"comments": {
"minor": [
{
"comment": "setup response size limits"
}
],
"dependency": [
{
"comment": "Updating dependency \"@subsquid/openreader\" from `^2.0.0` to `^2.1.0`"
}
]
}
},
{
"version": "1.0.0",
"tag": "@subsquid/substrate-explorer_v1.0.0",
"date": "Wed, 17 Aug 2022 17:33:52 GMT",
"comments": {
"major": [
{
"comment": "expose newly indexed `block.state_root`, `block.extrinsics_root`"
},
{
"comment": "backed by new openreader"
},
{
"comment": "set sql statement timeout to 2 seconds"
},
{
"comment": "limit request size to 64kb"
}
],
"dependency": [
{
"comment": "Updating dependency \"@subsquid/logger\" from `^0.0.2` to `^0.1.0`"
},
{
"comment": "Updating dependency \"@subsquid/openreader\" from `^1.0.3` to `^2.0.0`"
},
{
"comment": "Updating dependency \"@subsquid/util-internal-http-server\" from `^0.0.1` to `^0.1.0`"
},
{
"comment": "Updating dependency \"@subsquid/typeorm-config\" from `^1.1.0` to `^2.0.0`"
}
]
}
},
{
"version": "0.0.0",
"tag": "@subsquid/substrate-explorer_v0.0.0",
"date": "Sun, 26 Jun 2022 21:17:38 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@subsquid/openreader\" from `^1.0.1` to `^1.0.2`"
}
]
}
}
]
}