Oli
Oli
Can you share your .babelrc file and what parsing error you are getting? I'm using: ``` javascript { "presets": ["eslatest-node6"], "plugins": [ "transform-es2015-destructuring", "transform-es2015-parameters", ["transform-object-rest-spread", { "useBuiltIns": true }] ]...
@juanpaco I think it's this bug: https://github.com/babel/babel/issues/4851 .. work around is to "use the parameter/destructuring transforms until it's fixed".
I'm not sure I understand why `function-name` is included. It seems to be supported natively in Node v6.
Ah ok, thanks.
Any update on this?
Any status update on this? I propose we start with an optional range key in the createReadStream opts object: `{ range: { start, end } }` I started using `abstract-blob-store`...
I think I found it: https://github.com/etotheipi/BitcoinArmory/blob/99c8cd151eba47f1100307e85337779537cee345/armoryengine/PyBtcAddress.py#L451 Also, brainwallet.org has an implementation here: https://github.com/brainwallet/brainwallet.github.com/blob/master/js/armory.js Is it up to date?
I can't find any way to get the (public key, chain code) from the UI... How is this done?
Ok, I got this out of the Backup wallet feature (I won't be using this wallet, no worries) ``` 1PUzLkds8eHGjHPaW7v7h23bzmHjrRMVqz PublicX : 9df5 23e7 18b9 1f59 a790 2d46 999f 9357...
@goatpig thanks! So there's no way to get the chain code out of the UI? How could someone back up a watch-only copy of their wallet for example? Or do...