Skip to content

Commit

Permalink
pass Ipfs protocol compliance suite (#19)
Browse files Browse the repository at this point in the history
* added handlers for ipfs and ipns protocols

* Updated bromite base version, added new build scripts

* Sync dependencies on fresh checkout for bromite

* Remove unnecessary patch

* Handle indirect ipfs and ipns URL requests

* Fixed potential syntax errors

* Fixed more potential syntax errors

* Handle indirect ipfs and ipns URL requests

* Fixed potential syntax errors

* Fixed more potential syntax errors

* Resolved merge issues

* Fixed some syntax errors

* Removed accidentally created patch

* Fix crashing when running tests

* Add SetURLChainUnsafe which actually sets the URL chain

* Added support for the Fetch API and other services. Also added support for ipld and pubsub schemes

* Updated comments

* Fixed syntax error

* upgrade daemon to v1.0.1

* Set ipfs schemes as handled by network service

* Fix patch to use emmanuels changes

* Update daemon to v1.0.2

* Update daemon to 1.0.3

* Add ipfs url schemes to android manifest

* Registered the protocols as secure and service worker enabled.

* Fixed syntax error

* Mark IPFS schemes as cryptographic

* Fix syntax errror in SchemeIsCryptographic

Co-authored-by: mauve <[email protected]>
  • Loading branch information
Madrets and RangerMauve authored May 17, 2022
1 parent 8a33f55 commit b6efa4a
Show file tree
Hide file tree
Showing 3 changed files with 301 additions and 71 deletions.
2 changes: 1 addition & 1 deletion daemon_tag.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.0.4
v1.0.4
Loading

0 comments on commit b6efa4a

Please sign in to comment.