js-amino icon indicating copy to clipboard operation
js-amino copied to clipboard

Javascript implementation of the Amino encoding protocol

Results 7 js-amino issues
Sort by recently updated
recently updated
newest added

Hi, I found it when trying to decode the PubKey from the example. Here's a reduced version used for reproducing the bug: ```js const { Codec, TypeFactory, Types } =...

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.13.0 to 3.13.1. Changelog *Sourced from [js-yaml's changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md).* > 3.13.1 / 2019-04-05 > ------------------- > > - Fix possible code execution in (already unsafe) `.load()`, [#480](https://github-redirect.dependabot.com/nodeca/js-yaml/issues/480). Commits...

dependencies

### User Story First off, very nice progress and I do like the interfaces you provide. But I want to create amino json that I can sign properly. ### Why...

### Current Behavior When trying to decode a tx that I got within a cosmos block I am getting the following error `TypeError: Can not decodeSignedVarint invalid input` `at Object.decodeUVarint...

As you mind guess my over all goal is to process every tx on a blockchain. This also means that I don't know the constellation of what messages are in...

Encoding and Decoding shoud allow passing result buffer or return buffer if there is no passing buffer like this interface: https://github.com/mafintosh/abstract-encoding