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

accounts/abi/bind/backends: fix goroutine leak in unit test #27705

Merged
merged 4 commits into from
Jul 15, 2023

Commits on Jul 13, 2023

  1. stop the blockchain service with defer

    Signed-off-by: yuriechan <28754813+yuriechan@users.noreply.github.com>
    yuriechan committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    7779c75 View commit details
    Browse the repository at this point in the history
  2. trigger ci

    Signed-off-by: yuriechan <28754813+yuriechan@users.noreply.github.com>
    yuriechan committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    6af4c37 View commit details
    Browse the repository at this point in the history
  3. remove goleak usage and its dependency

    Signed-off-by: yuriechan <28754813+yuriechan@users.noreply.github.com>
    yuriechan committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    f4d2162 View commit details
    Browse the repository at this point in the history
  4. trigger ci

    Signed-off-by: yuriechan <28754813+yuriechan@users.noreply.github.com>
    yuriechan committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    6a45bd2 View commit details
    Browse the repository at this point in the history