Federico

Results 33 comments of Federico

hey! great to have you here on github :)

My 10c: i'm using requests manually to call the unwrap, get the secret_id and then using hvac to do the login using `client.auth_approle(role_id, secret_id)` The unwarp method seems to call...

Keep in mind that you need to set 'bitcoin compatibity' address generation for multichain for any bitcoin lib works with it.

@danielksan81 thats correct, also for parity the 0x prefix is requiered most of the times. As a workaround, i'm doing this ```python from eth_utils import add_0x_prefix ``` And adding it...

I will take a look at that method and fix it, thanks @lookfwd

@mezrin you are using testrpc instead of geth or parity, right? looks like a problem in testrpc with the response of that method, using geth or parity the anwser is...

hey @lordi if you send the PR to fix this issue, i can take it and merge it into my fork of this lib https://github.com/reiven/ethjsonrpc Thanks!

Hi, i'm trying this too, but looks like the `generator` is needed now ```python >>> key = Key(secret_exponent=se) Traceback (most recent call last): File "", line 1, in File "/Users/aaaaaaa/work/virtualenvs/vpycoin3/pycoin/pycoin/key/Key.py",...

Any update on this feature? Now that we have a highly congestionated networks it will be great to send several txs with 'manually incremented' nonce