Bring 2537 back#3350
Conversation
b705b86 to
807de22
Compare
jochem-brouwer
left a comment
There was a problem hiding this comment.
Some comments. We should also add more tests! (Or import / test locally by using old ethereum/tests vectors). Now the precompiles are not tested 🤔
| typeof window === 'undefined' ? process?.env?.DEBUG?.includes('ethjs') ?? false : false | ||
| } | ||
|
|
||
| protected async init(): Promise<void> { |
There was a problem hiding this comment.
Can we remove this method and put this into evm.create?
| precompile: precompile0a, | ||
| name: 'KZG (0x0a)', | ||
| }, | ||
| // 0x00..0b: beacon block root, see PR 2810 |
There was a problem hiding this comment.
Where did the beacon block root precompile go to?
There was a problem hiding this comment.
Good question 🤔 Will have to look
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files
Flags with carried forward coverage won't be shown. Click here to find out more. |
Brings back our original EIP implementation of 2537.
mcl-wasmto latest versions