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 contexts to SDK callbacks #1977

Merged
merged 6 commits into from
Sep 8, 2023

Conversation

joshua-kim
Copy link
Contributor

@joshua-kim joshua-kim commented Sep 6, 2023

Why this should be merged

resolves #1976

How this works

Wires the VM's context into the SDK callbacks

How this was tested

Added unit test

@joshua-kim joshua-kim self-assigned this Sep 6, 2023
@joshua-kim joshua-kim added the sdk This involves SDK tooling or frameworks label Sep 6, 2023
Copy link
Contributor

@abi87 abi87 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, once static analysis complaints are solved

Copy link
Contributor

@abi87 abi87 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just a nit in tests

@StephenButtolph StephenButtolph added this to the v1.10.10 milestone Sep 8, 2023
@StephenButtolph StephenButtolph merged commit 95b5453 into ava-labs:dev Sep 8, 2023
14 of 15 checks passed
danlaine pushed a commit that referenced this pull request Sep 11, 2023
commit 95b5453
Author: Joshua Kim <20001595+joshua-kim@users.noreply.github.com>
Date:   Fri Sep 8 15:59:57 2023 -0400

    Add contexts to SDK callbacks (#1977)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sdk This involves SDK tooling or frameworks
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Add context.Context to SDK callbacks
4 participants