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

fix: added missing async/await where needed #551

Merged
merged 9 commits into from
Sep 6, 2024

Commits on Sep 6, 2024

  1. added missing async/await where needed

    Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
    jeromy-cannon committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    3a77aa1 View commit details
    Browse the repository at this point in the history
  2. update to use bash instead of sh

    Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
    jeromy-cannon committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    e5b65e1 View commit details
    Browse the repository at this point in the history
  3. in node update wait for pod to be condition=ready before continuing

    Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
    jeromy-cannon committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    76df3bf View commit details
    Browse the repository at this point in the history
  4. update expect messages in jest test cases

    Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
    jeromy-cannon committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    e17de7d View commit details
    Browse the repository at this point in the history
  5. make sure to close the accountManager before doing a refreshNodeClient

    Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
    jeromy-cannon committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    406e629 View commit details
    Browse the repository at this point in the history
  6. fixed random test order to consistently generate the same order given…

    … the same seed
    
    Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
    jeromy-cannon committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    8cea008 View commit details
    Browse the repository at this point in the history
  7. fix fallout from when I removed generate keys from node setup

    Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
    jeromy-cannon committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    3543d0e View commit details
    Browse the repository at this point in the history
  8. accidentally left this commented out

    Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
    jeromy-cannon committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    41dbde7 View commit details
    Browse the repository at this point in the history
  9. rebase issue fixed

    Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
    jeromy-cannon committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    2e92e75 View commit details
    Browse the repository at this point in the history