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

Added kvb tool to hash state keys filtered with ACL #2620

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

nkumar04
Copy link
Contributor

@nkumar04 nkumar04 commented May 12, 2022

  • Problem Overview
    This tool is added as part of POC work for client verifiability. It uses
    rocks-db snapshot to hash state keys and value for a client id from an
    offset=L(define by event group id). Such that L < M (latest event group
    id).

  • Testing Done
    Tool is a stand-alone binary and can be tested with command line argument on a rocksdb database.

This tool is added as part of POC work for client verifiability. It uses
rocks-db snapshot to hash state keys and value for a client id from an
offset=L(define by event group id). Such that L < M (latest event group
id)
@nkumar04 nkumar04 force-pushed the nkumar4/clientVerifiability-POC branch from dd52623 to cd95a82 Compare May 13, 2022 07:42
@nkumar04 nkumar04 force-pushed the nkumar4/clientVerifiability-POC branch from cd95a82 to 0f2185f Compare May 13, 2022 08:01
@nkumar04 nkumar04 requested a review from arc-vmware May 13, 2022 11:19
Copy link
Contributor

@teoparvanov teoparvanov left a comment

Choose a reason for hiding this comment

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

Locking the master branch until made stable.

@eyalrund eyalrund requested a review from cloudnoize May 23, 2022 13:24
We need to fetch active contract set up until the latest event group id
(as specified in the offset).
@nkumar04 nkumar04 requested a review from a team as a code owner May 30, 2022 05:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants