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

We want to make a Nix derivation for hs-abci since it's the goal to have everything in this project built on Nix. We still want to make use of stack...

dev-ops

right now we are implicitlly assuming that the database is new when we start the app, it should attempt to find the latest versions if they exit before making this...

bug

In principle there's no reason why we can't make a client library that's independent of tendermint core. This would have the advantage of being able to test applications "purely", without...

Related to #75. ## Missing Fields Type definitions with fields that are missing when uninitialized * [Info](https://github.com/f-o-a-m/hs-abci/blob/client-tests/hs-abci-types/src/Network/ABCI/Types/Messages/Response.hs#L97-L99): `last_block_height` and `last_block_app_hash` ## Null Fields Type definitions with fields that are set...

bug

To save time for a tutorial user, we can build them on travis and push them to docker hub.

Working on a 1920x1080 (166 ppi) screen the menu is too short to show all items: ![Screenshot 2020-03-24 at 12 11 24](https://user-images.githubusercontent.com/964052/77419525-dbfe8a00-6dc8-11ea-8fff-8ec4faffef31.png) Using chrome dev tools to try out standard...

documentation

Should have all autogen clients and high level ws interface

For now, try to index on `eventType == Transfer` and see what comes back For later https://docs.tendermint.com/master/rpc/#/Websocket/subscribe we want to make something like ```haskell event :: DecodeEvent i ni e...

Very low hanging fruit. Basically wanted to do this when #201 was merged, which included the protos for `Bank` and `Auth`, but, at the time, I didn't know how to...