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
In order to provide faster signature and proof generation of the Cardano transactions, we need to store and use Block range Merkle trees roots in the databases of the signer and aggregator.
What
As soon as transactions of a block range are committed to the store, the corresponding block range root needs to be computed and stored in a new table of the store.
How
Add a new block_range_root table to the cardano_transactions database to store the new data.
Add to TransactionImporter trait implementations the capacity to computing/storing block range roots.
The text was updated successfully, but these errors were encountered:
Why
In order to provide faster signature and proof generation of the Cardano transactions, we need to store and use Block range Merkle trees roots in the databases of the signer and aggregator.
What
As soon as transactions of a block range are committed to the store, the corresponding block range root needs to be computed and stored in a new table of the store.
How
block_range_root
table to the cardano_transactions database to store the new data.TransactionImporter
trait implementations the capacity to computing/storing block range roots.The text was updated successfully, but these errors were encountered: