Guilhem Fanton
Guilhem Fanton
> Flags `-max-gaz`, `-node-rpc-listener` and `-web-listener` work as expected. In addition to `-node-rpc-listener`, can you add `-node-chainid`? ~unfortunately i cannot pass ChainID as it's unexposed~ Sorry, it's actually doable. I've...
I'm not sure why we should use `DevPod`. Setting it up seems more complex than just using `make install` at the repository's root and using the binaries directly, which only...
> Could you also share some insights on the benefits to use gRPC over QUIC I think the only advantage at the moment is to use it on a mobile....
Sounds super cool ! > Linters: Implement ESLint for JavaScript and Stylelint for CSS. > Formatter: Use Prettier for consistent code formatting. I suggest checking out https://biomejs.dev/ for the linting...
@moul Current state is: - The PR causes the BFT test to fail early and shows the drained channel to aid debugging. - I've fixed some tests by rearranging the...
TL;DR: Reverting `ensureGetRoundState` to `GetRoundState` by eliminating the delay should resolve the last tests (even if technically they are still racy), boosting CI success rate to nearly 100%. After merging,...
It may be a small detail, but based on the `go env` command, might it make more sense to call these two variables **GNOPATH** (for containing dependencies) and **GNOROOT** (for...
> Could you check if [nbedos/termtosvg](https://github.com/nbedos/termtosvg) could work? It seems to be more git-friendly than binary gif? @moul Looks like the repo has been archived. The concept of SVG is...
Thinking more about this, I'm not really sure about adding this. I don't want to have to duplicate every flag of `gnoweb` into `gnodev`. What do you think about simply...
> don't see an option in gnodev to not start gnoweb. I think will should probably add an option to disable `gnoweb` in gnodev > What should we do if...