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

feat(eth-bytecode-db): update verifier alliance schema to v1 #1134

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

rimrakhimov
Copy link
Member

@rimrakhimov rimrakhimov commented Dec 2, 2024

  1. Updated verifier alliance migration and entity crates to use the latest v1 verifier-alliance database schema: https://github.com/verifier-alliance/database-specs/blob/master/database.sql
  2. Updated verification-common library to support the latest schema
  3. Initialized verifier-alliance-database crate responsible for all verifier-alliance data manipulations. Eth-bytecode-db will make use of it in the next PRs

Note: eth-bytecode-db was not updated and still uses v0 schema

Comment on lines 52 to 57
// tracing::warn!(
// model=?model,
// updated_model=?updated_model,
// "the \"{}\" model has been updated",
// stringify!($entity_module)
// );
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove

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

Successfully merging this pull request may close these issues.

2 participants