Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pass Ipfs protocol compliance suite (#19)
* 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