solidity/libsolidity/codegen
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
..
ir Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
ABIFunctions.cpp Fix wrong cleanup when copying from calldata to memory 2022-08-08 13:07:16 +02:00
ABIFunctions.h Fix wrong cleanup when copying from calldata to memory 2022-08-08 13:07:16 +02:00
ArrayUtils.cpp Improve FunctionSelector helpers 2022-09-27 17:58:32 +02:00
ArrayUtils.h Replace TypePointer with Type const* 2021-03-23 11:47:19 +01:00
Compiler.cpp Remove unused function. 2021-09-22 11:11:51 +02:00
Compiler.h Remove unused function. 2021-09-22 11:11:51 +02:00
CompilerContext.cpp [libevmasm] Add Assembly::OptimiserSettings::translateSettings. 2022-10-26 14:11:59 +02:00
CompilerContext.h Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
CompilerUtils.cpp Improve FunctionSelector helpers 2022-09-27 17:58:32 +02:00
CompilerUtils.h Do not store immutables packed. 2021-09-29 10:12:05 +02:00
ContractCompiler.cpp Improve FunctionSelector helpers 2022-09-27 17:58:32 +02:00
ContractCompiler.h removed a duplicate word from a comment. 2022-06-13 17:38:43 -07:00
ExpressionCompiler.cpp Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
ExpressionCompiler.h Add std:: qualifier to move() calls 2022-08-30 11:12:15 +02:00
LValue.cpp Consistent terminology for attached/bound functions 2022-12-07 19:31:41 +01:00
LValue.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
MultiUseYulFunctionCollector.cpp Add std:: qualifier to move() calls 2022-08-30 11:12:15 +02:00
MultiUseYulFunctionCollector.h Sort yul functions by creation time. 2021-09-08 12:25:56 +02:00
ReturnInfo.cpp returnSize assigned according to truth value of returnInfo.dynamicReturnSize 2022-03-03 18:55:10 +05:30
ReturnInfo.h Replace TypePointer with Type const* 2021-03-23 11:47:19 +01:00
YulUtilFunctions.cpp Improve FunctionSelector helpers 2022-09-27 17:58:32 +02:00
YulUtilFunctions.h Fix wrong cleanup when copying from calldata to memory 2022-08-08 13:07:16 +02:00