This repository was archived by the owner on Aug 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 110
Localstore integration #1282
Closed
Closed
Localstore integration #1282
Changes from all commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
df7d887
swarm/storage/localstore: add hasser
janos c0a4b1b
swarm: merge branch 'master' into localstore-storage-integration
janos 8381e38
swarm: merge branch 'master' into localstore-storage-integration
janos 5ac0f79
cmd/swarm, swarm: integrate localstore partially
janos a96aeeb
swarm: merge branch 'master' into localstore-storage-integration
janos 44633ce
swarm/network/stream: start of localstore integration
janos 3e6e03a
swarm/storage/localstore: add TestExportImport and fix Export function
janos 6ce3481
cmd/swarm: re-enable TestCLISwarmExportImport
janos 5e69e3d
swarm: extend chunk.Store
janos 5d7f169
swarm/storage/feed: fix TestValidatorInStore
janos f0a8d3a
swarm: rename ModeGetFeedLookup to ModeGetLookup
janos 5474d30
swarm: minor updates to chunk, storage and localstore packages
janos 9ca71f4
swarm: merge branch 'master' into localstore-storage-integration
janos 83b64ce
swarm/shed: add vector uint64 field
janos 547f30b
cmd/swarm: fix merge issue
janos 970b305
swarm: use BinID for pull syncing index
janos 5a669c6
swarm/network, swarm/storage/localstore: SetNextBatch pull subscription
janos 4594130
swarm/network/stream: fix TestSyncerSimulation
janos 4af1d7a
swarm: change localstore SubscribePull function signature
janos 4df51ee
swarm/storage/localstore: fix SubscribePull comment
janos 804301e
swarm/network/stream: return errors in roundRobinStore
janos 6aa0d0e
swarm/storage/localstore: SubscribePull with both range ends inclusive
janos c16dcd1
swarm/network/stream: close intervals store in newStreamerTester
janos 14758a4
swarm/storage/localstore: improve TestDB_SubscribePull_since
janos be1a360
swarm/network/stream: implement new SetNextBatch
janos 36a0d96
swarm/network/stream: update handleChunkDeliveryMsg function
janos 3b3d2b0
swarm/storage: remove unused code
janos 4b8a5c8
swarm: merge branch 'master' into localstore-storage-integration
janos 277ecf9
swarm: minor code cleanups
janos 682eebd
swarm: merge branch 'master' into localstore-storage-integration
janos 5ee9143
Merge branch 'master' into localstore-storage-integration
nonsense c3a76d1
lint
nonsense 2d20bf9
swarm/storage/localstore: add tags to push index
acud b828a34
swarm/storage, swarm/shed: add support for persisting push tags
acud d8c648b
swarm/storage/localstore: TestDB_pushIndex_Tags
janos e295dc8
swarm: address pr review comments
janos c9d679d
swarm: merge branch 'master' into localstore-storage-integration
janos 2fe747e
swarm/storage/localstore: implement backward compatible Import function
janos 3e82234
swamr/network/stream: fix handleChunkDeliveryMsg
janos 4c14a09
swarm/storage/localstore: remove getters, setters and putters
acud 31f4b0d
swarm/network/stream: update handleChunkDeliveryMsg
janos 2e24e99
swarm/storage/localstore: only one item in pull and push indexes for …
janos 9c79e26
Revert "swarm/storage/localstore: TestDB_pushIndex_Tags"
acud ca7dcc2
Revert "swarm/storage, swarm/shed: add support for persisting push tags"
acud e4d723c
swarm/chunk, swarm/storage: adjust Store.Put interface to return bool…
acud 904df7a
cmd/swarm: new localstore database migration (#1297)
acud 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 hidden or 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 hidden or 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 hidden or 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.
could this not be in the localstore pkg as one of the constructors?
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.
Actually, I am not sure that we need it. It only checks if goleveldb data is present in a directory. Is it really necessary to have that check for export and import?