go-ethereum/core/vm
Arpit Temani 2321e64ed7
V0.2.16 candidate (#373)
* merge geth v1.10.15

* fix: Removed FastSync from cli server

* fix: TestHeadersRLPStorage

* Added t.skip(ETH2 in bor)

* fix: flow in create consensus engine

* bumped version

* Fix typo

* increase block time

* remove file

* bumped version

* merge gethv1.10.17

* bumped version

* fix failing tests

* Bump Go version to v1.18 (#368)

* Bump Go version to v1.18.1

* Build using netgo tag

This will create a static build using Go native networking stack.

Checked and it works stable for all archs and distros.

* Fix meta

* Bump version

* Meta as stable

Co-authored-by: Shivam Sharma <shivam691999@gmail.com>
Co-authored-by: Manav Darji <manavdarji.india@gmail.com>
Co-authored-by: Sandeep Sreenath <sandeep.sreenath@gmail.com>
Co-authored-by: Victor Castell <victor@victorcastell.com>
2022-05-06 12:31:48 +02:00
..
runtime V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
testdata core/vm, protocol_params: implement eip-2565 modexp repricing (#21607) 2020-11-13 13:39:59 +01:00
analysis.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
analysis_test.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
common.go core/vm: use uint256 in EVM implementation (#20787) 2020-06-08 15:24:40 +03:00
contract.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
contracts.go core, eth, internal/ethapi: create access list RPC API (#22550) 2021-04-07 17:54:31 +03:00
contracts_test.go core/vm, protocol_params: implement eip-2565 modexp repricing (#21607) 2020-11-13 13:39:59 +01:00
doc.go core/vm: remove JIT VM codes (#16362) 2018-03-26 13:48:04 +03:00
eips.go all: implement EIP-1559 (#22837) 2021-05-17 15:13:22 +02:00
errors.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
evm.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
gas.go core/vm: use uint256 in EVM implementation (#20787) 2020-06-08 15:24:40 +03:00
gas_table.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
gas_table_test.go core, all: split vm.Context into BlockContext and TxContext (#21672) 2020-11-13 13:42:19 +01:00
instructions.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
instructions_test.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
interface.go all: add support for EIP-2718, EIP-2930 transactions (#21502) 2021-02-25 15:26:57 +01:00
interpreter.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
interpreter_test.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
jump_table.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
logger.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
memory.go core/vm: use uint256 in EVM implementation (#20787) 2020-06-08 15:24:40 +03:00
memory_table.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
opcodes.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
operations_acl.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
stack.go V0.2.16 candidate (#373) 2022-05-06 12:31:48 +02:00
stack_table.go core/vm: 64 bit memory and gas calculations (#19210) 2019-03-12 11:40:05 +02:00