mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-23 18:49:57 +00:00
Prepare for AD2 rebranding to chronos (#225)
* Prepare for AD2 rebranding to chronos - https://github.com/status-im/nim-asyncdispatch2/pull/20 * fix nimble path to chronos * nim-eth and nim-chronos merged into nimble packages * fix nimble package name
This commit is contained in:
parent
4466deff37
commit
e1812eb7ce
2
Makefile
2
Makefile
@ -43,7 +43,7 @@ GITHUB_REPOS := \
|
|||||||
status-im/nim-eth \
|
status-im/nim-eth \
|
||||||
status-im/nim-byteutils \
|
status-im/nim-byteutils \
|
||||||
status-im/nim-http-utils \
|
status-im/nim-http-utils \
|
||||||
status-im/nim-asyncdispatch2 \
|
status-im/nim-chronos \
|
||||||
status-im/nim-json-rpc \
|
status-im/nim-json-rpc \
|
||||||
status-im/nim-faststreams \
|
status-im/nim-faststreams \
|
||||||
status-im/nim-std-shims \
|
status-im/nim-std-shims \
|
||||||
|
@ -14,9 +14,9 @@ requires "nim >= 0.19",
|
|||||||
"nimcrypto",
|
"nimcrypto",
|
||||||
"stint",
|
"stint",
|
||||||
"json_rpc",
|
"json_rpc",
|
||||||
"asyncdispatch2",
|
"chronos",
|
||||||
"bncurve",
|
"bncurve",
|
||||||
"https://github.com/status-im/nim-eth",
|
"eth",
|
||||||
"std_shims"
|
"std_shims"
|
||||||
|
|
||||||
proc buildBinary(name: string, srcDir = ".", lang = "c") =
|
proc buildBinary(name: string, srcDir = ".", lang = "c") =
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
import
|
import
|
||||||
parseopt, strutils, macros, os, times,
|
parseopt, strutils, macros, os, times,
|
||||||
asyncdispatch2, eth/[keys, common, p2p], chronicles, nimcrypto/hash,
|
chronos, eth/[keys, common, p2p], chronicles, nimcrypto/hash,
|
||||||
./db/select_backend,
|
./db/select_backend,
|
||||||
./vm/interpreter/vm_forks
|
./vm/interpreter/vm_forks
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
import
|
import
|
||||||
os, strutils, net, eth/keys, db/[storage_types, db_chain, select_backend],
|
os, strutils, net, eth/keys, db/[storage_types, db_chain, select_backend],
|
||||||
eth/common as eth_common, eth/p2p as eth_p2p,
|
eth/common as eth_common, eth/p2p as eth_p2p,
|
||||||
asyncdispatch2, json_rpc/rpcserver, chronicles,
|
chronos, json_rpc/rpcserver, chronicles,
|
||||||
eth/p2p/rlpx_protocols/[eth_protocol, les_protocol],
|
eth/p2p/rlpx_protocols/[eth_protocol, les_protocol],
|
||||||
eth/p2p/blockchain_sync,
|
eth/p2p/blockchain_sync,
|
||||||
config, genesis, rpc/[common, p2p, debug, whisper], p2p/chain,
|
config, genesis, rpc/[common, p2p, debug, whisper], p2p/chain,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user