Skip to content

Commit

Permalink
Remove BIP39 wordlists: cs, ru, uk
Browse files Browse the repository at this point in the history
Add BIP39 wordlist: ko
  • Loading branch information
thecodefactory committed Jan 30, 2019
1 parent 222114c commit 1daf995
Show file tree
Hide file tree
Showing 14 changed files with 2,097 additions and 6,327 deletions.
4 changes: 1 addition & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -188,14 +188,12 @@ src_libbitcoin_system_la_SOURCES = \
src/utility/threadpool.cpp \
src/utility/work.cpp \
src/wallet/bitcoin_uri.cpp \
src/wallet/dictionary_cs.cpp \
src/wallet/dictionary_en.cpp \
src/wallet/dictionary_es.cpp \
src/wallet/dictionary_fr.cpp \
src/wallet/dictionary_it.cpp \
src/wallet/dictionary_ja.cpp \
src/wallet/dictionary_ru.cpp \
src/wallet/dictionary_uk.cpp \
src/wallet/dictionary_ko.cpp \
src/wallet/dictionary_zh_Hans.cpp \
src/wallet/dictionary_zh_Hant.cpp \
src/wallet/ec_private.cpp \
Expand Down
4 changes: 1 addition & 3 deletions builds/cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -471,14 +471,12 @@ add_library( ${CANONICAL_LIB_NAME}
"../../src/utility/threadpool.cpp"
"../../src/utility/work.cpp"
"../../src/wallet/bitcoin_uri.cpp"
"../../src/wallet/dictionary_cs.cpp"
"../../src/wallet/dictionary_en.cpp"
"../../src/wallet/dictionary_es.cpp"
"../../src/wallet/dictionary_fr.cpp"
"../../src/wallet/dictionary_it.cpp"
"../../src/wallet/dictionary_ja.cpp"
"../../src/wallet/dictionary_ru.cpp"
"../../src/wallet/dictionary_uk.cpp"
"../../src/wallet/dictionary_ko.cpp"
"../../src/wallet/dictionary_zh_Hans.cpp"
"../../src/wallet/dictionary_zh_Hant.cpp"
"../../src/wallet/ec_private.cpp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -249,14 +249,12 @@
<ClCompile Include="..\..\..\..\src\utility\threadpool.cpp" />
<ClCompile Include="..\..\..\..\src\utility\work.cpp" />
<ClCompile Include="..\..\..\..\src\wallet\bitcoin_uri.cpp" />
<ClCompile Include="..\..\..\..\src\wallet\dictionary_cs.cpp" />
<ClCompile Include="..\..\..\..\src\wallet\dictionary_en.cpp" />
<ClCompile Include="..\..\..\..\src\wallet\dictionary_es.cpp" />
<ClCompile Include="..\..\..\..\src\wallet\dictionary_fr.cpp" />
<ClCompile Include="..\..\..\..\src\wallet\dictionary_it.cpp" />
<ClCompile Include="..\..\..\..\src\wallet\dictionary_ja.cpp" />
<ClCompile Include="..\..\..\..\src\wallet\dictionary_ru.cpp" />
<ClCompile Include="..\..\..\..\src\wallet\dictionary_uk.cpp" />
<ClCompile Include="..\..\..\..\src\wallet\dictionary_ko.cpp" />
<ClCompile Include="..\..\..\..\src\wallet\dictionary_zh_Hans.cpp" />
<ClCompile Include="..\..\..\..\src\wallet\dictionary_zh_Hant.cpp" />
<ClCompile Include="..\..\..\..\src\wallet\ec_private.cpp" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -537,9 +537,6 @@
<ClCompile Include="..\..\..\..\src\wallet\bitcoin_uri.cpp">
<Filter>src\wallet</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\src\wallet\dictionary_cs.cpp">
<Filter>src\wallet</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\src\wallet\dictionary_en.cpp">
<Filter>src\wallet</Filter>
</ClCompile>
Expand All @@ -555,10 +552,7 @@
<ClCompile Include="..\..\..\..\src\wallet\dictionary_ja.cpp">
<Filter>src\wallet</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\src\wallet\dictionary_ru.cpp">
<Filter>src\wallet</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\src\wallet\dictionary_uk.cpp">
<ClCompile Include="..\..\..\..\src\wallet\dictionary_ko.cpp">
<Filter>src\wallet</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\src\wallet\dictionary_zh_Hans.cpp">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,14 +246,12 @@
<ClCompile Include="..\..\..\..\src\utility\threadpool.cpp" />
<ClCompile Include="..\..\..\..\src\utility\work.cpp" />
<ClCompile Include="..\..\..\..\src\wallet\bitcoin_uri.cpp" />
<ClCompile Include="..\..\..\..\src\wallet\dictionary_cs.cpp" />
<ClCompile Include="..\..\..\..\src\wallet\dictionary_en.cpp" />
<ClCompile Include="..\..\..\..\src\wallet\dictionary_es.cpp" />
<ClCompile Include="..\..\..\..\src\wallet\dictionary_fr.cpp" />
<ClCompile Include="..\..\..\..\src\wallet\dictionary_it.cpp" />
<ClCompile Include="..\..\..\..\src\wallet\dictionary_ja.cpp" />
<ClCompile Include="..\..\..\..\src\wallet\dictionary_ru.cpp" />
<ClCompile Include="..\..\..\..\src\wallet\dictionary_uk.cpp" />
<ClCompile Include="..\..\..\..\src\wallet\dictionary_ko.cpp" />
<ClCompile Include="..\..\..\..\src\wallet\dictionary_zh_Hans.cpp" />
<ClCompile Include="..\..\..\..\src\wallet\dictionary_zh_Hant.cpp" />
<ClCompile Include="..\..\..\..\src\wallet\ec_private.cpp" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -531,9 +531,6 @@
<ClCompile Include="..\..\..\..\src\wallet\bitcoin_uri.cpp">
<Filter>src\wallet</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\src\wallet\dictionary_cs.cpp">
<Filter>src\wallet</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\src\wallet\dictionary_en.cpp">
<Filter>src\wallet</Filter>
</ClCompile>
Expand All @@ -549,10 +546,7 @@
<ClCompile Include="..\..\..\..\src\wallet\dictionary_ja.cpp">
<Filter>src\wallet</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\src\wallet\dictionary_ru.cpp">
<Filter>src\wallet</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\src\wallet\dictionary_uk.cpp">
<ClCompile Include="..\..\..\..\src\wallet\dictionary_ko.cpp">
<Filter>src\wallet</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\src\wallet\dictionary_zh_Hans.cpp">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,14 +246,12 @@
<ClCompile Include="..\..\..\..\src\utility\threadpool.cpp" />
<ClCompile Include="..\..\..\..\src\utility\work.cpp" />
<ClCompile Include="..\..\..\..\src\wallet\bitcoin_uri.cpp" />
<ClCompile Include="..\..\..\..\src\wallet\dictionary_cs.cpp" />
<ClCompile Include="..\..\..\..\src\wallet\dictionary_en.cpp" />
<ClCompile Include="..\..\..\..\src\wallet\dictionary_es.cpp" />
<ClCompile Include="..\..\..\..\src\wallet\dictionary_fr.cpp" />
<ClCompile Include="..\..\..\..\src\wallet\dictionary_it.cpp" />
<ClCompile Include="..\..\..\..\src\wallet\dictionary_ja.cpp" />
<ClCompile Include="..\..\..\..\src\wallet\dictionary_ru.cpp" />
<ClCompile Include="..\..\..\..\src\wallet\dictionary_uk.cpp" />
<ClCompile Include="..\..\..\..\src\wallet\dictionary_ko.cpp" />
<ClCompile Include="..\..\..\..\src\wallet\dictionary_zh_Hans.cpp" />
<ClCompile Include="..\..\..\..\src\wallet\dictionary_zh_Hant.cpp" />
<ClCompile Include="..\..\..\..\src\wallet\ec_private.cpp" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -531,9 +531,6 @@
<ClCompile Include="..\..\..\..\src\wallet\bitcoin_uri.cpp">
<Filter>src\wallet</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\src\wallet\dictionary_cs.cpp">
<Filter>src\wallet</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\src\wallet\dictionary_en.cpp">
<Filter>src\wallet</Filter>
</ClCompile>
Expand All @@ -549,10 +546,7 @@
<ClCompile Include="..\..\..\..\src\wallet\dictionary_ja.cpp">
<Filter>src\wallet</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\src\wallet\dictionary_ru.cpp">
<Filter>src\wallet</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\src\wallet\dictionary_uk.cpp">
<ClCompile Include="..\..\..\..\src\wallet\dictionary_ko.cpp">
<Filter>src\wallet</Filter>
</ClCompile>
<ClCompile Include="..\..\..\..\src\wallet\dictionary_zh_Hans.cpp">
Expand Down
16 changes: 6 additions & 10 deletions include/bitcoin/system/wallet/dictionary.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,10 @@ namespace language {
// Individual built-in languages:
extern const dictionary en;
extern const dictionary es;
extern const dictionary ja;
extern const dictionary it;
extern const dictionary fr;
extern const dictionary cs;
extern const dictionary ru;
extern const dictionary uk;
extern const dictionary it;
extern const dictionary ja;
extern const dictionary ko;
extern const dictionary zh_Hans;
extern const dictionary zh_Hant;

Expand All @@ -65,12 +63,10 @@ const dictionary_list all
{
&en,
&es,
&ja,
&it,
&fr,
&cs,
&ru,
&uk,
&it,
&ja,
&ko,
&zh_Hans,
&zh_Hant
};
Expand Down
Loading

0 comments on commit 1daf995

Please sign in to comment.