AleoNet / snarkOS

A Decentralized Operating System for ZK Applications
http://snarkos.org
Apache License 2.0
4.31k stars 2.62k forks source link

[Optimize] Use blocking task around the `get_blocks` REST endpoint #3252

Closed raychu86 closed 5 months ago

raychu86 commented 5 months ago

Motivation

This PR adds a blocking task around the GET get_blocks REST request. Requesting large/many blocks can be quite resource intensive, so we wrap the call.