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

Add /checkinterface API #106

Merged
merged 4 commits into from
Jan 5, 2023
Merged

Commits on Jan 5, 2023

  1. Include "interfaceFormat" in token pool responses

    Signed-off-by: Andrew Richardson <andrew.richardson@kaleido.io>
    awrichar committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    1d49672 View commit details
    Browse the repository at this point in the history
  2. Add missing type annotations

    Signed-off-by: Andrew Richardson <andrew.richardson@kaleido.io>
    awrichar committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    7589280 View commit details
    Browse the repository at this point in the history
  3. Add /checkinterface API

    This can be queried with a full ABI to determine which methods are
    understood by this token connector.
    
    Signed-off-by: Andrew Richardson <andrew.richardson@kaleido.io>
    awrichar committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    f492094 View commit details
    Browse the repository at this point in the history
  4. Rename "abi" parameter to "methods"

    This parameter is not the full ABI, but a list of methods encoded in
    ABI format.
    
    Signed-off-by: Andrew Richardson <andrew.richardson@kaleido.io>
    awrichar committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    ba1a628 View commit details
    Browse the repository at this point in the history