tendermint / js-abci

Javascript ABCI libraries
87 stars 41 forks source link

Request data decoding error for quickstart example #36

Closed DZGoldman closed 5 years ago

DZGoldman commented 5 years ago

Hitting this error when I attempt to send ay transaction: RangeError: index out of range: 6 + 114 > 35

The call to

    let message = Request.decode(messageBytes)

in connection js appears to be throwing it. I'm running tendermet version 0.30.4 - could this be an issue with the new update?