tendermint / js-abci

Javascript ABCI libraries
87 stars 41 forks source link

object encoding/decoding issues in v0.20.0 #20

Closed johannbarbie closed 5 years ago

johannbarbie commented 6 years ago

validators are not returned correctly:

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

siman commented 5 years ago

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

melekes commented 5 years ago

Closed due to no response.