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

runtime-sdk: Do not run global state migrations in queries #1175

Merged
merged 1 commit into from
Oct 21, 2022

Conversation

kostko
Copy link
Member

@kostko kostko commented Oct 21, 2022

The previous behavior actually prevents queries from being performed against state before the runtime upgrade that included a global state migration.

The previous behavior actually prevents queries from being performed
against state before the runtime upgrade that included a global state
migration.
@kostko kostko added the bug Something isn't working label Oct 21, 2022
@codecov
Copy link

codecov bot commented Oct 21, 2022

Codecov Report

Merging #1175 (82a9597) into main (09b5313) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #1175   +/-   ##
=======================================
  Coverage   65.41%   65.41%           
=======================================
  Files         134      134           
  Lines       12227    12227           
=======================================
  Hits         7998     7998           
  Misses       4197     4197           
  Partials       32       32           
Impacted Files Coverage Δ
runtime-sdk/src/runtime.rs 18.75% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@kostko kostko merged commit 9233a57 into main Oct 21, 2022
@kostko kostko deleted the kostko/fix/global-state-migration-query branch October 21, 2022 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants