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
As described in #42, we will need to collect the data roots over a provided range of blocks, and then create a new merkle root of those data roots.
While this could be done by the orchestrator querying each block and extracting the data hash, it will likely be easier to simply perform the extraction in the celestia-core node, and serve this over an rpc endpoint.
The text was updated successfully, but these errors were encountered:
evan-forbes
changed the title
Create an RPC endpoint to create a root of data hashes over a range of blocks
Create an RPC endpoint for DataCommitmentJan 28, 2022
* Minor edit to RPC block search test
* Applied @sergio-mena s comments
(cherry picked from commit 9b9bd1a)
Co-authored-by: Jasmina Malicevic <jasmina.dustinac@gmail.com>
As described in #42, we will need to collect the data roots over a provided range of blocks, and then create a new merkle root of those data roots.
While this could be done by the orchestrator querying each block and extracting the data hash, it will likely be easier to simply perform the extraction in the celestia-core node, and serve this over an rpc endpoint.
The text was updated successfully, but these errors were encountered: