-
Notifications
You must be signed in to change notification settings - Fork 63
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
[WIP] Currency II (BTC Multisig Shared Wallets) #5
Conversation
TrustChain
Update TrustChain transaction serialization
Import Currency II project into superapp
Login with create/import/load choices
… causing build to fail
General bug fixes
Cleanup currencyii module
Navigation fix to go back to dashboard
Thanks for the pull request. I see there are some compiler warnings, as well as minor ktlint issues. You should see them after running I would recommend you to treat compiler and lint warnings as errors by setting |
# Conflicts: # app/build.gradle # app/src/main/AndroidManifest.xml # app/src/main/java/nl/tudelft/trustchain/app/AppDefinition.kt # settings.gradle
cool! please also rebase. thnx |
Fix merge conflict with DAO branch and fix linting
Currency II: Bitcoin multi-signature shared wallets
This PR adds the Bitcoin multi-signature shared wallet integration into the Trustchain infrastructure. This allows users to use their Bitcoin to collectively create, add users to, and transfer funds using a shared Bitcoin wallet. All communication is done on top of the Trustchain communication infrastructure.
Note: This PR is still WIP, it has two minor problems:
We decided to still open the WIP PR since the amount of code to be added and reviewed is quite a lot.