lp:~codeforger/bitcoin-app/wallet_migration
Created by
Michael Rochester
and last modified
- Get this branch:
- bzr branch lp:~codeforger/bitcoin-app/wallet_migration
Only
Michael Rochester
can upload to this branch. If you are
Michael Rochester
please log in for upload directions.
Branch merges
Propose for merging
- Sam Bull: Pending requested
-
Diff: 1424 lines (+1392/-0)3 files modifiedaddressbook.py (+20/-0)
java_files.py (+102/-0)
java_wallet.py (+1270/-0)
Branch information
Recent revisions
- 160. By Michael Rochester
-
Added support for importing testnet data from java data files.
Integrated importing testnet address book.
- 159. By Michael Rochester
-
Added support for recovering all data from the old Java files.
This revision adds protobuf as a dependency which I installed using:
'sudo pip3 install -Iv protobuf==3.0.0- alpha-1' Address Book:
Importing the address book is fully functional and integrated.Wallets:
Importing the wallet is fully supported however currently can't be integrated due to how the rest of the app treats BIP32Keys.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:bitcoin-app