Sebastien Guillemot

Results 170 issues of Sebastien Guillemot

We should add this upstream changes into our codebase https://github.com/input-output-hk/chain-libs/commit/53e791cdb7ba138dfaf6b89e67c099e73a229baa#diff-9bc73802da0f8d3c0fbfaae52e2e5701

good first issue

Functions like `generate_ed25519_bip32` are broken in the same way they were broken in Jormungandr https://github.com/input-output-hk/js-chain-libs/issues/59 I think the curve25519-dalek package was updated maybe 1-2 months ago and it may have...

bug

Currently when you call `build` on the TransactionBuilder, you get back a `TransactionBody`. This isn't great because you lose 1) Information about which witnesses are needed 2) Information about the...

enhancement

#### What Git revision are you using? `1.0.29-alpha` #### Describe what the problem is? ![image](https://github.com/user-attachments/assets/e41e1b75-d3f2-40b0-9281-2370dd227ca1) #### What should be the expected behavior? the two-line comment is documenting the `|> value.tokens`...

bug
code formatting

Somebody posted a CML error they got through Carp v3.3.0. Not sure if this looks familiar. I haven't tried to reproduce it myself ``` can't decode shelley output payload: Deserialization...

bug

**Is your feature request related to a problem? Please describe.** The current `nominal-typebox` implementation is fragile because it copies a lot of Typebox code as-is just to replace the `static`...

triage

For my project, I'm using [pglite](https://pglite.dev) when in developer mode which generated an in-memory database To load extensions in pglite, unlike a regular postgres database, you need to point to...

Previously, if you have any schema that was recursively defined (either simple recursion or mutually recursive), then the code would get stuck in an infinite loop until a `Maximum call...

JSON allows for infinite precision, so it's valid to represent uint64 with the following ```json { "maximum": 18446744073709551615, "minimum": 0, "type": "integer" } ``` Note: `integer` here is used instead...

## Note This PR is based on #54. It will have to be rebased once #54 is merged ## Summary This PR allows glob inputs so that you can combine...