-
Notifications
You must be signed in to change notification settings - Fork 342
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
feat: feed wrapping #4677
Merged
Merged
feat: feed wrapping #4677
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
20c8878
chore: add todo for bzz
nugaon 6332838
feat: getWrappedChunk with legacy payload handling
nugaon 8c14c90
feat: add content length header for feeds path
nugaon 8515af0
feat: remove payload structure for feeds
nugaon 33f7b8b
chore: indicating bootstrap fixme
nugaon 7edec9e
chore: update call arguments
nugaon d93cece
test: adjust feed testing
nugaon e0923f2
feat: return chunk payload on api
nugaon b6d382e
test: feed api
nugaon df01783
test: correct expected hashes
nugaon abe6896
feat: joiner and loadsaver with rootch init
nugaon ef05e2e
test: chunk wrapping and wrong legacy payload resolution
nugaon eccb5e4
test: changed feed response
nugaon a7a6e1e
chore: remove invalidFeedUpdate error
nugaon c768d88
test: make and copy wrappedRef
nugaon 62acd85
fix: remove payload time related logic
nugaon c7ddac9
feat: give back whole data
nugaon dae4346
chore: resolve linter issues
nugaon 27372fb
test: deactivate epoch based finder test
nugaon 652a89e
feat: generate mock soc with span
nugaon 7989e4d
test: resolve content that takes more than one chunk
nugaon d114125
chore: remove generated file
nugaon b8d6ee2
fix: epoch finder
nugaon 1a11337
feat: only wrapped chunk
nugaon 381f7bc
test: only wrapped chunk
nugaon c06cc24
refactor: only wrapped chunk to only root chunk
nugaon 5215af9
docs: only root chunk
nugaon e8c2ff6
docs: add remaining redundancy related header options
nugaon 0126076
fix: epoch ts def
nugaon 4e1aea7
test: parallel
nugaon 061bbca
fix: typeo on additional header set
nugaon ea0dfb3
refactor: remove joiner wrapper
nugaon 9d99af1
feat: soc get api
nugaon df16c0c
fix: return on error and chunk get
nugaon 7b15219
feat: swarm soc signature header in feed endpoint
nugaon f2cc8d8
refactor: swarm signature header
nugaon f4c117f
docs: update openapi
nugaon 3d7de7c
fix: whitespace check
nugaon a6611df
docs: fix method namings
nugaon 85a924f
Merge branch 'master' into feat/feed-wrapping
nugaon caed975
fix: params after merge
nugaon c347904
docs: fix duplicate keys
nugaon 994bc2c
feat: add new headers to allowedHeaders
nugaon ba593c0
docs: typeo
nugaon 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
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.
Should we keep the queries above with
At
andAfter
? Also bellow there is a lookup using this queries.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.
it may be needed for epoch based feeds.
I created an issue about that #4830