fission
fission copied to clipboard
Fission CLI & server
The CLI fetches a version of go-ipfs during `fission setup` ... however, we don't check or update the bundled go-ipfs at other times. This means that even if you update...
Currently when the cli detects a newer version, we show this: ``` ➜ wnfs-migration (issue-2) ✗ fission whoami ⚠️ A new version of Fission CLI is available: 2.17.2 (AKA 'Wicket')...
Currently it looks like we do not have the binaries for the ubuntu 22.04 LTS and the latest available binary is broken inside this particular ubuntu version.
# Summary Linking an account from one CLI to a second CLI does not complete. ## Problem It is not possible to link CLIs across desktops/laptops. ### Impact Users may...
## Problem When running `fission setup`, if you attempt to sign up as a username that already exists, it creates a key. But then, trying to create a user fails....
@expede and I have been talking about this a while ago: https://talk.fission.codes/t/webnative-on-nodejs/2240/5 The problem is essentially: We treat the local IPFS blockstore as ephemeral, but store the UCAN in there....
Currently it looks like we just have the IA64 binaries, we should probably roll either arm-specific binaries or multi-arch binaries: https://github.com/fission-suite/fission/releases/tag/2.17.0
@expede and I have talked about the `*.DID.Oldstyle.Types` module recently. We were agreeing that we should just delete that code I now saw that we're actually using it in production...
Basically extend the YAML syntax to support different sections for dev, stage and prod environments, mostly to enable something like `fission app publish --stage`