refactor: Remove bip39 library#86
refactor: Remove bip39 library#86faustbrian merged 6 commits intoArkEcosystemArchive:masterfrom sleepdefic1t:fix/remove-bip39-lib
Conversation
bip39-lib has several critical bugs discussed in #81 This PR removes the mnemonic class, references, tests, documentation and dependency (bip39-lib).
|
The ci/circleci: build-linux-clang-5 job is failing as of 6f605db1ab7910ceea6dc69199b6ebe959310744. Please review the logs for more information. Once you've pushed the fixes, the build will automatically re-run. Thanks! |
|
Looks like there are additional build issues with ESP-8266 with PlatformIO on Linux-only. I can confirm that code builds and flashes to an ESP8266, apparently just not on Linux atm. Will investigate more and decide what to do with this PR. [WIP] for now. |
|
|
|
@faustbrian |
|
This is a breaking change, but it’s ready. |
|
We can release this with a minor bump, everything before |
|
🤔 You can rebuild if you want to double-check, @faustbrian. |
Proposed changes
bip39-lib has several bugs as discussed in #81 & #72
This PR removes the mnemonic class, tests, documentation, examples, and lib dependency (bip39).
It is also a breaking change and bumps C++ Crypto to v1.0.0
Types of changes
Checklist