kepler
kepler copied to clipboard
A Haskell framework that facilitates writing ABCI applications
there's a gas field in the raw transaction which says how much gas the user watns to spend then somewhere in the application global settings/config there gas cost parameter (where...
We can use https://hackage.haskell.org/package/cmark-gfm-0.2.1/docs/CMarkGFM.html
There are a few abci messages that deal with the validator sets in tendermint core, updating that voting rights, and potentially slashing. To be clear, we'd probably have to learn...
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.