Bernardo

Results 34 comments of Bernardo
trafficstars

You right, my bad The command was `solc -o outDir --allow-paths=/node_modules/openzeppelin-solidity/contracts --bin --ast-json --asm contracts/MyContract.sol --overwrite` Consider that **MyContract** imports like the following ```solidity pragma solidity ^0.5.0; import "openzeppelin-solidity/contracts/token/ERC20/IERC20.sol"; import...

I think that was one of the first things I tried, but just IN case I tried again, and it have the same problem `Error: Source "openzeppelin-solidity/contracts/ownership/Ownable.sol" not found: File...

I got lost in the last message. And I did not really got the `we could have a falloever code generation of doc headers`

hmm ok, I agree with "generate the block without needing to be compiled". In the beginning, the regex looked an awesome idea. I will have a look at **solparse** And...

> It would be really great to just have an environment setting to achieve this, e.g. disable it for local development. 100% > Its already possible to do some sort...

Hello, It depends. Truffle is using solc, an external tool. We are not using an external tool. Why do we need docker? Can you give an example?

This has been solved on 4.1.0, but since then, it shows the QR (solving this issue), but the connection always ends in timeout without connecting

nevermind, works well, but doesn't work in dev mode.

Have you done that by now? Or do you want some help? BTW, you mean, the repository itself or the modules (smart contracts, webui) ?

I've found that there's actually some tests failing. Is it tests error or the linter?