This repository was archived by the owner on Oct 6, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 397
Merged
Changes from 8 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
c10eff1
Update links to the proper releases page
marioevz 6adfc6f
Merge pull request #248 from marioevz/patch-1
CarlBeek a76f187
bump the versions on all the packages!
CarlBeek e84e942
resolves version conflicts
CarlBeek 925960f
unify function sigs to make click happy
CarlBeek fd74dfd
revert click to 7.1.2 again
CarlBeek 78ae263
try upgrade circleCI to >python3.8 and probably break everything
CarlBeek 7ce367f
revert zipp version becuase i over-used find-and-replace 🤦
CarlBeek e82b3e3
Updates windows server version to edge
CarlBeek e829e94
update pyenv python versions for arm
CarlBeek c10e0e4
update sundry python version references
CarlBeek d2ed768
upgrade windows machince reasources
CarlBeek c59c518
Add in missing python version stuffies
CarlBeek 712002c
revert to old windows version
CarlBeek ec1b641
installes python 3.10 for windows
CarlBeek 513d281
use python 3.10.2 for linux amd64
CarlBeek 76b7b3c
update to current ubuntu images
CarlBeek 07ed5a2
allow pyenv to skip version warning
CarlBeek 72c8a0f
lock ubuntu version
CarlBeek d5cd39a
force install using pyenv
CarlBeek 3f97a0e
try 3.10.3 for ubuntu again
CarlBeek e91a27d
revert to 3.10.2 for ubuntu again
CarlBeek cd52e9d
Merge pull request #249 from ethereum/version_bump
CarlBeek fb5ffe6
Allow 4-character abbreviations of mnemonic words
yorickdowne 5953f30
abbreviation tweaks
CarlBeek 567ae36
Adds abbreviation tests
CarlBeek bbeeb1f
Fix lint; revert new-mnemonic text change
yorickdowne 202a620
Adds tests for existing mnemonic abbreviated words
CarlBeek 885826c
Adds abbriavted words to new-mnemonics
CarlBeek 0d3440e
Adds check that multiple mnemonic languages aren't detected
CarlBeek c97cfc3
Merge pull request #242 from yorickdowne/abbreviations
CarlBeek 5e343d4
version bump -> v2.1
CarlBeek 9edea63
Kick venv cache version
hwwhww a55514b
Merge pull request #253 from ethereum/kick-ci-cache
CarlBeek 1bc54e0
Merge pull request #251 from ethereum/version_bump
CarlBeek 3be3723
Actually shortens words for abbrviated mnemonic test vectors
CarlBeek fce407c
Merge pull request #254 from ethereum/fix_abbreviated_test
hwwhww e35ed2c
Re-implement Clarifies when abbreviated words are used
CarlBeek dc6fa0c
Merge pull request #256 from ethereum/clarify_abbreviations
hwwhww File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Uh oh!
There was an error while loading. Please reload this page.
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.
As you say, Chinese, Japanese & Korean don't have abbreviated versions. And I'm a little concerned about collisions between 4-letter mnemonics in the romance languages. I've done some testing here, but I'm by no means convinced it can't happen (and trigger the sanity assert) especially considering all the alternate forms of letters (eg moving accents etc).
As such, I think we should avoid translating this bit at all. ie. if you use not-English (tm) you will have to type out the full mnemonic. At a later point if we implement interactive predictive text for words, we can address this.