capi
capi copied to clipboard
[WIP] A framework for crafting interactions with Substrate chains
Dependencies updated by [udd](https://github.com/hayd/deno-udd).
Bumps [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action) from 2.26.2 to 2.26.3. Release notes Sourced from streetsidesoftware/cspell-action's releases. v2.26.3 2.26.3 (2023-07-20) Continuous Integration Workflow Bot -- Update ALL Dependencies (main) (#1283) (bb139f5) Workflow Bot -- Update...
'sent' is an ExtrinsicStatusRune here ``` sent.transactionStatuses((status) => { if (status === 'ready') { setStatus(...); } return false; }).run(); const inBlockEvents = await sent.inBlockEvents().run(); ``` So this code breaks if...
May want to consider narrowing the signatories type here
When changing the `dev` command in the package json of this [PR](https://github.com/paritytech/capi-vite-example/pull/5) to `capi serve --target dev -- vite`, vite throws an error __only after the browser webpage is opened__....
Closes: #1180
When trying to install off a local tarball created by `deno task dnt`, it cannot be installed without running `deno task capi serve` locally. Based on the yarn output logs,...
When running `capi sync` using a tarball created from `deno task dnt` in capi, it fails ``` ➜ capi-react-native-example git:(aaa) ✗ yarn sync yarn run v1.22.19 $ capi sync node...
Heavily WIP Introduces `Consumer`s, which provide a standard layer on top of different RPC APIs (the current and [the experimental](https://paritytech.github.io/json-rpc-interface-spec)). This will allow us to decouple the fluent API from...