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

Introduce basic storage proof for the stateless fraud proof #2746

Merged
merged 7 commits into from
May 16, 2024

Commits on May 10, 2024

  1. Move storage struct defination, export storage item/storage key

    This commit is pure refactoring to export access to the storage item and its storage key
    for the incoming storage proof
    
    Signed-off-by: linning <[email protected]>
    NingLin-P committed May 10, 2024
    Configuration menu
    Copy the full SHA
    115bc30 View commit details
    Browse the repository at this point in the history
  2. Add storage proof infra

    Signed-off-by: linning <[email protected]>
    NingLin-P committed May 10, 2024
    Configuration menu
    Copy the full SHA
    41803bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef9cd8c View commit details
    Browse the repository at this point in the history
  4. Ensure the DomainChainAllowlistUpdate storage is always exist for a g…

    …iven domain
    
    Even DomainChainAllowlistUpdate is an empty value for a given domain it is still
    necessary to generate a proof-of-empty-value storage proof for the fraud proof
    
    Signed-off-by: linning <[email protected]>
    NingLin-P committed May 10, 2024
    Configuration menu
    Copy the full SHA
    9dba588 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Upate storage proof verification error

    In this way we can know the exact storage proof that is failing
    
    Signed-off-by: linning <[email protected]>
    NingLin-P committed May 13, 2024
    Configuration menu
    Copy the full SHA
    2a40d96 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    cdeaeb3 View commit details
    Browse the repository at this point in the history
  2. Fix cargo fmt

    Signed-off-by: linning <[email protected]>
    NingLin-P committed May 15, 2024
    Configuration menu
    Copy the full SHA
    f0b6959 View commit details
    Browse the repository at this point in the history