-
Notifications
You must be signed in to change notification settings - Fork 189
[Access] Refactor storage collections for access node #7093
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
Open
zhangchiqing
wants to merge
35
commits into
master
Choose a base branch
from
leo/refactor-storage-collections-for-an
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.
Open
Changes from 24 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
eca55cd
refactor collections
zhangchiqing fde54c9
update execution builder to use store.collections
zhangchiqing a109af6
refactor collection node to read collections
zhangchiqing f326355
revert collection changes
zhangchiqing 435b991
adding lock to protect indexing collections
zhangchiqing 6cd812c
add concurrent test
zhangchiqing 208fb81
refactor access node's transactions and collections storage module
zhangchiqing a5f43fb
Merge branch 'master' into leo/refactor-storage-collections-for-an
zhangchiqing 705399d
refactor using protocoldb
zhangchiqing b70d475
making collections and transactions private
zhangchiqing 5013f21
Merge branch 'master' into leo/refactor-storage-collections-for-an
zhangchiqing 3287ed1
fix lint
zhangchiqing 07288a9
update collections.Remove
zhangchiqing f38988b
remove collections.StoreLight
zhangchiqing 1a15b10
index collections by txs
zhangchiqing e4bf8e5
Merge branch 'master' into leo/refactor-storage-collections-for-an
zhangchiqing 99bbf77
update collections operations methods
zhangchiqing 14469d0
refactor collection store and remove methods
zhangchiqing db502ad
refactor StoreLightAndIndexByTransaction
zhangchiqing 35692d7
remove unused collections operations
zhangchiqing 127859b
update mocks
zhangchiqing cbb01aa
add UpertCollection methods
zhangchiqing 311b44b
refactor StoreLightAndIndexByTransaction
zhangchiqing a9c3140
add TODO
zhangchiqing 6ab6b8c
Merge branch 'master' into leo/refactor-storage-collections-for-an
zhangchiqing 7053720
use notNil for modules initialized by access builder
zhangchiqing 2267d64
Merge branch 'master' into leo/refactor-storage-collections-for-an
zhangchiqing e1455ee
collection rpc might be nil
zhangchiqing a77dede
fix builder
zhangchiqing 509efe7
update comments for store collections/transactions
zhangchiqing dab7142
fix access node builder
zhangchiqing 2bd20e8
add TestTransactionRemove tests
zhangchiqing 80a2eaf
add withRemove to store/cache
zhangchiqing 57e4c8e
Merge branch 'master' into leo/refactor-storage-collections-for-an
zhangchiqing d343b5c
remove collections.StoreLight
zhangchiqing 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
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.
Link the issue as TODO here #6523 (comment) .
Will be addressed separately. We can review and approve this PR, but not merge until the TODO is completed.
cc @fxamacker