Luiz Hemerly

Results 9 comments of Luiz Hemerly

Hello, being an experienced accountant in IFRS I believe I can shed some lights in the real world use of this and potential differences to the blockchain. It will be...

Hello, I published a solhint plugin for this request at: https://www.npmjs.com/package/solhint-plugin-ozcontracts You can check the code at: https://github.com/lhemerly/solhint-plugin-ozcontracts Please let me know if you need any changes

Working on that for a PR. Is it ok if while I'm at it I change the reverts to custom errors?

As far as I know it is not possible right now as you can't set-up the plugin path in solhint: [Solhint - Issue#206](https://github.com/protofire/solhint/issues/206) It is hardcoded to look up for...

Just a follow up, PR in solhint created: [Solhint PR for Issue #206](https://github.com/protofire/solhint/pull/424)

The way I can imagine making it work as solhint is right now is to take the "solhint-plugin-ozcontracts" folder inside node_modules out of the gitignore and work with the .js...

Just an update, development branch in solhint adjusted plugins to be in any path: https://github.com/protofire/solhint/pull/424#event-9745473144

I can give Taichi a try! I don't have existing implementations but those solvers are well known I think it will be more of how to adapt to the Genesis...

I think the SPH-Solver plus Couplers should be enough but will give it some thought. Still navigating the codebase!