Skip to content

[ZK Stack] - Understanding Validium mode and changing DB for data-availability #827

Discussion options

You must be logged in to vote

Hi @LimonChillo,

As per my understanding, when selecting Validium mode, the DA data should be posted to this table? Or is posted elsewhere?

The data_availability table is used for storing the metadata about the 3rd party DA blobs (more on that here).
The default configuration for a validium is a NoDA validium, which only persists the data in the db (can be found in l1_batches table, pubdata_input field) and doesn't have any metadata about external blobs, which is why the table has empty values.

And can I point the DA data to a custom database? When skimming through the code I found 'ObjectStore', could that be helpful? I haven't found any documentation for it.

You can find info about …

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@LimonChillo
Comment options

@LimonChillo
Comment options

@LimonChillo
Comment options

Answer selected by LimonChillo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
ZK Stack
Labels
zk-stack ZK Stack Question
2 participants