MrToph / replaying-ethereum-hacks

https://cmichel.io/categories/replaying-eth
192 stars 27 forks source link

in Parity.sol #2

Open skimaharvey opened 2 years ago

skimaharvey commented 2 years ago

I see you have commented the assembly code. I got it to work by simply adding a pop after the delegatecall in order to clear the stack. btw thank you for your great turorials. learning a lot

MrToph commented 2 years ago

Interesting, thanks. Afaik, I just copied everything from etherscan, even the solidity version. I don't get how etherscan could compile it with this version