Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit acb6f22

Browse files
committed
news: Release 0.26.0
1 parent ece84b8 commit acb6f22

File tree

1 file changed

+64
-1
lines changed

1 file changed

+64
-1
lines changed

NEWS.md

Lines changed: 64 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,70 @@
44

55
- Gracefully handle syntax errors on fulltext search. Specifically provides information about common use case
66
where whitespace characters were part of the terms.
7-
- Adds support for Solidity Custom Errors (issue #2577)
7+
- Adds support for Solidity Custom Errors #2577
8+
9+
### Features
10+
11+
- Gas metering #2414
12+
- Debug fork tool #2995
13+
- Automatically remove unused deployments #3023
14+
- Allow placing new deployments onto one of several shards #3049
15+
- Store pipelining #3084
16+
- Make NEAR update the sync status #3108
17+
- GraphQL validations #3164
18+
- Add special treatment for immutable entities #3201
19+
- Skip block updates when triggers are empty #3223 #3268
20+
- Use new GraphiQL version #3252
21+
- GraphQL prefetching #3256
22+
- Allow using Bytes as well as String/ID for the id of entities #3271
23+
- GraphQL route for dumping entity changes in subgraph and block #3275
24+
- Firehose filters #3323
25+
26+
### Robustness
27+
28+
- Improve our `CacheWeight` estimates #2935
29+
- Refactor GraphQL execution #3005
30+
- Setup databases in parallel #3019
31+
- Block ingestor now fetches receipts in parallel #3030
32+
- Prevent subscriptions from back-pressuring the notification queue #3053
33+
- Avoid parsing X triggers if the filter is empty #3083
34+
- Pipeline `BlockStream` #3085
35+
- Tendermint integration #3212
36+
37+
### `graphman`
38+
39+
- Add `run` command #3079
40+
- Add `analyze` command #3170
41+
- Add `index create` command #3175
42+
- Add `index list` command #3198
43+
- Add `index drop` command #3198
44+
45+
### Dependency Updates
46+
47+
These are the main ones:
48+
49+
- Updated protobuf to latest version for NEAR #2947
50+
- Update `web3` crate #2916 #3120 #3338
51+
- Update `graphql-parser` to `v0.4.0` #3020
52+
- Bump `itertools` from `0.10.1` to `0.10.3` #3037
53+
- Bump `clap` from `2.33.3` to `2.34.0` #3039
54+
- Bump `serde_yaml` from `0.8.21` to `0.8.23` #3065
55+
- Bump `tokio` from `1.14.0` to `1.15.0` #3092
56+
- Bump `indexmap` from `1.7.0` to `1.8.0` #3143
57+
- Update `ethabi` to its latest version #3144
58+
- Bump `structopt` from `0.3.25` to `0.3.26` #3180
59+
- Bump `anyhow` from `1.0.45` to `1.0.53` #3182
60+
- Bump `quote` from `1.0.9` to `1.0.15` #3112 #3183
61+
- Bump `tokio` from `1.15.0` to `1.16.1` #3208
62+
- Bump `semver` from `1.0.4` to `1.0.5` #3229
63+
- Bump `async-stream` from `0.3.2` to `0.3.3` #3361
64+
- Update `jsonrpc-server` #3313
65+
66+
### Misc
67+
68+
- More context when logging RPC calls #3128
69+
- Increase default reorg threshold to 250 for Ethereum #3308
70+
- Improve traces error logs #3353
871

972
## 0.25.2
1073

0 commit comments

Comments
 (0)