pallas/examples
Pi Lanningham fc2728639f
feat: Make the underlying TxBody type generic
* 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
2023-02-20 10:19:06 -05:00
..
block-decode build(deps): update env_logger requirement from 0.9.0 to 0.10.0 (#209) 2023-02-04 08:52:01 -03:00
block-download feat: Add client/server use_channel variants (#228) 2023-02-09 17:38:45 -03:00
n2c-miniprotocols feat: Make the underlying TxBody type generic 2023-02-20 10:19:06 -05:00
n2n-miniprotocols feat: Add client/server use_channel variants (#228) 2023-02-09 17:38:45 -03:00