Mark

Results 11 comments of Mark

apply the following patch to package.json and redo the "npm install" ``` - "scrypt": "^6.0.3" + "scrypt": "^6.0.3", + "bip-ed25519": "[email protected]:ilap/BIP32-Ed25519.git" ```

this would be a permission issue with ssh / github. see if this helps: https://help.github.com/articles/error-permission-denied-publickey/

I see you're on Windows. I don't have any Windows machines to test with, but I expect that might be part of, if not the entire issue. I install OK...

did this ever get answered? same problem here.

awesome, thanks for the input. will give that a shot.

Following up on this, the commit above (e8a4f7c) worked for me against the tip for this repo as of today. @kumavis set your PYTHONPATH to the pyethereum repo directory after...

can confirm this is happening for Microtick as well on the hub-3-gaia-2-alpha branch, hub-3-gaia-2, and extend branches

``` const { marshalTx, unmarshalTx } = require('./node.js') const obj = { 'type': 'cosmos-sdk/StdTx', 'value': { 'msg': [{ 'type': 'cosmos-sdk/MsgSend', 'value': { 'from_address': 'cosmos1h806c7khnvmjlywdrkdgk2vrayy2mmvf9rxk2r', 'to_address': 'cosmos1z7g5w84ynmjyg0kqpahdjqpj7yq34v3suckp0e', 'amount': [{ 'denom': 'uatom',...

also happens if we call marshal, unmarshal with 'false' as the second parameter for length prefixed encoding

I've tracked this issue down to the pub_key field for a Secp256k1 signature. In the JSON example above if you omit the following, it works. ``` 'pub_key': { 'type': 'tendermint/PubKeySecp256k1',...