JonahCui

Results 17 comments of JonahCui

http://www.wxapp-union.com/portal.php?mod=view&aid=7081 @Healer-boy 看网上有个解决方案,使用两个canvas,两个canvas层叠在一起,交互事件由上层canvas传出,在touchStart时间中将选中的图形元素就绘制在上册canvas上,将其他图形元素绘制在下层canvas元素上。没试过,不知道行不行

I think we can add a page to add more examples and category them by something.

In fork Istanbul, the gas of EXTCODEHASH is 700. But after Berlin, the extcodehash calculate has been changed. The eip: https://eips.ethereum.org/EIPS/eip-2929 The code of go-ethereum's gas calculator: https://github.com/ethereum/go-ethereum/blob/d740d6e741562e98b3d75a98e7decdfee3bdd904/core/vm/operations_acl.go#L148 We use...

@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. * Then, I change the code...

Oh It just means I will translate yul to mnemonics or bytecode. The code will show Yul's bytecode. When you first switch to yul, then switch to mnemonics, and then...

你这个是不是得看你的任务内容是啥啊,看你描述的这个问题,好像和调度中心,和执行器关系不大,应该是你的业务代码问题吧?

你在代码里有没有加锁的地方,或者其它的, 另外可以在阻塞的时候打印一下stack的信息,看一下代码大概是在哪个位置上阻塞着

我的m1 能打开啊?你们的不可以?