solidity
solidity copied to clipboard
Drop support to `block.difficulty` in Solidity 0.9.0
block.difficulty was deprecated in https://github.com/ethereum/solidity/pull/13759 and we should completely remove it in favor of block.prevrandao.
hey @r0qs, im interested in working on this issue, but should this be before or after https://github.com/ethereum/solidity/issues/14770?