tendermint/js-abci

object encoding/decoding issues in v0.20.0

johannbarbie opened this issue · 2 comments

validators are not returned correctly:

{ height: 7, validators: { '[object Object]': 10 } }

siman commented

@johannbarbie what do you mean? I believe that it's just specifics of how Node.js's console logs embedded fields of any JS object. There should be no issues.

Closed due to no response.