Mariano Conti

Results 12 comments of Mariano Conti

I don't like adding `web3` if we're using `ethers` already. Is there a way to make this happen? Trying to minimize dependencies

Looks like they're deprecating it in favor of web3-react, which is way overkill for daistats at the moment https://github.com/ConsenSys/react-metamask#deprecated

Agreed, this is planned, will be out shortly!

I think this was fixed already

This is so good! Now I'm torn... your content is licensed by CC by 4.0 https://creativecommons.org/licenses/by/4.0/ It's the second most permissive, all it requires is some kind of attribution. And...

I was looking at the Metamask translations over the weekend, and I agree they're great! Plus they have so many :D My only concern is that for this project, I...

Yeah... it should be in `seth`? Here it's easy because we already have `geth`. In `seth` we'd have to either add `geth` or create a tiny program like `ethsign` that...

Still having this issue... Ubuntu 16.10 ``` $ which solc /usr/bin/solc $ dapple --version 0.8.47 ``` I even changed my `.dapple/config` to `{"networks":{},"state":{"solc_path":"/usr/bin/solc"` but still getting this problem :( EDIT:...

Any updates on this? I'm adding rows dynamically to a table and it would be great to have Tabledit parse the table on the fly!