fabric icon indicating copy to clipboard operation
fabric copied to clipboard

Fabric is an experimental protocol for exchanging information.

Results 68 fabric issues
Sort by recently updated
recently updated
newest added

Initial preparation work for release # Notable Changes - Adds `npm run deploy`

security

Error stems from fabric.http.js minified file. `WASM_BUFFER` is used in secp256k1 which is a wasm compiled dependency. Line producing the error `const WASM_BUFFER = new Uint8Array(wasm.memory.buffer);`

Update types/storage feature used in fabric-browser-extension to be used in LocalForage - this is part of types/stash - types/store this.status.content is what should be stored. - _getPathForKey should be what...

All fabric types should be classes, types/encryption is currently functions, update it to be a class

in views/ folder, create example template websites using compiled webpack bundle.

- https://groups.google.com/a/chromium.org/g/chromium-extensions/c/5DJHT9TCy5M - https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/content_security_policy - used wasm-unsafe-eval, still same error https://support.google.com/chrome/thread/31687823/csp-content-security-policy-is-not-supported-wasm?hl=en - https://github.com/WebAssembly/content-security-policy/blob/main/proposals/CSP.md

Update the bech32m identity spec in Fabric Identity, to improve build when used in extension Bip44 is the current derivation path.

Move types/encryption functions to types/identity Other possible locations - types/actor - enables many other types to be able to use the encryption features - types/key - has encrypt and decrypt...

Adds support for GRPC to Lightning ## Notables Changes - Some dependencies updated - Connects to Polar `clightning` instances

enhancement

- [ ] https://github.com/bitcoin/bips/blob/master/bip-0127.mediawiki