go-textile
go-textile copied to clipboard
[DEPRECATED] Textile is a set of tools and infrastructure for building composable apps and services on the IPFS network
Adds the ability to sidecar IPFS Cluster on Textile. ## Changelog _coming_ ## Closes - Closes #734 ## Fixes - The `--repo` flag was no longer parsing `~` (missed in...
Right now, an account peer can sync with a cafe peer. In terms of pinning/storage, this means: - All threads and updates (including account-related thread for contacts, profile info) are...
From a user on Slack: > If I search for an address in your docs like P8rW2RCMn75Dcb96Eiyg8mirb8nL4ruCumvJxKZRfAdpE5fG, then it’s found, but trying to searching for another device doesn’t (android searching...
Adding support for fetching a single message so we can add it to the mobile sdk apis (https://github.com/textileio/ios-textile/issues/89)
**Describe the bug** When a cafe tries to send the payload larger than uint16(65535) length, it overflows the size bytes [here](https://github.com/textileio/go-textile/blob/master/core/cafe_api_v1.go#L627). As a result, a client is got unexpected EOF...
**Is your feature request related to a problem? Please describe.** - [ ] list the sent invites, regardless of their status, for a given thread this is needed for the...
Hi! I'm trying to upload a file through a POST request to a local Textile Cafe node (using Postman). I tried different configurations to guess the correct body insertion scheme,...
**Describe the bug** When trying to run textile after a binary install on Ubuntu 18.04 server, I get this error: `textile: /lib/x86_64-linux-gnu/libc.so.6: version 'GLIBC_2.28' not found (required by textile)` **To...
**Describe the bug** Using account sync (via textile desktop tray) to sync 3 peers (2 are active) ends up in different account names due to different account.peers order (modified timestamp):...
**Describe the bug** If I want to see the third account I can do `textile wallet accounts -d 3 `, but that shows me accounts 1-3. So I add an...