solidity/libevmasm
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
..
Assembly.cpp Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
Assembly.h Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
AssemblyItem.cpp Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
AssemblyItem.h Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
BlockDeduplicator.cpp Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
BlockDeduplicator.h Split Common.h into Numeric.h. 2021-09-23 15:27:29 +02:00
CMakeLists.txt Split out disassemble to remove numeric from instruction includes. 2022-03-02 15:30:41 +01:00
CommonSubexpressionEliminator.cpp Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
CommonSubexpressionEliminator.h Set CommonSubexpressionEliminator max chunk size to 2000 2022-04-11 08:31:04 +02:00
ConstantOptimiser.cpp Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
ConstantOptimiser.h Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
ControlFlowGraph.cpp Add std:: qualifier to move() calls 2022-08-30 11:12:15 +02:00
ControlFlowGraph.h Split Common.h into Numeric.h. 2021-09-23 15:27:29 +02:00
Disassemble.cpp Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
Disassemble.h Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
Exceptions.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
ExpressionClasses.cpp ExpressionClasses performance optimization 2022-04-11 08:31:04 +02:00
ExpressionClasses.h ExpressionClasses performance optimization 2022-04-11 08:31:04 +02:00
GasMeter.cpp Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
GasMeter.h Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
Inliner.cpp Add std:: qualifier to move() calls 2022-08-30 11:12:15 +02:00
Inliner.h Do not hard-code the default 'runs' value as 200 in code that fills out optimizer settings 2021-06-28 14:12:28 +02:00
Instruction.cpp Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
Instruction.h Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
JumpdestRemover.cpp Split Common.h into Numeric.h. 2021-09-23 15:27:29 +02:00
JumpdestRemover.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
KnownState.cpp Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
KnownState.h Fix spelling mistakes and CI spellcheck job 2022-08-18 14:38:19 +02:00
LinkerObject.cpp Remove linking to unqualified library name 2021-10-20 18:11:58 +03:30
LinkerObject.h Use function debug data. 2021-09-22 11:11:51 +02:00
PathGasMeter.cpp Add std:: qualifier to move() calls 2022-08-30 11:12:15 +02:00
PathGasMeter.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
PeepholeOptimiser.cpp Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
PeepholeOptimiser.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
RuleList.h added optimization. shl comes out from being distributed over and 2022-11-11 01:16:14 +05:30
SemanticInformation.cpp Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
SemanticInformation.h Split out disassemble to remove numeric from instruction includes. 2022-03-02 15:30:41 +01:00
SimplificationRule.h Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
SimplificationRules.cpp Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
SimplificationRules.h Remove the usage of boost::noncopyable 2021-04-23 14:57:01 +01:00