solidity/solc
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
..
CMakeLists.txt Define CommandLineError and a few exceptions derived from it 2021-11-09 18:16:30 +01:00
CommandLineInterface.cpp Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
CommandLineInterface.h Allow running Eldarica from the command line 2022-11-22 21:16:45 +01:00
CommandLineParser.cpp Merge pull request #13733 from ethereum/eofSetting 2022-11-23 20:37:24 +01:00
CommandLineParser.h Add experimental EOF options for CLI and Standard JSON. 2022-11-23 19:53:44 +01:00
Exceptions.h Define CommandLineError and a few exceptions derived from it 2021-11-09 18:16:30 +01:00
main.cpp [solc] Exit code 2 for exceptions. 2022-11-01 12:56:05 +01:00