-
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
Cadence Account Storage Map Migration #6761
Open
turbolent
wants to merge
25
commits into
master
Choose a base branch
from
bastian/account-storage-map-migration
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+922
−77
Open
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
5c65c32
update to Cadence with account storage map support: feature/combine-d…
turbolent e7d04a4
inject scheduleAccountV2Migration function into service account Accou…
turbolent 95ca4de
update dependencies in other modules
turbolent 8e6fbbf
export address generator constructor
turbolent de4b564
add AccountV2Migration contract
turbolent f611094
temporarily unrestrict availability scheduleAccountV2Migration function
turbolent c75d4fc
call account migration function from system chunk transaction
turbolent b31696c
add missing argument for new chain parameter
turbolent 0906f96
update to latest commit of feature branch
turbolent 2a04742
add function to return storage format of an account
turbolent 5794140
fix setup for AccountV2Migration contract
turbolent b1c86c5
adjust expected state commitments and system chunk transaction hashes
turbolent 06420d1
remove chain ID arguments
turbolent 0a393ef
add new weight for string template expressions
turbolent 2b1ecac
Merge branch 'auto-update-onflow-cadence-v1.3.0' into bastian/account…
turbolent a1ca332
fix address generation
turbolent 8b597cb
test account v2 format migration of service account
turbolent f86dd29
remove enabled flag, use batch size
turbolent 814c47a
verify migration event
turbolent e910cd0
add integration test for account storage format v2 migration using in…
turbolent a57912f
add a new Migration system account contract, call it in system chunk tx
turbolent d24f07e
adjust expected hashes
turbolent 9199db6
enable storage format v2 for all but mainnet
janezpodhostnik 0cece3b
Merge pull request #6864 from onflow/janez/account-storage-map-migration
turbolent c5dc08e
Merge branch 'master' into bastian/account-storage-map-migration
turbolent 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
call account migration function from system chunk transaction
- Loading branch information
commit c75d4fc964645e7ca9f17f5793c74e92673b41d4
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
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.
I spent way to long looking for a
".
operator in the cadence language docs only to find out there is something wrong with the fonts: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.
Where is this screenshot from? GitHub? VS Code? It"s probably not a problem with the PR though?
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.
This is github on firefox. No not an issue in the PR. Just some sort of font issue somewhere.