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

Several small cleanups #491

Merged
merged 6 commits into from
May 25, 2024

Commits on May 14, 2024

  1. Remove unused "wait" parameter for ledger

    The wait_parameter_for_ledger value is not used with CCF. This
    removes it.
    
    Signed-off-by: Mic Bowman <mic.bowman@intel.com>
    cmickeyb committed May 14, 2024
    Configuration menu
    Copy the full SHA
    fcf71b1 View commit details
    Browse the repository at this point in the history
  2. Small update for logging message

    Signed-off-by: Mic Bowman <mic.bowman@intel.com>
    cmickeyb committed May 14, 2024
    Configuration menu
    Copy the full SHA
    ed8f075 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Add a method to get the raw (unexpanded) value in a context

    Add a get_value method to get the raw value of the context.
    Then this is used to get context information for the contract
    collections (which means that the top level contexts are not
    expanded when they are placed in the contract collection.
    
    Signed-off-by: Mic Bowman <mic.bowman@intel.com>
    cmickeyb committed May 16, 2024
    Configuration menu
    Copy the full SHA
    f185600 View commit details
    Browse the repository at this point in the history
  2. Clean up loops and exits

    Signed-off-by: Mic Bowman <mic.bowman@intel.com>
    cmickeyb committed May 16, 2024
    Configuration menu
    Copy the full SHA
    13d9314 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. fix variable reference in ledgers setup

    Signed-off-by: Mic Bowman <mic.bowman@intel.com>
    cmickeyb committed May 24, 2024
    Configuration menu
    Copy the full SHA
    4c7447a View commit details
    Browse the repository at this point in the history
  2. Fix missing exception import for twisted

    Signed-off-by: Mic Bowman <mic.bowman@intel.com>
    cmickeyb committed May 24, 2024
    Configuration menu
    Copy the full SHA
    c736316 View commit details
    Browse the repository at this point in the history