-
Notifications
You must be signed in to change notification settings - Fork 219
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
feat!: update emojis to match yat emojis #6288
feat!: update emojis to match yat emojis #6288
Conversation
Test Results (CI) 3 files 120 suites 37m 41s ⏱️ Results for commit 506ae42. ♻️ This comment has been updated with latest results. |
Test Results (Integration tests)33 tests 33 ✅ 13m 56s ⏱️ Results for commit 506ae42. ♻️ This comment has been updated with latest results. |
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.
utACK
This may give merge conflicts with #6287, so beware! |
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.
utACK
pub const EMOJI: [char; DICT_SIZE] = [ | ||
'🌀', '🌂', '🌈', '🌊', '🌋', '🌍', '🌙', '🌝', '🌞', '🌟', '🌠', '🌰', '🌴', '🌵', '🌷', '🌸', '🌹', '🌻', '🌽', | ||
'🍀', '🍁', '🍄', '🍅', '🍆', '🍇', '🍈', '🍉', '🍊', '🍋', '🍌', '🍍', '🍎', '🍐', '🍑', '🍒', '🍓', '🍔', '🍕', | ||
'🍗', '🍚', '🍞', '🍟', '🍠', '🍣', '🍦', '🍩', '🍪', '🍫', '🍬', '🍭', '🍯', '🍰', '🍳', '🍴', '🍵', '🍶', '🍷', | ||
'🍸', '🍹', '🍺', '🍼', '🎀', '🎁', '🎂', '🎃', '🎄', '🎈', '🎉', '🎒', '🎓', '🎠', '🎡', '🎢', '🎣', '🎤', '🎥', | ||
'🦋', '📟', '🌈', '🌊', '🎯', '🐋', '🌙', '🤔', '🌕', '⭐', '🎋', '🌰', '🌴', '🌵', '🌲', '🌸', '🌹', '🌻', '🌽', |
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.
Nit: Maybe add a reference to the YAT list?
506ae42
2fac182
to
506ae42
Compare
Description
This updates the emoji_id emojis to match those used by yat.
Motivation and Context
This will allow users to create a yat from their emoji_id as they now share all characters.
How Has This Been Tested?
unit tests
Breaking Changes
This causes the string emoji representation of tari addresses to be incompatible with previous versions.