Michael De Luca
Michael De Luca
Seems to install on node `8.9.4`, but not when I tried previously on `8.9.3`. However, other troubleshooting steps were performed between then, so not sure what "fixed" it. ~~Haven't got...
> @lucas-manuel I think that the above procedure may break bytecode verification since edits to the source files are reflected in the metadata hash appended to the resulting btyecode. This...
> This is very interesting, could you expand on this point? I did not realise that this could be a problem. Sure. If B has oz-contracts as a lib such...
> If I understand correctly we would still have the same issue if `A` and `B` imported slightly different versions of oz? Correct. But you can only do so much...
> I'm not sure I understand what you mean here, I believe that this is already the case? It's possible this is already the case and I had forgotten that...
`npm install` does seem to fix this. `yarn install` breaks it. Despite `solpp 0.11.2` specifying `antlr4: ^4.7.1` yarn is pulling `[email protected]` which seems to have made changes that break `solpp`...
Just a bump on this. Can confirm, `swapETHForExactTokens`cannot do what the docs suggest (`Leftover ETH, if any, is returned to msg.sender.`) because of this.
Is this resolved yet? My imports are all flagging as not found, despite existing and compiling, resulting not linting or other error detection (because this error is a show stopper...
I am getting an error with for `import "merkle-trees/libraries/memory/bytes32/standard/merkle-library.sol";` where `merkle-trees` is in `project_root/node_modules` with settings ``` "solidity.packageDefaultDependenciesContractsDirectory": "", "solidity.packageDefaultDependenciesDirectory": "", ``` Obviously I don't have these set correctly, but...
macOS ``` 14.1.1 (23B81) ``` Visual Studi Code ``` Version: 1.85.1 Commit: 0ee08df0cf4527e40edc9aa28f4b5bd38bbff2b2 Date: 2023-12-13T09:48:06.308Z (5 days ago) Electron: 25.9.7 ElectronBuildId: 25551756 Chromium: 114.0.5735.289 Node.js: 18.15.0 V8: 11.4.183.29-electron.0 OS: Darwin...