Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verifier domain size information #97

Open
danielSanchezQ opened this issue Jun 24, 2024 · 2 comments
Open

Verifier domain size information #97

danielSanchezQ opened this issue Jun 24, 2024 · 2 comments

Comments

@danielSanchezQ
Copy link
Collaborator

At the moment verifiers do not know the size of the domain to use when verifying blobs. This can be fixed by either going fixed size (which is the ongoing conversations) or doing it dynamically (which adds extra problems and complexity but solves overload for smaller network sizes).
Size was fixed to pass the tests in logos-co/nomos-node#664 but we need to modify it and change it accordingly once we move from VID to Sampling and we decide on the static vs dynamic choice.

@megonen
Copy link
Contributor

megonen commented Jun 25, 2024

By dynamic, do you mean that verifier function should take the row and column sizes as input based on the data size once the data is known?

@danielSanchezQ
Copy link
Collaborator Author

danielSanchezQ commented Jun 25, 2024

By dynamic, do you mean that verifier function should take the row and column sizes as input based on the data size once the data is known?

Verifier receives a column so domain size can be derived from there. But it do not really know what is the row size, either we decide is fixed size hence can be statically encoded or we need to provide it somehow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants