Commit Graph

148 Commits

Author SHA1 Message Date
Manuel Araoz 01e36c7f3c add commit hash 2014-04-15 10:17:55 -03:00
Manuel Araoz ad798d1731 update bitcore package.json version 2014-04-15 10:17:55 -03:00
Manuel Aráoz 4662cc2e9b Merge pull request #41 from cmgustavo/bug/01test-publickeyring
This is just a hardcoded value for WalletId...
2014-04-15 10:17:39 -03:00
Gustavo Cortez e783f8a361 This is just a hardcoded value for WalletId on publickeyring to pass test. 2014-04-15 03:04:16 -03:00
Matias Alejo Garcia 4a9fa42ccd Merge pull request #39 from ryanxcharles/feature/command-line
WIP: command-line interface
2014-04-15 00:51:07 -03:00
Manuel Aráoz 7e5a6c7081 Merge pull request #40 from maraoz/refactor/arch2
adding wallet factory
2014-04-14 18:31:43 -03:00
Manuel Araoz 00d4a4b979 adding wallet factory 2014-04-14 18:30:47 -03:00
Ryan X. Charles 26073921fb add initial command-line interface
You can see commands by running "copay getCommands"

Types are enforced - right now only strings work. This is so that types can be
coerced from the command-line correctly. Number of arguments are also enforced.
In the future you will be able to pass in JSON objects as arguments and they
will be translated to real objects.
2014-04-14 18:24:46 -03:00
Mario Colque dca1ffd226 Merge pull request #38 from cmgustavo/bug/01-config
tiny fix: syntax error on config.js
2014-04-14 18:19:17 -03:00
Gustavo Cortez eb4731715f tiny fix 2014-04-14 18:16:16 -03:00
Gustavo Maximiliano Cortez 5e30bf9baf Merge pull request #36 from colkito/feature/list-pending-transactions
Feature/list pending transactions
2014-04-14 18:12:52 -03:00
Manuel Aráoz b42ab80128 Merge pull request #37 from matiu/feature/wallet-integration2
Feature/wallet integration2
2014-04-14 18:11:19 -03:00
Matias Alejo Garcia c5a5129e83 fix test in browser 2014-04-14 18:08:18 -03:00
Mario Colque 52a4ae522e removed comments and logs 2014-04-14 18:03:40 -03:00
Mario Colque 3e20bbc219 merge 2014-04-14 18:00:14 -03:00
Mario Colque 5bf4bca0d3 added list of pending transactions 2014-04-14 17:58:12 -03:00
Matias Alejo Garcia 124e1dff19 read/load on Wallet 2014-04-14 17:42:10 -03:00
Gustavo Maximiliano Cortez 0941486859 Merge pull request #34 from colkito/feature/list-and-create-address
Added support for list and create address in a opened wallet
2014-04-14 17:27:46 -03:00
Manuel Aráoz cfdd05f517 Merge pull request #35 from matiu/feature/wallet-integration
Wallet Class WIP
2014-04-14 17:23:24 -03:00
Matias Alejo Garcia 296c78cdf0 Wallet Class WIP 2014-04-14 17:18:39 -03:00
Mario Colque 127cef62ac removed copayBundle.js 2014-04-14 16:52:36 -03:00
Mario Colque 9db1740b1f Added support for list and create address in a opened wallet 2014-04-14 16:48:12 -03:00
Manuel Aráoz 4546c54c8b Merge pull request #33 from maraoz/remove/bundle
remove browser bundle
2014-04-14 16:13:30 -03:00
Manuel Araoz 3c19aee968 remove browser bundle 2014-04-14 16:11:50 -03:00
Manuel Aráoz c646528a65 Merge pull request #32 from maraoz/refactor/architecture
Refactor following architecture discussion
2014-04-14 15:45:25 -03:00
Manuel Araoz 9e692d8040 skip failing tests 2014-04-14 15:41:00 -03:00
Manuel Araoz 59c00da592 architecture refactor 2014-04-14 15:39:02 -03:00
Manuel Araoz 6d90020205 add travis.yml 2014-04-14 15:38:36 -03:00
Manuel Araoz 51e23c72e3 add chai to package.json 2014-04-14 15:37:20 -03:00
Gustavo Cortez 423fe5284b Wallet model and testing 2014-04-14 15:37:20 -03:00
Manuel Aráoz af883c30ec Merge pull request #30 from matiu/feature/txproposal
Feature/txproposal
2014-04-14 14:18:38 -03:00
Matias Alejo Garcia 1ee423c081 fix conflicts 2014-04-14 14:18:05 -03:00
Matias Alejo Garcia 85d02a6977 tx proposal test working with new bitcore Builder 2014-04-14 14:15:10 -03:00
Matias Alejo Garcia 7693f0a7ff many bugs fix in peer connections, and ux 2014-04-14 14:15:10 -03:00
Matias Alejo Garcia ac784ad9ae txproposal comuninication between peers. Still WIP 2014-04-14 14:15:10 -03:00
Matias Alejo Garcia c255c27e5f add testes to test.txproposal 2014-04-14 14:15:09 -03:00
Matias Alejo Garcia 81be01d197 txpropal MERGE working! 2014-04-14 14:15:09 -03:00
Matias Alejo Garcia c5b1fca910 tx proposal test. PrivateKey 2014-04-14 14:15:09 -03:00
Matias Alejo Garcia f1645945d3 add sign in block 2014-04-14 14:15:09 -03:00
Matias Alejo Garcia c3efcb3f27 add sign in block 2014-04-14 14:15:09 -03:00
Matias Alejo Garcia 5e2120b0e9 BIP32 PrivateKey wrapper 2014-04-14 14:15:09 -03:00
Matias Alejo Garcia e0993c90a6 txproposal basic features and test 2014-04-14 14:15:09 -03:00
Matias Alejo Garcia 4f2499e13c fix test on node 2014-04-14 14:15:09 -03:00
Ryan X. Charles c4f88a3d2d Merge pull request #29 from cmgustavo/feature/wallet
Wallet model and testing
2014-04-14 09:39:19 -03:00
Matias Alejo Garcia c59ed66e49 tx proposal test working with new bitcore Builder 2014-04-13 11:00:58 -03:00
Matias Alejo Garcia a28e98e85d many bugs fix in peer connections, and ux 2014-04-12 13:37:41 -03:00
Gustavo Cortez 1ab8330ccd Fixed path to copayBundle.js on index.html files for home and tests. Commented methods that use http request. 2014-04-11 15:58:53 -03:00
Gustavo Cortez 6b33f0425a Fixed conflicts with 'master'.
Merge branch 'master' into feature/wallet

Conflicts:
	copay.js
2014-04-11 15:08:00 -03:00
Matias Alejo Garcia 333ecb352a txproposal comuninication between peers. Still WIP 2014-04-11 13:26:36 -03:00
Matias Alejo Garcia dbd5ed4346 add testes to test.txproposal 2014-04-11 07:36:43 -03:00