Manuel Araoz
d62dbeffca
WIP for automatic network join
2014-04-18 14:40:40 -03:00
Matias Alejo Garcia
b2508b7195
fix wallet updates
2014-04-18 13:20:35 -03:00
Manuel Aráoz
cf4140ab2b
Merge pull request #89 from matiu/feature/ux2
...
fix p2p connecting
2014-04-18 11:29:27 -03:00
Matias Alejo Garcia
ba8a0e83d2
fix p2p connecting
2014-04-18 11:19:39 -03:00
Gustavo Cortez
5cd9f7a93b
Fix read from backup address.
2014-04-18 11:16:10 -03:00
Manuel Araoz
3e8ca41a0a
optimize public key generation for BIP32 with cache
2014-04-17 18:56:44 -03:00
Manuel Araoz
5847d6aff2
optimize PrivateKey with cache
2014-04-17 18:56:44 -03:00
Ryan X. Charles
4681783231
add setFromObj to FakeStorage - and fix publicKeyring capitalization
...
...to fix tests
2014-04-17 18:55:17 -03:00
Manuel Aráoz
9319c7f93f
Merge pull request #84 from ryanxcharles/feature/wallet-file-consistency
...
WIP: add setFromObj and getEncryptedObj to storage classes
2014-04-17 18:35:08 -03:00
Gustavo Maximiliano Cortez
d34dfc746c
Merge pull request #85 from colkito/feature/wallet-backup-support
...
Feature/wallet backup support
2014-04-17 18:21:56 -03:00
Matias Alejo Garcia
1954978202
parse output TX to show before signing (WIP)
2014-04-17 18:06:09 -03:00
Mario Colque
2c0b733025
fix conflicts
2014-04-17 18:05:26 -03:00
Ryan X. Charles
69c5c3bc2e
add setFromObj and getEncryptedObj to storage classes
...
This is so that you can export the file from the browser and use the same file
in the wallet file from the command-line. I have made encryption work
equivalently between the browser and node.
2014-04-17 18:04:56 -03:00
Mario Colque
2838b3ecd2
added support for the wallet backups
2014-04-17 18:02:20 -03:00
Matias Alejo Garcia
5eca1a63c2
filter out change address. Better refresh
2014-04-17 17:22:50 -03:00
Matias Alejo Garcia
f9ee67b548
clean config for peerjs
2014-04-17 17:10:32 -03:00
Matias Alejo Garcia
b79aefefee
remove logs
2014-04-17 17:07:30 -03:00
Matias Alejo Garcia
d5fe53d23e
better p2p handling
2014-04-17 17:07:30 -03:00
Matias Alejo Garcia
1e64031ec3
options for running with local peerJs server. Ux fixes
2014-04-17 17:07:30 -03:00
Gustavo Cortez
f5fd03ad3c
Fix refactory for createTx.
2014-04-17 17:01:45 -03:00
Gustavo Cortez
f55d243bed
Refactory get balance 's methods
2014-04-17 16:42:27 -03:00
Gustavo Maximiliano Cortez
e88c80bc3e
Merge pull request #79 from maraoz/optimize/tests
...
optimize some tests
2014-04-17 15:30:05 -03:00
Manuel Araoz
bca120a7b6
optimize some tests
2014-04-17 15:04:55 -03:00
Matias Alejo Garcia
a51ed6c66d
fix walletID list
2014-04-17 13:43:42 -03:00
Matias Alejo Garcia
e28be27bf3
better signin page
2014-04-17 13:43:42 -03:00
Gustavo Cortez
2454d930fa
Merge branch 'master' into feature/socket-io-support
...
Fix conflicts:
js/app.js
js/controllers/signin.js
2014-04-17 11:58:11 -03:00
Gustavo Cortez
c9008830b0
Fixed float value to 4 decimals.
2014-04-17 11:51:56 -03:00
Gustavo Maximiliano Cortez
73d5266a89
Merge pull request #77 from matiu/bug/fix-uxrefresh
...
fix uxrefresh with new #setup - awesome!!
2014-04-17 11:49:02 -03:00
Matias Alejo Garcia
a8d85adc84
fix uxrefresh with new #setup
2014-04-17 11:46:49 -03:00
Ryan X. Charles
0d81712bef
change console.log to log and make default not verbose
2014-04-17 09:38:46 -03:00
Gustavo Cortez
eaa1bc37e0
Initial getBalance of all your addresses. Socket-io that listening if your address receives btc.
...
Known bug: if you add new the address you can to recall socket-io. Socket-io should be listening on headerController.
2014-04-17 06:43:30 -03:00
Matias Alejo Garcia
df23125f5e
tx broadcasting working
2014-04-16 22:12:38 -03:00
Manuel Araoz
9df76b90fd
m-of-n integration complete
2014-04-16 21:45:06 -03:00
Ryan X. Charles
96a6203bb0
make my code work with the latest interface changes
...
...to Wallet and WalletFactory
2014-04-16 21:13:35 -03:00
Ryan X. Charles
5f8deb7d0b
update File to write wallets to different files
...
the walletId is the filename
2014-04-16 21:13:35 -03:00
Ryan X. Charles
08f918a9a7
add File storage class and tests
2014-04-16 21:12:27 -03:00
Matias Alejo Garcia
8856683a17
fix join wallet WIP
2014-04-16 20:58:57 -03:00
Matias Alejo Garcia
e676f4e69d
fix create
2014-04-16 19:18:19 -03:00
Matias Alejo Garcia
536fe90431
new WalletFactory
2014-04-16 17:51:42 -03:00
Manuel Araoz
609ba4ef71
renaming files
2014-04-16 11:55:18 -03:00
Manuel Araoz
929c6ffa6d
securely store encryptation passwords
2014-04-15 19:14:42 -03:00
Matias Alejo Garcia
b382e2b99f
fix mocha testing!
2014-04-15 18:47:16 -03:00
Matias Alejo Garcia
d4b2ac1ad4
add wallet tests
2014-04-15 18:46:19 -03:00
Matias Alejo Garcia
341c9d8ffa
open wallet working
2014-04-15 18:46:19 -03:00
Gustavo Maximiliano Cortez
65cbf5b46a
Merge pull request #56 from colkito/fix/remove-http-module
...
added support for http request on the browser
2014-04-15 18:46:03 -03:00
Mario Colque
b21af3334e
added support for http request on the browser
2014-04-15 18:44:10 -03:00
Manuel Araoz
241fb3aeb7
add encrypted Storage component
2014-04-15 18:13:49 -03:00
Manuel Araoz
f84180e76c
starting with encrypted storage
2014-04-15 18:13:49 -03:00
Mario Colque
139628e066
added support for store and broadcast
2014-04-15 16:50:16 -03:00
Manuel Aráoz
b54832567b
Merge pull request #52 from matiu/bug/plain-storage
...
fix plan storage
2014-04-15 15:26:45 -03:00