Julián Somoza

Results 7 issues of Julián Somoza

I create 2 diff contracts, one with set function receiving integer as parameter, the other receiving string. First works fine and the second one fails with this message: ``` {:error,...

Are you planning to give support for Laravel 8?

How can I debug this error? The message was sent by Ganache. I can't figure out in which part of send_transaction this code is generated... Thanks! Error: %{ "code" =>...

When I have some guard on my contract like `is_owner` this throws an unhandled exception on the gas_limit calculation. I added a simple error tuple to be able to capture...

I'm getting this result: ``` Report for node_modules/@openzeppelin/contracts/interfaces/draft-IERC1822.sol (SWC-112) Delegatecall to Untrusted Callee ``` I would like to know if I can ignore that error on that contract using mythx.yml,...

Would be nice to have `.tool-versions` file for users who uses asdf with: ``` rust 1.66.0 ``` *Or the version needed. This could be also usefull to know which Rust...

Is there some way to add support for .cookie connection? I was not able to establish a connection. Thanks!