-
Notifications
You must be signed in to change notification settings - Fork 200
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
Upgrade API to comply to the IPFS Interface specification (py-ipfs-http-client version) #149
Merged
ntninja
merged 8 commits into
ipfs-shipyard:py-ipfs-http-client
from
ntninja:py-ipfs-http-client
Jan 29, 2019
Merged
Upgrade API to comply to the IPFS Interface specification (py-ipfs-http-client version) #149
ntninja
merged 8 commits into
ipfs-shipyard:py-ipfs-http-client
from
ntninja:py-ipfs-http-client
Jan 29, 2019
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
ntninja
force-pushed
the
py-ipfs-http-client
branch
2 times, most recently
from
January 27, 2019 18:44
f8bf9ee
to
70c259d
Compare
ntninja
force-pushed
the
py-ipfs-http-client
branch
from
January 27, 2019 20:17
e485751
to
3adad8f
Compare
ntninja
force-pushed
the
py-ipfs-http-client
branch
5 times, most recently
from
January 29, 2019 13:34
9fc9220
to
398c0ea
Compare
Highlights: * Splitted the giant `test/funcational/tests.py` into many subtests * Migrated all code away from `unittest` to `pytest` native only * Enabled the codestyle checker on all of the new test code (and fixed issues)
…pped by go-IPFS Source: ipfs/kubo#5308
…es to be shared between all client objects (causing the wrong endpoint to receive the calls!)
…ich also doesn't have `os.fwalk`)
ntninja
force-pushed
the
py-ipfs-http-client
branch
from
January 29, 2019 13:47
398c0ea
to
cc7a2bc
Compare
ntninja
changed the title
[WIP] Upgrade API to comply to the IPFS Interface specification (py-ipfs-http-client version)
Upgrade API to comply to the IPFS Interface specification (py-ipfs-http-client version)
Jan 29, 2019
Finally! |
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.
Follow-up from #146. Needs discussion on that PR to complete before it can be merged.