Sebastien Guillemot

Results 144 issues of Sebastien Guillemot

When I try and import my daijisen file zero-epwing.exe stops responding and I get conversion process failed: exit status 255 ![image](https://user-images.githubusercontent.com/2608559/31872165-5a0a45b0-b76e-11e7-8daf-8be80183cbda.png) I managed to get Daijirin working properly though w/...

## PR Info This PR exposes the `ON CONFLICT` support that was added in [sea-query](https://github.com/SeaQL/sea-query/pull/279) ## Adds Option for a new `insert_or` that allows you to specify an on-conflict behavior...

Fairly standard upgrade. All tests, etc. pass

It seems that in the Plutus V2 context, some types were switched from lists to maps, but this isn't mentioned anywhere. What was the rationale for this change? Plutus V2...

Replaced #952 Maybe it's best to change the encryption & signing system to match the message signing spec. Also, we can't merge this PR since I think it will break...

backlog

The CDDL definition for Byron era has some mistakes in it: 1. It marked `addrdistr` as option. However, you can see that in the written spec, the field is not...

We have a prose description of `bleader` in the Shelley spec, but nowhere is `bnonce` ever described. Notably, `bleader` is described as "indicates a possible leader for this slot", but...

:fountain_pen: documentation

repro ```json { "scripts": { "flowgen": "flowgen fileThatDoesNotExist.d.ts" }, "dependencies": { }, "devDependencies": { "flowgen": "^1.10.0", "typescript": "3.8.3" } } ``` running `npm run flowgen` results in this error ```...

The problem with `TransactionWitnessSet` is that at the protocol level it should be a set, but at the CDDL level it's just a list. This means it's up to individual...

We should add this upstream changes into our codebase https://github.com/input-output-hk/chain-libs/commit/0295b6db5fea512838a957739cc33746c6d0da88

good first issue