This repository was archived by the owner on Oct 28, 2021. It is now read-only.
Merged
Conversation
(enabled by default)
Codecov Report
@@ Coverage Diff @@
## master #5678 +/- ##
==========================================
- Coverage 63.03% 62.98% -0.06%
==========================================
Files 350 350
Lines 29952 29987 +35
Branches 3352 3360 +8
==========================================
+ Hits 18880 18886 +6
- Misses 9856 9882 +26
- Partials 1216 1219 +3 |
chfast
approved these changes
Jul 17, 2019
CHANGELOG.md
Outdated
| - Fixed: [#5664](https://github.com/ethereum/aleth/pull/5664) Behavior in corner case tests about touching empty Precompiles now agrees with geth's results. | ||
| - Fixed: [#5662](https://github.com/ethereum/aleth/pull/5662) Correct depth value when aleth-interpreter invokes `evmc_host_interface::call` callback. | ||
| - Fixed: [#5666](https://github.com/ethereum/aleth/pull/5666) aleth-interpreter returns `EVMC_INVALID_INSTRUCTION` when `INVALID` opcode is encountered and `EVMC_UNKNOWN_INSTRUCTION` for undefined opcodes. | ||
| - Fixed: [#5678](https://github.com/ethereum/aleth/pull/5678) Enable optimizer in aleth-interpreter by default. |
e0b27d7 to
6750fd5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Similar to how LegacyVM enables it
aleth/libevm/CMakeLists.txt
Lines 22 to 24 in 39a9e43