Skip to content

Commit

Permalink
Replace some emojis as they are dieplayed badly on some terminals
Browse files Browse the repository at this point in the history
  • Loading branch information
nalepae committed Oct 25, 2023
1 parent 7f3e774 commit d27d916
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,14 +204,14 @@ You are going to propose a block in the next two epochs. | ```💍 Our validator
Someone [proposed](https://beaconcha.in/slot/6716776) a block. | ```✅ validator 0xb9d2439f proposed block at epoch 209899 - slot 6716776 ✅```
You [proposed](https://beaconcha.in/slot/6716781) a block. | ```✨ Our validator 0xa6cdd026 proposed block at epoch 209899 - slot 6716781 ✨```
You proposed a block with the wrong fee recipient. | ```🚩 Our validator 0x00000000 proposed block at epoch 209952 - slot 6718495 with the wrong fee recipient```
You [did not had](https://github.com/kilnfi/eth-validator-watcher/assets/4943830/666dad82-2f67-432d-97eb-9f99ef6c106a) optimal attestation inclusion. | ```☣️ Our validator 0x98a5bad4, 0x8116a5f8, 0xa2fff7bd, 0x87cd0fd3, 0x978ebbdb and 1 more (1.2 %) had not optimal attestation inclusion at slot 6716778```
You [did not had](https://github.com/kilnfi/eth-validator-watcher/assets/4943830/666dad82-2f67-432d-97eb-9f99ef6c106a) optimal attestation inclusion. | ``` Our validator 0x98a5bad4, 0x8116a5f8, 0xa2fff7bd, 0x87cd0fd3, 0x978ebbdb and 1 more (1.2 %) had not optimal attestation inclusion at slot 6716778```
Someone [missed](https://beaconcha.in/validator/399279#blocks) a block proposal. | ```💩 validator 0xa3dbc635 missed block at epoch 209894 - slot 6716637 💩```
You [missed](https://sepolia.beaconcha.in/slot/3454352) a block proposal (head). | ```🔺 Our validator 0xb09d7c4e missed block at head at epoch 107948 - slot 3454352 🔺```
You [missed](https://sepolia.beaconcha.in/slot/3454352) a block proposal (finalized). | ```❌ Our validator 0xb09d7c4e missed block at finalized at epoch 107948 - slot 3454352 ❌```
You [missed](https://github.com/kilnfi/eth-validator-watcher/assets/4943830/9bed8b53-5c53-4cf0-818d-066434660004) an attestation. | ```☹️ Our validator 0xa672f362, 0xb5f46214, 0xac81b7f4 and 0 more missed attestation at epoch 209894```
You [missed](https://github.com/kilnfi/eth-validator-watcher/assets/4943830/74326f4f-d3f5-405d-87ce-9576f9ed79a0) 2 attestations in a row. | ```😱 Our validator 0x8c9bfca1, 0xa68f7c5d and 0 more missed 2 attestations in a row from epoch 209367```
You [missed](https://github.com/kilnfi/eth-validator-watcher/assets/4943830/9bed8b53-5c53-4cf0-818d-066434660004) an attestation. | ```🙁 Our validator 0xa672f362, 0xb5f46214, 0xac81b7f4 and 0 more missed attestation at epoch 209894```
You [missed](https://github.com/kilnfi/eth-validator-watcher/assets/4943830/74326f4f-d3f5-405d-87ce-9576f9ed79a0) 2 attestations in a row. | ```😱 Our validator 0x8c9bfca1, 0xa68f7c5d and 0 more missed 2 attestations in a row from epoch 209367```
You [exited](https://beaconcha.in/validator/491565). | ```🚶 Our validator 0xaeb82c90 is exited```
Someone [got](https://beaconcha.in/validator/647102) slashed. | ```✂️ validator 0xb3a608a7 is slashed```
Someone [got](https://beaconcha.in/validator/647102) slashed. | ```🔪 validator 0xb3a608a7 is slashed```
You got slashed (you don't want to see this one). | ```🔕 Our validator 0x00000000 is slashed```
You proposed a block with a non-allowed relay. | ```🟧 Block proposed with unknown builder (may be a locally built block)```
You did not had ideal source rewards. | ```🚰 Our validator 0x8012aba2, 0x8012cdb1, 0x803f3b39, 0x8054cda1, 0x8055bb56 and 0 more had not ideal rewards on source at epoch 215201```
Expand Down
2 changes: 1 addition & 1 deletion eth_validator_watcher/missed_attestations.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def process_missed_attestations(
short_first_pubkeys_str = ", ".join(short_first_pubkeys)

print(
f"☹️ Our validator {short_first_pubkeys_str} and "
f"🙁 Our validator {short_first_pubkeys_str} and "
f"{len(dead_indexes) - len(short_first_pubkeys)} more "
f"missed attestation at epoch {epoch - 1}"
)
Expand Down
2 changes: 1 addition & 1 deletion eth_validator_watcher/slashed_validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def process(

for index in not_our_new_exited_slashed_indexes:
print(
f"✂️ validator {total_exited_slashed_index_to_validator[index].pubkey[:10]} is slashed"
f"🔪 validator {total_exited_slashed_index_to_validator[index].pubkey[:10]} is slashed"
)

for index in our_new_exited_slashed_indexes:
Expand Down
2 changes: 1 addition & 1 deletion eth_validator_watcher/suboptimal_attestations.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def process_suboptimal_attestations(
short_first_pubkeys_str = ", ".join(short_first_pubkeys)

print(
f"☣️ Our validator {short_first_pubkeys_str} and "
f" Our validator {short_first_pubkeys_str} and "
f"{len(our_validators_index_that_did_not_attest_optimally_during_previous_slot) - len(short_first_pubkeys)} more "
f"({round(100 * suboptimal_attestations_rate, 1)} %) had not optimal attestation "
f"inclusion at slot {previous_slot}"
Expand Down

0 comments on commit d27d916

Please sign in to comment.