Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jakmeier committed Sep 23, 2022
1 parent 6158cc2 commit d98d7b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@
* A `[path, data]` JSON RPC query format has been removed. It has been
deprecated for over two years and not documented anywhere. Use proper
structured queries with `rquest_type` set instead.
* Enable receipt prefetching by default. This feature makes receipt processing
faster by parallelizing IO requests, which has been introduced in
[#7590](https://github.com/near/nearcore/pull/7590) and enabled by default
with [#7661](https://github.com/near/nearcore/pull/7661).
Configurable in `config.json` using `store.enable_receipt_prefetching`.

## 1.28.0 [2022-07-27]

Expand Down

0 comments on commit d98d7b9

Please sign in to comment.