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

Microsoft CCF based PDO transaction processor #259

Commits on Apr 16, 2020

  1. Ledger Submitter Abstractions to Integrate CCF submitter along with S…

    …awtooth Submitter.
    
    Signed-off-by: prakashngit <prakash.narayana.moorthy@intel.com>
    
    Microsfot CCF based transaction processor for PDO, in addition to HL Sawtooth based TP.
    Commit includes client pieces as well as C++ code for the CCF-based PDO-TP.
    The transaction processor was desgined for CCF release 0.7.1.
    CCF 0.7.1 is included as a submodule. Certain python modules from this submodule are used as part of the client construction.
    CF based PDO-TP includes support for proof of commit - meaining, registry reads from ledger will be signed by CCF service
     which can then be used to construct offline-verifiable proof of txn commits.
    
    Signed-off-by: prakashngit <prakash.narayana.moorthy@intel.com>
    prakashngit committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    08fd54d View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. Rebasing on top of master, addressing review comments

    Signed-off-by: prakashngit <prakash.narayana.moorthy@intel.com>
    prakashngit committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    4ba4cc1 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2020

  1. Fix for bug in git issue 260 & addressing some revie comments

    Signed-off-by: prakashngit <prakash.narayana.moorthy@intel.com>
    prakashngit committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    4cac5c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. fixes for lgtm alerts

    Signed-off-by: prakashngit <prakash.narayana.moorthy@intel.com>
    prakashngit committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    d84e949 View commit details
    Browse the repository at this point in the history