-
Notifications
You must be signed in to change notification settings - Fork 73
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
Multiplatform setup #63
Conversation
…and chinese traditional DIP39 word lists
- Fixed the errors inside the following modules - bip39_wordlist_es - bip39_wordlist_it - bip39_wordlist_ja - bip39_wordlist_ko - abi - base58 - bip39 - bip44 - model - Deleted the module extensions and moved the code inside model due to the impossibility of having circular dependencies in common modules
…ltiplatform-setup
@ligi The conversion is 99% done. We need to change the CI in order to execute the Note. In order to make this library 100% multiplatform, I had to copy/paste the Walleth/HEX and Wallet/SHA3 classes inside the project. To make them usable by this library, we need to convert them to multiplatform too. |
this is as easy as adding a "check" to "stages" in here: but what would it execute more than ./gradlew test is doing
am currently quite busy - so if I need to have a look it will take some time
is there really no other way? this would be quite ugly imho - perhaps a subproject? Really hope there is another way |
@ligi Understanding that you have not much time in order to maintain this project right now, my company decided to fork a new project from here and start working on it. Unfortunately we need to have a multiplatform project that can be published properly on Bintray, and thus we had to revisit all the code structure and publishing pipeline. This, along with the fact that we will need to audit the codebase, has made us decide to start this new project, without forgetting and mentioning your work inside it. If you will you are super welcome to help up improve the project. From our part we will maintain the documentation and try implementing new features that are useful for us. That being said, I'm closing this PR right now being it outdated. |
I have time to maintain this project and review pull requests. My mentioning having no time was regarding:
A bit sad this diverges now as I think this will be hard to converge again in the future. |
Why exactly is this issue closed? @RiccardoM Any other efforts for multiplatform? |
Disclaimer
This is still WIP. I've opened it to let people know I'm working on this. Any feedback is appreciated.
Notes
First attempt to create a multiplatform project.
Currently revisited modules:
Missing modules to revisit:
Related issues
Closes #22
Closes #31
Closes #61
Closes #62