elixir-node
elixir-node copied to clipboard
Adjust COINBASE, TIMESTAMP, DIFFICULTY, BLOCKHASH instructions calculation
- Make the TIMESTAMP instruction deterministic by using the timestamp of the current micro block
- Make the DIFFICULTY instruction deterministic by using the difficulty at previous key block.
- Use beneficiary from key block as COINBASE
- Make the BLOCKHASH instruction returns the hash of the key block at the specified height
What is this blocked by?