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

improvements #690

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

improvements #690

wants to merge 10 commits into from

Commits on Oct 20, 2024

  1. this commit does the following:

    - ordering: it is the transaction that must produce the envelope
    - rwset marshaller: it takes in input also the txID
    
    Signed-off-by: Angelo De Caro <[email protected]>
    adecaro committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    37c59d2 View commit details
    Browse the repository at this point in the history
  2. more logs

    Signed-off-by: Angelo De Caro <[email protected]>
    adecaro committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    16a545a View commit details
    Browse the repository at this point in the history
  3. accept any transaction type while committing

    Signed-off-by: Angelo De Caro <[email protected]>
    adecaro committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    f717f83 View commit details
    Browse the repository at this point in the history
  4. driver name

    Signed-off-by: Angelo De Caro <[email protected]>
    adecaro committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    3a0117d View commit details
    Browse the repository at this point in the history
  5. more logs on collect endorsement

    Signed-off-by: Angelo De Caro <[email protected]>
    adecaro committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    527dc2e View commit details
    Browse the repository at this point in the history
  6. fix error handling

    Signed-off-by: Angelo De Caro <[email protected]>
    adecaro committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    ebbb0c0 View commit details
    Browse the repository at this point in the history
  7. comment out sig check

    Signed-off-by: Angelo De Caro <[email protected]>
    adecaro committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    a56b4ec View commit details
    Browse the repository at this point in the history
  8. fix

    Signed-off-by: Angelo De Caro <[email protected]>
    adecaro committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    f0564f1 View commit details
    Browse the repository at this point in the history
  9. rebase

    Signed-off-by: Angelo De Caro <[email protected]>
    adecaro committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    907cc24 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. proposal response checks the validity of the

    endorsement signature agains a verifier provider
    
    Signed-off-by: Angelo De Caro <[email protected]>
    adecaro committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    9b09a4c View commit details
    Browse the repository at this point in the history