-
Notifications
You must be signed in to change notification settings - Fork 180
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
[FVM] removing legacy controller from storage #2713
Merged
ramtinms
merged 39 commits into
master
from
ramtin/fvm-remove-legacy-controller-from-storage
Jul 15, 2022
Merged
Changes from 34 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
15bdb83
remove legacy controller
ramtinms f2e9a56
fix tests
ramtinms 525064a
update chunk verifier
ramtinms 9594651
Merge branch 'master' into ramtin/fvm-remove-legacy-controller-from-s…
ramtinms 1c5b652
update test
ramtinms 350b57f
Merge branch 'ramtin/fvm-remove-legacy-controller-from-storage' of gi…
ramtinms 3aa817e
update emulator to support controller removal
ramtinms e31bf71
update flow protobuf version
ramtinms 0a6c9ba
Merge branch 'master' into ramtin/fvm-remove-legacy-controller-from-s…
ramtinms b1be431
Merge branch 'master' into ramtin/fvm-remove-legacy-controller-from-s…
ramtinms cf41b3d
go mod tidy
ramtinms 3f13a66
apply PR's comments
ramtinms a19910a
update flow proto files
ramtinms c809f99
Merge branch 'master' into ramtin/fvm-remove-legacy-controller-from-s…
ramtinms 532f26b
Merge branch 'master' into ramtin/fvm-remove-legacy-controller-from-s…
ramtinms 7015f05
Merge branch 'master' into ramtin/fvm-remove-legacy-controller-from-s…
ramtinms 9f67777
update flow emulator version
ramtinms 80b77f0
Merge branch 'master' into ramtin/fvm-remove-legacy-controller-from-s…
ramtinms 5715188
Merge branch 'ramtin/fvm-remove-legacy-controller-from-storage' of gi…
ramtinms 1ceda17
go mod tidy
ramtinms 44527d2
update state commitment
ramtinms f780410
no in-place payload update
ramtinms 145208f
Merge branch 'master' into ramtin/fvm-remove-legacy-controller-from-s…
ramtinms 77732a0
expected update to state commitments
ramtinms 5ef08d3
Merge branch 'master' into ramtin/fvm-remove-legacy-controller-from-s…
ramtinms 0fa917e
Merge branch 'master' into ramtin/fvm-remove-legacy-controller-from-s…
ramtinms 7e439ba
Merge branch 'master' into ramtin/fvm-remove-legacy-controller-from-s…
ramtinms d6e0652
Merge branch 'master' into ramtin/fvm-remove-legacy-controller-from-s…
ramtinms 5255ed1
Merge branch 'master' into ramtin/fvm-remove-legacy-controller-from-s…
ramtinms b07a58b
update recent changes
ramtinms 9e3dc1f
Merge branch 'master' into ramtin/fvm-remove-legacy-controller-from-s…
ramtinms 9fdd482
Merge branch 'master' into ramtin/fvm-remove-legacy-controller-from-s…
ramtinms 29a7b31
Merge branch 'master' into ramtin/fvm-remove-legacy-controller-from-s…
ramtinms 18aaf13
Merge branch 'master' into ramtin/fvm-remove-legacy-controller-from-s…
ramtinms 30be522
Merge branch 'master' into ramtin/fvm-remove-legacy-controller-from-s…
ramtinms 6706c4d
apply PR's comment
ramtinms 989ac6d
Merge branch 'ramtin/fvm-remove-legacy-controller-from-storage' of gi…
ramtinms a1fdcb7
Merge branch 'master' into ramtin/fvm-remove-legacy-controller-from-s…
ramtinms 652aac3
Merge branch 'master' into ramtin/fvm-remove-legacy-controller-from-s…
ramtinms File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
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.
Can we use
KeyPartOwner | KeyPartController | KeyPartKey
here?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.
fixed at 6706c4d