-
Notifications
You must be signed in to change notification settings - Fork 20.3k
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
Properly celebrate the merge #24543
Properly celebrate the merge #24543
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Lmao At least delete one of the logs, it's redundant to have both |
Would also have accepted < log.Info("Left PoW stage") |
|
Though if the merge fails after printing a yuge celebratory message, that's gonna be an epic self burn :P |
|
@@ -73,6 +73,7 @@ func (m *Merger) ReachTTD() { | |||
} | |||
rawdb.WriteTransitionStatus(m.db, blob) | |||
log.Info("Left PoW stage") | |||
log.Info("WE JUST MERGED LFGGGGGGGGGGGGG") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Meh. This isn't classy, IMO.
I'd rather go for something more subtle. Some unicode emoticon, or maybe some quote, or maybe some fine ascii art.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🐼🐼🐼
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"A small step for a man, a huge leap for mankind"
"The internet of money should not cost $0.05 per transaction - @vbuterin"
"Ethereum ESG ETF incoming"
"I don't believe a second, compatible implementation of Bitcoin will ever be a good idea - Satoshi Nakomoto"
Ok, this discussion is going nowhere fast. Going to close this and we'll see if we'll do something about it or not. Thanks for the suggestion though! |
As people watching the Klin merge stream commented on, the moment where we finally merge should have a lil more celebration 🙃
Other suggestions for what to say are also welcome. Could also add some extra whitespace for visual separation.
(note)
Really really appreciate everyone's insane work on this, and sorry for the time it'll take to review this. Keep up the good work <3