solidity/libsolidity
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
..
analysis Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
ast Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
codegen Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
formal Consistent terminology for attached/bound functions 2022-12-07 19:31:41 +01:00
interface Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
lsp Allow support for older boost and adjust docs 2023-01-18 10:51:14 +01:00
parsing Disallow usage of the indexed attribute for modifier parameters Added tests for edge cases of several keywords 2023-01-20 19:53:02 +01:00
CMakeLists.txt Allow running Eldarica from the command line 2022-11-22 21:16:45 +01:00