Wei Lu
|
31cfb11178
|
new master key resets accounts and addresses
|
11 years ago |
Wei Lu
|
a7a7999e3f
|
fix Wallet default constructor
|
11 years ago |
Wei Lu
|
b2f010428f
|
store accounts in closure instead of on object
|
11 years ago |
Wei Lu
|
207163704b
|
return private key rather than HD wallet node
|
11 years ago |
Wei Lu
|
9200479159
|
getPrivateKey derives key on the fly
also added getPrivateKeyFromAddress
|
11 years ago |
Wei Lu
|
ab9e782d14
|
private a method to generate change addresses
|
11 years ago |
Wei Lu
|
1212099bfc
|
Wallet address derivation follows bip32/bitcoinj keychain structure
Also wallet accepts bytes in constructor
[#60]
|
11 years ago |
Wei Lu
|
2e97828379
|
throws exception if specified network is unknown
also move network type tests to hdwallet
|
11 years ago |
Wei Lu
|
02b3a2b564
|
HDWallet prod -> mainnet
|
11 years ago |
Wei Lu
|
eaf84c4283
|
move address versions into network
Also change address type name:
address_types -> addressVersion
p2sh_types -> p2shVersion
prod -> mainnet
|
11 years ago |
Wei Lu
|
293c864f4f
|
HD wallet versions: Bitcoin -> prod, BitcoinTest -> testnet
|
11 years ago |
Wei Lu
|
cc0a042f2f
|
squashed commits from #27
|
11 years ago |
Wei Lu
|
09ee406106
|
Revert "Merge pull request #27 from xnova/master"
due to broken tests, moved the changes to branch hd-testnet-support
This reverts commit a4ba59e9ba , reversing
changes made to 36d3d6ebaa .
|
11 years ago |
xnova
|
2ca02c47ce
|
added testcases for new logic
|
11 years ago |
Wei Lu
|
36d3d6ebaa
|
use options in wallet contructor & add tests
[#26]
|
11 years ago |