Ignacio Hagopian
Ignacio Hagopian
> Can the JUMP test be checked? It likely jumps to a non-jumpdest opcode. See: [#1693 (comment)](https://github.com/ethereum/execution-spec-tests/pull/1693#discussion_r2123023914) Ah, that one was created by Cody, but let I'll check.
> New precompile (`P256VERIFY`) and opcode (`CLZ`) are introduced in Fusaka. > > Benchmark for P256VERIFY is implemented [here](https://github.com/ethereum/execution-spec-tests/blob/a15263ea154a3eb8b06b1d5b66a7dde907f33be2/tests/benchmark/test_worst_compute.py#L1067), and this [PR](https://github.com/ethereum/execution-spec-tests/pull/1845) is for CLZ opcode. > > However, the...
The only remaining one now is CLZ, but since this isn't still in mainnet, and is also being tracked in [this other issue](https://github.com/ethereum/execution-spec-tests/issues/1795) I think we can remove it from...
Closing this since all mainnet opcodes and precompiles are covered. Congrats everybody that was involved in this first big iteration!
Maybe also an extra flag/boolean to say if miner is in _maintenance mode_ or similar to signal that now isn't a good moment to make deals; so to avoid the...
@s0nik42 , great kickoff! Some comments to keep the ball rolling... > ### Use Case 2 Signed pricing request : > #### Request content : > ``` > - ClientAddress...
> Is that admin_token verification performed by lotus or the deal filter ? I guess whatever place the deal signature is verified. > I propose to use just Min and...
Looks like the same report as done in https://github.com/ziglang/zig/issues/14353. In your case, `SmolkContinuationNative` depends on `SmolkPointerContinouationFunction`, a function pointer with `SmolkContinuationNative` in its args. Yesterday, I had the same dependency...
I am leaving here a summary of some side-channel discussion about this. The way PBSS works is that each node in the tree has a deterministic key depending on where...
Expanding a bit more on this since it is more general than kzg commitments. Today, the CL passes the `ExecutionPayload` plus extra data(e.g., versioned hashes, requests, parent beacon root) to...