Jaco
Jaco
Specifically https://github.com/polkadot-js/extension/blob/master/packages/extension/manifest.json#L11 This puts the extension down the road to get ready for a move to V3 manifests (persistent not supported, background pages are service workers) There is an impact...
As per https://github.com/polkadot-js/phishing/pull/1007#issuecomment-1021933023 Not quite sure it is possible, i.e. need to check the actual additions only... The alternative would be to remove all of them, if it can.
After https://github.com/polkadot-js/wasm/issues/397 One small issue would be that the newest (if we update to that as well) uses `curve25519-dalek-ng` while `ed25519-zebra` as linked above above still uses `curve25519-dalek` - having...
... as this is merged https://github.com/paritytech/substrate/pull/11781 In here we have much less issues since we only use a tiny fraction of the functionality, but doing the above would also open...
This change is as the result of a CI failure where bigint values are in-use - https://github.com/LedgerHQ/ledger-live-desktop/runs/4325584600?check_suite_focus=true#step:13:92 Some background reading here - https://dev.to/benlesh/bigint-and-json-stringify-json-parse-2m8p In this approach instead of adding a...
After https://github.com/polkadot-js/common/pull/203
After https://github.com/polkadot-js/common/pull/203
Companion for https://github.com/polkadot-js/common/pull/503