Adrien Hamelin

Results 17 comments of Adrien Hamelin

> I see. That's fair. One thing that we didn't want to change is to make sure that existing URLs will still work. I'd argue that this change is still...

Co-authored with @pat-comity

> > @Saw-mon-and-Natalie Any news on merging [the huf](https://github.com/huff-language/huffc/pull/40) change? > > Hi @dorlevi 👋🏽, > > My PR was never reviewed on the `huffc` repo and the repo is...

Thanks @Saw-mon-and-Natalie I guess the first step would be to add the fork in the link to opcodes, because I realise now that it is missing. That should not be...

The idea would be to add also setting the fork according to the parameter (or leave the current behaviour if there is none).

It comes from reading the code of the evm js, but can very well have been done incorectly. Thanks for notifying us, will take a look to fix it.

That's a very good idea yes, thank you. I don't think we can support conversions to yul or solidity, but to opcodes and mnemonic definitely.

> @peroket @dorlevi I had finished this in the commit [7963495](https://github.com/jonahcui/evm.codes/commit/79634959a4b2285afc8b4e095a122589b68c6713) > > But I found a problem: > > * I compile the `yul` contract and run it. >...