Rename mainchain_monitor to eth1_monitor

This commit is contained in:
Zahary Karadjov 2020-11-03 21:02:43 +02:00 committed by zah
parent 2f29e3e7f3
commit 6ee80651c7
8 changed files with 8 additions and 8 deletions

View File

@ -29,7 +29,7 @@ import
beacon_node_common, beacon_node_types, beacon_node_status,
block_pools/[chain_dag, quarantine, clearance, block_pools_types],
nimbus_binary_common, network_metadata,
mainchain_monitor, version, ssz/[merkleization], merkle_minimal,
eth1_monitor, version, ssz/[merkleization], merkle_minimal,
sync_protocol, request_manager, keystore_management, interop, statusbar,
sync_manager, validator_duties, filepath,
validator_slashing_protection, ./eth2_processor

View File

@ -15,14 +15,14 @@ import
# Local modules
./conf, ./time, ./beacon_chain_db, ./attestation_pool, ./eth2_network,
./beacon_node_types, ./mainchain_monitor, ./request_manager,
./beacon_node_types, ./eth1_monitor, ./request_manager,
./sync_manager, ./eth2_processor,
./block_pools/[chain_dag, quarantine],
./spec/datatypes
export
osproc, chronos, rpcserver, conf, time, beacon_chain_db,
attestation_pool, eth2_network, beacon_node_types, mainchain_monitor,
attestation_pool, eth2_network, beacon_node_types, eth1_monitor,
request_manager, sync_manager, eth2_processor, chain_Dag, quarantine,
datatypes

View File

@ -23,7 +23,7 @@ import
conf, time, validator_pool,
attestation_pool, exit_pool, block_pools/[spec_cache, chain_dag, clearance],
eth2_network, keystore_management, beacon_node_common, beacon_node_types,
nimbus_binary_common, mainchain_monitor, version, ssz/merkleization,
nimbus_binary_common, eth1_monitor, version, ssz/merkleization,
attestation_aggregation, sync_manager, sszdump,
validator_slashing_protection

View File

@ -48,7 +48,7 @@ To know if our endpoint has reached its limit for the day, keep your eye out for
```
ERR 2020-09-29 14:04:33.313+02:00 Mainchain monitor failure, restarting tid=8941404
file=mainchain_monitor.nim:812 err="{\"code\":-32005,
file=eth1_monitor.nim:812 err="{\"code\":-32005,
\"data\":{\"rate\":{\"allowed_rps\":1,
\"backoff_seconds\":24,
\"current_rps\":22.5},

View File

@ -85,7 +85,7 @@ If you're seeing one or more error messages that look like the following:
```
ERR 2020-09-29 14:04:33.313+02:00 Mainchain monitor failure, restarting tid=8941404
file=mainchain_monitor.nim:812 err="{\"code\":-32005,
file=eth1_monitor.nim:812 err="{\"code\":-32005,
\"data\":{\"rate\":{\"allowed_rps\":1,
\"backoff_seconds\":24,
\"current_rps\":22.5},

View File

@ -19,7 +19,7 @@ import # Unit test
./test_block_pool,
./test_datatypes,
./test_helpers,
./test_mainchain_monitor,
./test_eth1_monitor,
./test_ssz,
./test_state_transition,
./test_sync_protocol,

View File

@ -3,7 +3,7 @@
import
unittest,
chronos, web3/ethtypes,
../beacon_chain/mainchain_monitor
../beacon_chain/eth1_monitor
suite "Eth1 Chain":
discard