-
Notifications
You must be signed in to change notification settings - Fork 7
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: add blob protocol to infra integration tests #354
Closed
vasco-santos
wants to merge
4
commits into
main
from
feat/add-blob-protocol-to-service-integration-test
Closed
feat: add blob protocol to infra integration tests #354
vasco-santos
wants to merge
4
commits into
main
from
feat/add-blob-protocol-to-service-integration-test
Conversation
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
vasco-santos
force-pushed
the
feat/add-blob-protocol-to-service-integration-test
branch
from
April 18, 2024 10:28
6f0d366
to
bbe9ce7
Compare
View stack outputs
|
vasco-santos
commented
Apr 18, 2024
vasco-santos
force-pushed
the
feat/add-blob-protocol-to-service-integration-test
branch
from
April 25, 2024 08:07
bbe9ce7
to
2796985
Compare
vasco-santos
force-pushed
the
feat/add-blob-protocol-to-service-integration-test
branch
from
April 25, 2024 10:54
2796985
to
e137c81
Compare
vasco-santos
force-pushed
the
feat/add-blob-protocol-to-service-integration-test
branch
from
April 25, 2024 14:31
e137c81
to
5a3999f
Compare
vasco-santos
force-pushed
the
feat/add-blob-protocol-to-service-integration-test
branch
from
April 30, 2024 13:37
5a3999f
to
907b75c
Compare
vasco-santos
force-pushed
the
feat/add-blob-protocol-to-service-integration-test
branch
from
April 30, 2024 15:48
907b75c
to
a7a742c
Compare
vasco-santos
force-pushed
the
feat/add-blob-protocol-to-service-integration-test
branch
from
May 14, 2024 07:52
a7a742c
to
7d58703
Compare
vasco-santos
force-pushed
the
feat/add-blob-protocol-to-service-integration-test
branch
from
May 14, 2024 14:09
17de641
to
908e165
Compare
vasco-santos
force-pushed
the
feat/add-blob-protocol-to-service-integration-test
branch
from
May 14, 2024 14:58
908e165
to
08e3fe6
Compare
vasco-santos
force-pushed
the
feat/add-blob-protocol-to-service-integration-test
branch
from
May 16, 2024 11:58
2289610
to
8a7016f
Compare
vasco-santos
force-pushed
the
feat/add-blob-protocol-to-service-integration-test
branch
from
May 16, 2024 15:08
8a7016f
to
2b904f0
Compare
vasco-santos
force-pushed
the
feat/add-blob-protocol-to-service-integration-test
branch
from
May 16, 2024 15:37
2b904f0
to
1e27699
Compare
vasco-santos
force-pushed
the
feat/add-blob-protocol-to-service-integration-test
branch
from
May 16, 2024 15:41
1e27699
to
0ccc70d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Adds integration tests for blob implementation started on #353 .
This test aims to test all the main flows that MUST happen once a Blob is written:
w3up-client
filecoin/offer
In addition,
store-add
tests are added independently to make sure old clients keep operation for writes + reads!