f-o-a-m / kepler

A Haskell framework that facilitates writing ABCI applications
https://kepler.dev
Apache License 2.0
34 stars 9 forks source link

Write protobuf for RawTransaction #117

Closed IvantheTricourne closed 4 years ago

IvantheTricourne commented 4 years ago

We are currently using Data.Serialize codecs for RawTransaction. We should write a protobuf file for RawTransaction to get away from using it.

Originally posted by @blinky3713 in https://github.com/f-o-a-m/hs-abci/diffs