Olivier Desenfans
Olivier Desenfans
## Summary Hello! I'm interested in running a gossipsub-based application with Tokio as a runtime. As a first step, I revamped the gossipsub-chat example with Tokio as a runtime (mixing...
Hello, I think I found an issue related to the deserialization of hashmaps in an untagged enum. I have a struct that contains a `HashMap`: ``` #[derive(Deserialize, Debug)] struct T...
Hello, I am experiencing a rather annoying issue when cleaning up a queue. I set up a queue to feed a websocket. Once the websocket closes, I sometimes experience a...
Problem: computing the hash of a program is useful to verify its integrity. This hash is also used for different purposes, like when loading a program with the bootloader. Solution:...
Problem: when using `allow-missing-builtins` for a program, some builtins requested by the program may not be part of the layout. This results in an incorrect configuration of the initial stack...
# Feature: deserialize CairoPie from ZIP archives ## Description Problem: the Python VM generates Cairo PIEs as ZIP archives containing several JSON files and the memory as a binary file....
This PR makes all macros in the `test_utils` module public to allow for easier testing of hints (and other features) living in other crates/repositories. Fixes #1595. ## Checklist - [x]...
**Describe the bug** For an experiment, I tried to execute the Starknet bootloader with layout `starknet` and allowing missing builtins to suppress the warning about the absence of the `keccak`...
Hello, We're currently developing some hints for a project. These hints live in a different Git repository. We developed hints for the bootloader in a fork of `cairo-vm` so I...
Hello, I'm currently confronted with a dependency issue in one of my projects. Some dependencies of said project depend on your library (`pymultihash`) while others depend on `py-multihash` from the...