Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bad log messages for duplicate deposits #5440

Merged
merged 1 commit into from
Apr 15, 2020
Merged

Fix bad log messages for duplicate deposits #5440

merged 1 commit into from
Apr 15, 2020

Conversation

mcdee
Copy link
Contributor

@mcdee mcdee commented Apr 15, 2020

If the beacon chain detects a duplicate deposit prior to chainstart it warns of this fact, but the log message as-is prints out the hex value of a text string.

This patch changes the log messages so it prints out the full validator key as a log field, congruent with the message format used for deposits that are included.

@mcdee mcdee requested a review from a team as a code owner April 15, 2020 09:58
@codecov
Copy link

codecov bot commented Apr 15, 2020

Codecov Report

Merging #5440 into master will increase coverage by 36.69%.
The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           master    #5440       +/-   ##
===========================================
+ Coverage    5.11%   41.81%   +36.69%     
===========================================
  Files         236      236               
  Lines       20253    20125      -128     
===========================================
+ Hits         1036     8415     +7379     
+ Misses      19069    10200     -8869     
- Partials      148     1510     +1362     

@prylabs-bulldozer prylabs-bulldozer bot merged commit 899670e into prysmaticlabs:master Apr 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants