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

create hs-abci-test-utils package #143

Closed martyall closed 4 years ago

martyall commented 4 years ago
IvantheTricourne commented 4 years ago

move the FromEvent class from the Events module into here, since again there's no reason the SDK needs to decode events

should we move this test to the test utils test then? https://github.com/f-o-a-m/hs-abci/blob/master/hs-abci-sdk/test/Tendermint/SDK/Test/EventSpec.hs#L17

martyall commented 4 years ago

hmm, i guess so