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

Write tests for hs-tendermint-client #75

Closed IvantheTricourne closed 4 years ago

IvantheTricourne commented 4 years ago

Testing spec:

Tests should verify ability to parse responses and run queries.

Endpoints:

IvantheTricourne commented 4 years ago

Tendermint RPC Tx Endpoint Test

IvantheTricourne commented 4 years ago

Currently not able to query the /tx endpoint.

IvantheTricourne commented 4 years ago

Another example using tx: https://github.com/tendermint/tendermint/blob/v0.32.2/rpc/core/tx.go#L19-L32