Carl J. Factora
Carl J. Factora
Say we have 2 message types defined in Haskell and attempt to write codec instances for each: ```haskell data Foo = Foo { fooVal :: Text , fooValToo :: Text...
Related to #75. ## Missing Fields Type definitions with fields that are missing when uninitialized * [Info](https://github.com/f-o-a-m/hs-abci/blob/client-tests/hs-abci-types/src/Network/ABCI/Types/Messages/Response.hs#L97-L99): `last_block_height` and `last_block_app_hash` ## Null Fields Type definitions with fields that are set...
Very low hanging fruit. Basically wanted to do this when #201 was merged, which included the protos for `Bank` and `Auth`, but, at the time, I didn't know how to...
We should upgrade `time` to avoid vendoring `Parse` and `Format` instances for `DiffTime`. These are currently [vendored](https://github.com/f-o-a-m/hs-abci/blob/client-tests/hs-abci-types/src/Data/Time/Orphans.hs#L66-L109) to correctly parse RPC responses.