solidity/test/libsolidity/semanticTests/state
Rodrigo Q. Saramago ef6ff2f055
Adds support for the EVM version "Paris".
Deprecates `block.difficulty` and disallow `difficulty()` in inline assembly for EVM versions >= paris.
The change is due to the renaming introduced by EIP-4399 (see: https://eips.ethereum.org/EIPS/eip-4399).
Introduces `block.prevrandao` in Solidity and `prevrandao()` in inline assembly for EVM versions >= paris.

Co-authored-by: Alex Beregszaszi <alex@rtfs.hu>
Co-authored-by: Daniel <daniel@ekpyron.org>
Co-authored-by: matheusaaguiar <95899911+matheusaaguiar@users.noreply.github.com>
Co-authored-by: Nikola Matić <nikola.matic@ethereum.org>
2023-01-23 18:50:36 +00:00
..
block_basefee.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
block_chainid.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
block_coinbase.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
block_difficulty_post_paris.sol Add basic support for the EVM version Paris 2022-11-21 14:56:46 +01:00
block_difficulty.sol Add basic support for the EVM version Paris 2022-11-21 14:56:46 +01:00
block_gaslimit.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
block_number.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
block_prevrandao_pre_paris.sol Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
block_prevrandao.sol Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
block_timestamp.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
blockhash_basic.sol Update test expectations. 2022-05-23 13:37:50 +02:00
gasleft.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
msg_data.sol Remove empty settings. 2022-05-19 20:23:28 +02:00
msg_sender.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
msg_sig.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
msg_value.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
tx_gasprice.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
tx_origin.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
uncalled_blockhash.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00