go-ethereum/core/vm/runtime
Dmitry 3d0e225ba1
Adding custom precompiled support
These changes were migrated from EVMOS v1.10.26-evmos-rc2 tag. Relevant
precompile EVMOS commits that were part of this tag:

- 8d407912cad95d41db1e472f35a1eba6dc7dc363
- fcf5e42ce33b315dc294d200ad0c3da96fbc441f
- f24eefdf82c19088c36fee898d66370a8489c9e7
- 359caee7e31063a6fa8a01832cabe0a35d383fff
- d7a659397e07fca3a3516851aa8feefc0d632f1d

The above changes were added on top of the latest available go-ethereum
tag which is v1.14.8 Now we have the latest go-ethereum code with all
the latest fixes along with the EVMOS like custom precompile support.
2024-08-22 11:00:42 +02:00
..
doc.go core/vm/runtime: added simple execution runtime 2015-11-18 16:50:20 +01:00
env.go core/vm: set basefee to 0 internally on eth_call (#28470) 2023-11-08 11:22:08 +02:00
runtime.go Adding custom precompiled support 2024-08-22 11:00:42 +02:00
runtime_example_test.go core/vm/runtime: added simple execution runtime 2015-11-18 16:50:20 +01:00
runtime_fuzz_test.go tests/fuzzers: move fuzzers into native packages (#28467) 2023-11-14 14:34:29 +01:00
runtime_test.go core/vm: improved stack swap performance (#30249) 2024-08-06 14:38:47 +02:00