Éloïs

Results 25 issues of É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...

bug
question
derive

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...

bug
question
generator

### 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...

B7-runtimenoteworthy
D5-nicetohaveaudit⚠️

### 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...

A0-pleasereview
A3-inprogress
A9-buythat(wo)manabeer
B0-silent
C1-low
D2-notlive

### 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...

B0-silent

### 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...

B0-silent
ci
D2-notlive

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...

priority-high

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...