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

refactor(templates): use go context instead of sdk.Context #4445

Merged
merged 5 commits into from
Dec 16, 2024

Conversation

julienrbrt
Copy link
Member

Follow-up of #4432

Removal of sdk.Context in modules. The app (v1) should still have sdk.Context while in sdk v2 not.
Next PR is integrating SDK v2.

@julienrbrt julienrbrt added the skip-changelog Don't check changelog for new entries label Dec 15, 2024
Pantani
Pantani previously approved these changes Dec 16, 2024
@Pantani
Copy link
Collaborator

Pantani commented Dec 16, 2024

The tests are falling because we need to unwrap the context again to get the block time into the simulation methods

@Pantani Pantani self-requested a review December 16, 2024 04:40
@julienrbrt
Copy link
Member Author

The tests are falling because we need to unwrap the context again to get the block time into the simulation methods

Yep, my bad, my search and replace shouldn't have touched the app folder.

@julienrbrt julienrbrt enabled auto-merge (squash) December 16, 2024 08:35
@julienrbrt julienrbrt merged commit 3fec17a into main Dec 16, 2024
43 of 45 checks passed
@julienrbrt julienrbrt deleted the julien/sdk-context branch December 16, 2024 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:ci CI/CD workflow and automated jobs. component:configs component:templates skip-changelog Don't check changelog for new entries
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants