design
design copied to clipboard
Move precompiles into the Ethereum state
The system contracts are currently defined as precompiles and live at addresses 0x000...0 to 0x000...b.
We should research how these can be moved into being part of the Ethereum state.
just included thier wasm codeHash in an account array. ie [0,0,0,codeHash]