gomobile-ipfs
gomobile-ipfs copied to clipboard
IPFS and libp2p on Mobile, with Gomobile
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...
Bumps [github.com/ipfs/go-ipfs](https://github.com/ipfs/go-ipfs) from 0.11.0 to 0.13.1. Release notes Sourced from github.com/ipfs/go-ipfs's releases. v0.13.1 go-ipfs v0.13.1 Release This release includes security fixes for various DOS vectors when importing untrusted user input...
Fix `make test_bridge.android` build error. # Description `make test_bridge.android` gives the build error "A problem occurred configuring project ':bridge'. You must specify a URL for a Maven repository." This pull...
Change to a CID of a sample image from the IPFS web site which is likely to be fetched. # Description The request to fetch the IPNS file times out....
* Write and integrate doc alongside the official go-ipfs documentation on the IPFS doc website * Write various simple and complex examples
With Go 1.18 installed, in `packages`, `make test` prints: ../../go/pkg/mod/github.com/lucas-clemente/[email protected]/internal/qtls/go118.go:6:13: cannot use "quic-go doesn't build on Go 1.18 yet." (untyped string constant) as int value in variable declaration Other packages...
In the Makefile, If I remove the maccatalyst target it will works, or else it will report an clang error: clang: error: invalid version number in '-target arm64-apple-ios13.0-macabi'
The current build fails with the error `You must specify a URL for a Maven repository`. This is fixed by adding `bintray_url` to `Manifest.yml`. See https://github.com/ipfs-shipyard/gomobile-ipfs/pull/106/commits/c14bbe2d601db1fbdf59c94135b49e9d244e48ef for an example of...