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

Disambiguate message decoding #130

Closed IvantheTricourne closed 4 years ago

IvantheTricourne commented 4 years ago

nameservice uses numerous message types. currently, there is an issue where certain messages with similar structure (and field order) are incorrectly decoded as another message.