* WIP * Fix compilation on windows machines * Make TxBody generic Technically we should be generic over TxBody for arbitrary ouroboros implementations; however, that makes things awkward. So, we introduce GenericClient and GenericServer, with concrete types that instantiate them to Cardano specific types. We could have done this with default type arguments, but this pushes the type system to it's limits and it often can't infer the correct type * More examples tweaks; clippy and fmt * Remove unneccesary defaults * Tag 24 is no longer mysterious It means raw CBOR * Cargo fmt One day I'll configure vscode to do this on safe |
||
|---|---|---|
| .. | ||
| block-decode | ||
| block-download | ||
| n2c-miniprotocols | ||
| n2n-miniprotocols | ||