Raul
Raul
You might to not be able to actually update to the lastest `web3` We had this in `purser` as well, and I resolved it by pinning `web3` to `1.0.0-beta.36` The...
> Common wallet interface fields are not very common Due to no "real" standard existing here _(not that it would make much sense)_, a *truly common interface cannot exist*, especially...
If you want to get your hands dirty in a hardcore way, after the the `@ledgerhq/hw-transport-u2f` package is installed in your `node_modules` folder go to: ```bash node_modules/@ledgerhq/hw-transport-u2f/lib/TransportU2F.js ``` And add...
We also saw some success by using `webpack`'s [`ProvidePlugin`](https://webpack.js.org/plugins/provide-plugin/) to auto import babel 7's runtime regenerator. Something like this: ```js const webpack = require('webpack'); const config = { ... plugins:...
I don't remember experiencing this, but I'll try to replicate it locally nonetheless. Thanks for reporting it.
As [I've mentioned](https://github.com/JoinColony/purser/issues/224#issuecomment-485270537) last time I've tried this I couldn't replicate it. But I guess enough time has passed since then, and a bunch of `purser` versions were released in...
No idea, but it looks promising. I'll give it a try at some point. :+1:
This is being put on hold partly because: - some of the dependecies do not yet support `node``10` _(although you can install it via `yarn --ignore-engines`)_ - While tests seem...
I'll try to replicate this. But a thing to note is that `purser` is currently set up to work with `node` @ 8.x https://github.com/JoinColony/purser/blob/master/.nvmrc
This should also rename the contribute file to `CONTRIBUTING.md` as apparently GH only likes that file name. This will involve update all links throughout the monorepo and also rebulding/redeploying the...