Dan Forbes
Dan Forbes
## Failing module - **GitHub**: https://github.com/polkadot-js/api/tree/master/packages/api - **npm**: https://www.npmjs.com/package/@polkadot/api ```js import { ApiPromise, WsProvider } from "https://esm.sh/@polkadot/api"; ``` ## Error message After running `deno run` I get this: ``` dot-deno:...
**Is your feature request related to a problem? Please describe.** When I use `blc` as part of an automated build, the build fails because `blc` does not gracefully handle (retry)...
I am unable to register a new user with a password. The UI states `invalid account`. The server output states `(pq: missing FROM-clause entry for table "basics")`. I am using...
https://github.com/substrate-developer-hub/recipes/pull/387/checks?check_run_id=1225526960
Create a recipe that illustrates using the multi-sig capabilities exposed by [the Utility pallet](https://substrate.dev/rustdocs/master/pallet_utility/index.html).
## Issue summary - Substrate implements a "fast sync" mode, however, it's not clear if this will be superseded by a "warp sync" mode. This Epic is for investigating Substrate...
## Describe the bug - In a cross-client devnet, it was observed that the initial connection between a Substrate and Gossamer node fails. Although the Substrate node is able to...
Design and document a plan for refactoring the way Gossamer represents and handles extrinsics. The goals of the design should include making extrinsic-related APIs less error-prone, and making it easier...
Gossamer currently uses opaque byte arrays to represent extrinsics, which can take on a number of different forms - this is error-prone and makes it difficult to know which type...
Currently, Gossamer just logs errors that occur in the runtime - instead, when a Gossamer node experiences a runtime panic, the node itself should also panic. We should check every...