cmd/geth: fix dir path in geth attach for yolov2 network (#21749)

# Conflicts:
#	cmd/geth/consolecmd.go
This commit is contained in:
James Prestwich 2020-10-26 05:45:08 -07:00 committed by Igor Mandrigin
parent 3e6100fe4f
commit 8c4ecebbfe

View File

@ -426,46 +426,3 @@ Author: Martin Holst Swende <martin@swende.se>
Date: Fri Oct 23 15:40:48 2020 +0200
utils, params: add yolov2 bootnode
commit 95f720fffc9cb366b69abc52d1a64834e92f00a4
Author: Felix Lange <fjl@twurst.com>
Date: Fri Oct 23 13:34:44 2020 +0200
cmd/devp2p/internal/ethtest: update test chain (#21742)
The old one was wrong in two ways: the first block in chain.rlp was the
genesis block, and the genesis difficulty was below minimum difficulty.
This also contains some other fixes to the test.
commit 6487c002f6b47e08cb9814f16712c6789b313a97
Author: Martin Holst Swende <martin@swende.se>
Date: Fri Oct 23 08:26:57 2020 +0200
all: implement EIP-2929 (gas cost increases for state access opcodes) + yolo-v2 (#21509)
* core/vm, core/state: implement EIP-2929 + YOLOv2
* core/state, core/vm: fix some review concerns
* core/state, core/vm: address review concerns
* core/vm: address review concerns
* core/vm: better documentation
* core/vm: unify sload cost as fully dynamic
* core/vm: fix typo
* core/vm/runtime: fix compilation flaw
* core/vm/runtime: fix renaming-err leftovers
* core/vm: renaming
* params/config: use correct yolov2 chainid for config
* core, params: use a proper new genesis for yolov2
* core/state/tests: golinter nitpicks