kepler icon indicating copy to clipboard operation
kepler copied to clipboard

A Haskell framework that facilitates writing ABCI applications

Results 24 kepler issues
Sort by recently updated
recently updated
newest added

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...

research
sdk

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.

blocked
refactor