Michael Legleux

Results 13 issues of Michael Legleux

## High Level Overview of Change Adds a github actions workflow to produce rpm and deb packages. ### Context of Change Packages are currently produced in gitlab. Migrating all operations...

CMake installation was missing some files. impl copy paste typo? impl-->detail include ALL detail files in install :|

## High Level Overview of Change Build rippled packages on release candidate and beta branches, all pull-requests and manually to make sure the packaging is not broken. Runs `rippled --unit-test`...

### Type of Change Pins reporting mode's dependencies to fixed versions - [x] Bug fix (non-breaking change which fixes an issue)

rippled expects every input to be a string and as such, will even cast integers to strings. Clio seems to do the opposite. If you pass a string of a...

enhancement
future

Fix `error C2039: 'set_difference': is not a member of 'std'` ## High Level Overview of Change ### Context of Change Couldn't build `rippled` on Windows with VS2022. ``` C:\Users\emel\.conan\data\nudb\2.0.8\_\_\package\5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9\include\nudb\detail\stream.hpp(64,20): error...

Trivial

## Issue Description Submitting an integer to `rippled` greater than 2**32 results in an HTTP response of 400 with the message ``` Unable to parse request: * Line 1, Column...

## High Level Overview of Change Updates most of the CI jobs to use Conan 2 as minimally invasive as possible. ### Context of Change Conan 1 has stopped receiving...

## High Level Overview of Change Save a stripped Linux GCC Release `rippled` binary in the pipeline artifacts for a while. ### Context of Change As requested by performance and...