You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Subraphs with any Spec Version can be queried that way.
46
+
47
+
### Api Version 0.0.5
48
+
49
+
- Added better error message for null pointers in the runtime [#2780](https://github.com/graphprotocol/graph-node/pull/2780).
50
+
51
+
### Environment Variables
52
+
53
+
- When `GETH_ETH_CALL_ERRORS_ENV` is unset, it doesn't make `eth_call` errors to be considered determinsistic anymore [#2784](https://github.com/graphprotocol/graph-node/pull/2784)
54
+
55
+
### Robustness
56
+
57
+
- Tolerate a non-primary shard being down during startup [#2727](https://github.com/graphprotocol/graph-node/pull/2727).
58
+
- Check that at least one replica for each shard has a non-zero weight [#2749](https://github.com/graphprotocol/graph-node/pull/2749).
59
+
- Reduce locking for the chain head listener [#2763](https://github.com/graphprotocol/graph-node/pull/2763).
60
+
61
+
### Logs
62
+
63
+
- Improve block ingestor error reporting for missing receipts [#2743](https://github.com/graphprotocol/graph-node/pull/2743).
64
+
65
+
## 0.24.0
4
66
5
67
### Api Version 0.0.5
6
68
@@ -20,6 +82,7 @@ and the long awaited AssemblyScript version upgrade!
20
82
### Metrics
21
83
-`query_semaphore_wait_ms` is now by shard, and has the `pool` and `shard` labels.
22
84
-`deployment_failed` metric added, it is `1` if the subgraph has failed and `0` otherwise.
85
+
23
86
### Other
24
87
- Upgrade to tokio 1.0 and futures 0.3 [#2679](https://github.com/graphprotocol/graph-node/pull/2679), the first major contribution by StreamingFast!
25
88
- Support Celo block reward events [#2670](https://github.com/graphprotocol/graph-node/pull/2670).
0 commit comments