This repository has been archived by the owner on Oct 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5238 from ethereum/net-sstore-interpreter
Implement SSTORE net gas metering in aleth-interpreter
- Loading branch information
Showing
6 changed files
with
200 additions
and
79 deletions.
There are no files selected for viewing
Submodule evmc
updated
22 files
+1 −1 | .bumpversion.cfg | |
+6 −0 | CHANGELOG.md | |
+3 −3 | CMakeLists.txt | |
+2 −2 | appveyor.yml | |
+2 −2 | bindings/go/evmc/evmc.go | |
+81 −3 | bindings/go/evmc/host.c | |
+4 −4 | bindings/go/evmc/host.go | |
+2 −2 | circle.yml | |
+2 −2 | cmake/HunterConfig.cmake | |
+28 −5 | examples/CMakeLists.txt | |
+0 −218 | examples/capi.c | |
+58 −0 | examples/example.c | |
+36 −13 | examples/example_host.cpp | |
+18 −0 | examples/example_host.h | |
+14 −10 | examples/example_vm.c | |
+1 −1 | examples/example_vm.h | |
+0 −22 | examples/examplevm/CMakeLists.txt | |
+22 −24 | include/evmc/evmc.h | |
+8 −7 | include/evmc/loader.h | |
+15 −17 | lib/loader/loader.c | |
+2 −2 | test/vmtester/CMakeLists.txt | |
+10 −4 | test/vmtester/tests.cpp |
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.