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

Return address from the from and to fields in a GraphQL #6198

Merged
merged 5 commits into from
Nov 22, 2023

Commits on Nov 22, 2023

  1. [hyperledger#6182] Return address from getFrom and getTo methods

    When the world state is not retrievable, instead of returning java.lang.reflect.InvocationTargetException in the from field and null in the to field in GraphQL, return an empty account with the address only.
    
    Signed-off-by: Wetitpig <winsto003@hotmail.com>
    Wetitpig committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    11c85e5 View commit details
    Browse the repository at this point in the history
  2. Same philosophy for LogAdapter

    Signed-off-by: Wetitpig <winsto003@hotmail.com>
    Wetitpig committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    f39692e View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    Because it affects the behaviour of all GraphQL requests.
    
    Signed-off-by: Wetitpig <winsto003@hotmail.com>
    Wetitpig committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    b0f47f6 View commit details
    Browse the repository at this point in the history
  4. Also fix for createdContract

    Signed-off-by: Wetitpig <winsto003@hotmail.com>
    Wetitpig committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    1c7fe2e View commit details
    Browse the repository at this point in the history
  5. Refactor lambda

    Signed-off-by: Wetitpig <winsto003@hotmail.com>
    Wetitpig committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    514fd13 View commit details
    Browse the repository at this point in the history