Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Regen network/multistore upgrades #5500
Regen network/multistore upgrades #5500
Changes from 12 commits
3815c2c
2b09687
78819e2
d7bd14e
0ce25e5
237454c
ccefbd6
c9a01e0
7f0dd8b
faf25f1
62ff38f
6b6456b
3a71d54
1971c7e
82daafb
a82fcb5
5625f23
28f7bca
f8841b5
3cc4be0
bcdea87
ccdc853
9546f73
66a90b2
aaa7d2d
0eeeb6f
27bd739
ec78a10
ee97a70
569a238
f4e2357
69b346f
f55deac
8a352c4
c33a01e
1e048d2
5e3d8e8
a3b2c3e
19d1268
c0a5bf0
a20eb9a
daa8f4a
05d35d8
5500774
9917cfd
c268fec
2d0bb5a
c42582a
175190c
0959685
6120306
a8a4dbf
1e22e61
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So
UpgradeInfo
includesStoreUpgrades
. Where do we set those? I never see those set by searching the diff (but maybe I missed it)There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The idea I had was for just
Plan
to get serialized to json. I think that's likely how it should work. The store upgrades wouldn't get serialized to disk here.