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

remove cereal, make auth a real module #147

Closed martyall closed 4 years ago

martyall commented 4 years ago

fixes #139

martyall commented 4 years ago

I think it's fine for tests to use cereal. Simple storage does because it's really convenient, and is effectively a test, idk. In order to remove it I need to put it's storage types in a .proto file, which in this case was just an Int32, it seemed lame.