kevaundray

Results 157 comments of kevaundray

# EVM opcodes ## Arithmetic - [x] `0x01` ADD ethereum/execution-spec-tests#1571 - [x] `0x02` MUL ethereum/execution-spec-tests#1571 - [x] `0x03` SUB ethereum/execution-spec-tests#1571 - [x] `0x04` DIV ethereum/execution-spec-tests#1571 - [x] `0x05` SDIV ethereum/execution-spec-tests#1571...

A suggestion by @barnabasbusa is to also tests how the proving time changes with the number of blobs. ie - empty block, 0 blobs - empty block, 32 blobs -...

> > 0x00 STOP (Rationale: Cannot fill a block with STOP opcodes) > > 0xFE INVALID (Rationale: Cannot fill a block with INVALID opcodes) > > I disagree, we can...

Would wait for #3819 as it makes that method even simpler

>This is complicated a little by some of the hash implementations in the stdlib being alternatives for black box functions, e.g. sha256. These fallback implementations would have to stay inside...

> > In general, I'd like for us to not need to maintain any of these fallback functions and have the community be responsible for this. The only thing we...

@f01dab1e Feel free to take this on