James Mart
James Mart
## 🐛 Bug description When running wasm-pack inside a **non-root** docker container, it fails with a permissions error (OS Error 13). ``` $ wasm-pack build rust/psibase/ Error: Permission denied (os...
`cargo psibase deploy` currently assumes the local chain is running at `http://psibase.127.0.0.1.sslip.io:8080/`. There is a `-a` flag for cargo psibase, but `cargo psibase -a http://psibase.127.0.0.1.sslip.io:8089/ deploy ...` still fails with:...
# Client-side ## Session tokens ### Access and refresh tokens * **Access token**: This is the that will be set as a cookie for this user on this app domain,...
## Description Tasks necessary for synchronizing nodes from peers via replay ```[tasklist] ### Tasks - [ ] Subtask: create specification - [ ] Subtask: support replay - [ ] https://github.com/gofractally/psibase/issues/234...
This issue depends on stabilization of block and transaction signing capabilities. * #491 ## Remove --key This public key passed to boot is then used to set the auth key...
Breaking changes in the async-graphiql library have broken the sample graphql rust service in our docs. We should either update our docs to a version that works out of the...
When writing plugins, we should be able to specify a registry, for example:: ``` [package.metadata.component.registries] default = "https://plugin-reg.psibase.127.0.0.1.sslip.io:8090/" ``` Create the registry service, following the API used by the reference...