mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-01 17:27:30 +00:00
Move tools (#2370)
* Delete tracing and styled stacktraces * Move NBC tooling to ncli folder * fix inspector import [skip ci] * fix comma
This commit is contained in:
parent
2b5a3a6810
commit
19775c1b22
@ -1,12 +0,0 @@
|
||||
# beacon_chain
|
||||
# Copyright (c) 2018-2019 Status Research & Development GmbH
|
||||
# Licensed and distributed under either of
|
||||
# * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
|
||||
# * Apache v2 license (license terms in the root directory or at https://www.apache.org/licenses/LICENSE-2.0).
|
||||
# at your option. This file may not be copied, modified, or distributed except according to those terms.
|
||||
|
||||
import terminal
|
||||
|
||||
proc writeStyledStackTrace*() =
|
||||
let st = getStackTrace()
|
||||
writeStyled st, style = {styleBright, styleItalic}
|
@ -20,7 +20,8 @@ import nimcrypto/[hash, keccak]
|
||||
import secp256k1 as s
|
||||
import stint
|
||||
import snappy
|
||||
import spec/[crypto, datatypes, network, digest], ssz/ssz_serialization
|
||||
import ../beacon_chain/spec/[crypto, datatypes, network, digest]
|
||||
import ../beacon_chain/ssz/ssz_serialization
|
||||
|
||||
const
|
||||
InspectorName* = "Beacon-Chain Network Inspector"
|
Loading…
x
Reference in New Issue
Block a user