Results 8 issues of Litchi Pi

Added the tutorial "Writing a container in Rust" in the "Docker" section

Context: When compiling GDK3, the DEP_GTK3-BACKENDS value is `broadway wayland x11` but as it's not correctly quoted, the resulting command is: `env CC= < ... > DEP_GTK3-BACKENDS=broadway wayland x11` Resulting...

Context: I'm trying to build a Tauri application using Nix. All these crates requires an overlay, and I thought it would be preferable to add them directly there. I copied...

I don't really understand why the config flags were commented out, but I found that this setup works on nixos-unstable as of today. For reminder, on `unstable` of NixOS, the...

Past issue: https://github.com/toml-rs/toml-rs/issues/256 `u64` cannot be deserialized as it's backed by a `i64` format This causes this to fail: ```rust let data = format!("id = {}", u64::MAX); let val :...

C-bug
A-parse
A-serde

**Describe the bug** When inserting data (specifically a **bytecode** associated with an address) to the limit of the ledger's capability, the serialization of the ledger will succeed (bootstrap server will...

bug
bootstrap

Improvement of #4261 As we need to iter over all the peers before getting the priorisation result, it's inefficient and could lead to some problems when there are thousands of...

enhancement
protocol

**Describe the bug** Related to #4121 When getting the interrupt signal, the `massa-execution-worker` takes care of a whole bunch of other operations before catching the `stop` event and stopping the...

enhancement
smart-contracts