tendermint / js-abci

Javascript ABCI libraries
87 stars 41 forks source link

Update js-abci to make it compatible with tendermint 0.19 #15

Closed panda-sandeep closed 6 years ago

panda-sandeep commented 6 years ago

Hi everyone!

We have been using tendermint along with js-abci for some internal PoCs and we think it's really great. However, js-abci doesn't work with the latest tendermint (0.19). So, we ended up using tendermint 0.13 + js-abci.

Can this be updated to work with the latest tendermint? I am also aware of lotion.js which works with the latest tendermint, but I really like the low-level controls/functionalities that js-abci offers.

Thanks for building tendermint and js-abci. 👍

mappum commented 6 years ago

Hey @sandeeppanda92, thanks for opening an issue.

I recently rewrote this module and updated it for Tendermint 0.19, feel free to upgrade. Note that the package name on npm is now abci (no js- prefix).