mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-02-23 09:18:29 +00:00
Bump nim-eth and remove all now unneeded p2p related imports (#1273)
This commit is contained in:
parent
096d93ab31
commit
74a83c1229
@ -11,8 +11,6 @@ import
|
||||
json_serialization, json_serialization/std/tables,
|
||||
stew/[byteutils, io2, results], chronicles,
|
||||
eth/[rlp, common/eth_types],
|
||||
# TODO: `NetworkId` should not be in these private types
|
||||
eth/p2p/private/p2p_types,
|
||||
../../nimbus/[chain_config, genesis],
|
||||
../network/history/[history_content, accumulator]
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
import
|
||||
std/[os, json, strutils, times],
|
||||
eth/[common, trie/db, p2p], stew/byteutils,
|
||||
eth/[common, trie/db], stew/byteutils,
|
||||
../../../nimbus/db/db_chain,
|
||||
../../../nimbus/[genesis, chain_config, conf_utils],
|
||||
../sim_utils,
|
||||
|
@ -22,7 +22,7 @@ import
|
||||
confutils/std/net
|
||||
],
|
||||
stew/shims/net as stewNet,
|
||||
eth/[p2p, common, net/nat, p2p/bootnodes],
|
||||
eth/[common, net/nat, p2p/bootnodes, p2p/enode],
|
||||
"."/[db/select_backend, chain_config,
|
||||
constants, vm_compile_info, version
|
||||
]
|
||||
|
@ -8,7 +8,7 @@
|
||||
import
|
||||
std/[sequtils, algorithm],
|
||||
stew/[byteutils], eth/trie/[hexary, db],
|
||||
eth/[common, rlp, p2p], chronicles,
|
||||
eth/[common, rlp], chronicles,
|
||||
".."/[errors, constants, utils, chain_config],
|
||||
"."/storage_types
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
import
|
||||
std/tables,
|
||||
eth/[common, rlp, p2p],
|
||||
eth/[common, rlp],
|
||||
chronicles, eth/trie/[db, trie_defs],
|
||||
./db/[db_chain, state_db],
|
||||
"."/[constants, chain_config, forks, p2p/gaslimit]
|
||||
|
@ -1,6 +1,6 @@
|
||||
import
|
||||
std/[os, parseopt, strutils],
|
||||
eth/p2p, stint, ../nimbus/config
|
||||
eth/common, stint, ../nimbus/config
|
||||
|
||||
from ../nimbus/chain_config import
|
||||
MainNet,
|
||||
|
@ -17,7 +17,7 @@ import
|
||||
../nimbus/vm_state,
|
||||
../nimbus/vm_types,
|
||||
./replay/undump_blocks,
|
||||
eth/[common, p2p, trie/db],
|
||||
eth/[common, trie/db],
|
||||
unittest2
|
||||
|
||||
type
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
import
|
||||
std/[algorithm, random, sequtils, strformat, strutils, tables, times],
|
||||
eth/[common, keys, p2p, rlp, trie/db],
|
||||
eth/[common, keys, rlp, trie/db],
|
||||
ethash,
|
||||
secp256k1/abi,
|
||||
stew/objects,
|
||||
|
@ -1,7 +1,7 @@
|
||||
import
|
||||
std/[os],
|
||||
pkg/[unittest2],
|
||||
eth/[p2p, common, keys],
|
||||
eth/[common, keys],
|
||||
stew/byteutils,
|
||||
../nimbus/[config, chain_config, context],
|
||||
./test_helpers
|
||||
|
@ -34,7 +34,7 @@ import
|
||||
../nimbus/p2p/chain,
|
||||
./replay/[undump_blocks, pp],
|
||||
chronicles,
|
||||
eth/[common, p2p, trie/db],
|
||||
eth/[common, trie/db],
|
||||
stew/results,
|
||||
unittest2
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
# distributed except according to those terms.
|
||||
|
||||
import
|
||||
eth/p2p
|
||||
eth/common
|
||||
|
||||
type
|
||||
AccountsSample* = object
|
||||
|
2
vendor/nim-eth
vendored
2
vendor/nim-eth
vendored
@ -1 +1 @@
|
||||
Subproject commit cc52ef35e4893d6dddd4b1d776e6b8a56f2d945c
|
||||
Subproject commit fef47331c37ee8abb8608037222658737ff498a6
|
Loading…
x
Reference in New Issue
Block a user