Sven Meyer
Sven Meyer
I use Webplot Digitizer for financial charts (it's already a great help !) , but had to convert date/time to a fractional format and convert it back with some hand...
@hrkrshnn Unfortunately `yul: false` does not make any difference. It's kind of disappointing as I don't even have a large or complex contract. It's actually the code as above with...
@hrkrshnn even without the `getPurchaseStruct()` I get the compiler error as soon as I add `pragma abicoder v2;` I tried to come up with minimal version, that's the code above...
@hrkrshnn ``` Compiling 21 files with 0.8.4 CompilerError: Stack too deep when compiling inline assembly: Variable headStart is 2 slot(s) too deep inside the stack. Error HH600: Compilation failed ```...
@hrkrshnn looks like with solc 0.8.4 and 0.8.6 I even get the error with `pragma abicoder v2;` commented out ... what ?? !! https://github.com/polkastarter/fixed-swap-offchain-whitelist/tree/solc_0.8
@cameel - How would I set `--via-ir` in a hardhat environment ? - What is `--via-ir` actually doing ?
@cameel Thanks for that ! I added `viaIR:true` and was happy to see that contract size was reduced from ~24.132 to 23.555 .. then realized I had still set it...
i ended up just copy-pasting the code from pprint. Is it possible that within pprint , the else case should read `print(self.toDict())`and not `pprint(self.toDict())` ?
no, as described above, I had to revert to `mesh:7-0xv3` (in docker-compose.yml) to get it back to work.
Setup a (new) account with infura.io, created a project, used that link to Rinkeby via https, but ... same problem here. Can't post an order, or looks more like as...