Éloïs
Éloïs
This behaviour is problematic. I have a workspace with a lot of lib crates and one binary crate. I use cargo-deb with the `--manisfest-path` option to pack my binary crate....
I use pest in a crate of a workspace, so this crate has no `src` folder. I was forced to create an empty `src` subfolder in my crate so that...
I must have disabled `missing_docs` lint to compile my crate, it's very annoying, the compiler no longer checks that all the documentation is present : ``` error: missing documentation for...
### What does it do? Orbiters was rewarded only on rounds with rotation. This PR insert the selected orbiter in all futures round until next rotation, this way the selected...
### What does it do? This is a proposal of agreement for the management of the git branches and their naming. This proposal must first be discussed and validated internally...
### What does it do? Update RELEASE.md ### What important points reviewers should know? ### Is there something left for follow-up PRs? ### What alternative implementations were considered? ### Are...
### What does it do? Add a manual GA workflow to publish the npm package `@moonbeam-network/api-augment`. ### What important points reviewers should know? ### Is there something left for follow-up...
I need to have a generic context that is instantiated differently in testing. (The context contains a handler to the DB that is mocked during tests). In non-test mode, the...
I test smoldot light wasm client with a local blockchain of the [Duniter-v2S](https://git.duniter.org/nodes/rust/duniter-v2s) project. It seems that smoldot is able to load my runtime and connect to my substrate node...
I tried to request these 2 new rpc methods based on the documentation in this repository: https://github.com/paritytech/json-rpc-interface-spec Both methods return a subscription_id, but I never get any notification, the subscription...