Xavier Leprêtre

Results 9 issues of Xavier Leprêtre

Would it be possible to import keys from Geth? They have a different Json structure from the one this library expects.

Added tests too. Unlike `ProvideKeyFlow`, `SendKeyForAccountFlow` does not return the created key. This pull request fixes that. The use case is where both ends of the flow come to agreement...

It would be beneficial, [here](https://github.com/corda/accounts/blob/bc43a2f45513ef1d895eac7632cf5d9fb8c26879/workflows/src/main/kotlin/com/r3/corda/lib/accounts/workflows/flows/RequestKeyForAccountFlows.kt#L66) that: ```kotlin class SendKeyForAccountFlow(val otherSide: FlowSession) : FlowLogic() { ``` Be instead: ```kotlin class SendKeyForAccountFlow(val otherSide: FlowSession) : FlowLogic() { ``` My use case is...

As a late optimisation idea, is to change the `"b*b*r.."` style of serialisation into something more compact.

enhancement

To demonstrate how to use parameters to be modified by governance, the game expiry duration could be added to them.

enhancement

In the run in prod with Docker Compose, all nodes use local database. We could demonstrate how to separate the database with one of the nodes.

enhancement

The tutorial bases on [ignite 0.17.3](https://github.com/ignite/cli/blob/v0.17.3/go.mod#L47), which itself uses [tendermint/spm](https://github.com/tendermint/spm/commit/42e72ad05b63df369b679d64e8cfedaea15ba1c9). Adding `import "github.com/tendermint/spm/cosmoscmd"` and replacing this line by `encCdc := cosmoscmd.MakeEncodingConfig(ModuleBasics)` should behave the same, if I understood the code...

enhancement

### Status Hackathon Submission A student has received a degree that is stored on the blockchain as a transaction. This student wants to prove to a third-party. How does the...

This PR makes more explicit how to use the legacy command line to `run serve`. ### R1: Internal review (B9lab) - Technical review - [ ] requested - [ ]...