2
0
mirror of https://github.com/status-im/nimbus-eth2.git synced 2025-03-01 14:40:54 +00:00
nimbus-eth2/benchmarks/rest_api_benchmark.nim.cfg
zah fba1f08a5e
Implement (Optimized history traversals in the REST API) ()
* Fix REST some rest call signatures and implement a simple API benchmark tool

* Implement  (Optimized history traversals in the REST API)

Other notable changes:

The `updateStateData` procedure in the `blockchain_dag.nim` module is
optimized to not rewind down to the last snapshot state saved in the
database if the supplied input state can be used as a starting point
instead.

* Disallow await in withStateForBlockSlot
2022-01-05 15:49:10 +01:00

3 lines
71 B
Nim

-d:"chronicles_runtime_filtering=on"
-d:"chronicles_disable_thread_id"