smoldot icon indicating copy to clipboard operation
smoldot copied to clipboard

Alternative client for Substrate-based chains.

Results 169 smoldot issues
Sort by recently updated
recently updated
newest added

I've been trying for quite a while to get light_base working without the JavaScript side, but my knowledge of JavaScript is not good enough to port that code over to...

Bumps [actions/github-script](https://github.com/actions/github-script) from 3.1.0 to 6.1.1. Release notes Sourced from actions/github-script's releases. v6.1.1 What's Changed Bump shell-quote from 1.7.2 to 1.7.3 by @​dependabot in actions/github-script#270 Bump @​actions/core to 1.9.1 by...

We should report when a block author authors two different blocks with the same slot. Similarly, GrandPa should detect voting for two different blocks of the same height. Very long...

Many design choices in smoldot are based upon the assumption that the list of non-finalized blocks is not very large. This is normally the case. Blocks are verified before they...

priority-low

> serde_cbor is unmaintained | Details | | | ------------------- | ---------------------------------------------- | | Status | unmaintained | | Package | `serde_cbor` | | Version | `0.11.2` | | URL...

priority-low
blocked

Using https://chaos-mesh.org and GitHub Actions As long as this repo is private, GitHub Actions have a limit and I don't want to pay to increase it.

JavaScript, in its splendour, doesn't provide any way whatsoever to back-pressure WebSockets. At the moment the Smoldot Wasm node will simply keep buffering data coming from the socket, and process...

blocked

I am just getting different crashes every time ``` $ yarn start yarn run v1.22.17 $ node prepare.mjs --debug && rimraf ./dist && npm run buildModules && node demo/demo.mjs /Users/xiliangchen/.rustup/toolchains/1.61.0-aarch64-apple-darwin/bin/cargo...

I want to setup new node for that's substrate-connect friendly and need a way to verify it actually works. How do I make smoldot only connect to a specified node?...