Commit Graph

11366 Commits

Author SHA1 Message Date
Manuel Aráoz 5f21f2e80d Merge pull request #64 from matiu/feature/walletFactory2
new WalletFactory
2014-04-16 18:49:05 -03:00
Mario Colque 97ecd66bd8 added balance for each address 2014-04-16 18:01:37 -03:00
Matias Alejo Garcia 536fe90431 new WalletFactory 2014-04-16 17:51:42 -03:00
Bechi 7e165ca6ad copayers-page 2014-04-16 17:25:33 -03:00
Manuel Araoz a761db5ba2 fix bind usage in some tests 2014-04-16 12:41:13 -03:00
Manuel Aráoz 438ffe1ecc Merge pull request #61 from maraoz/fix/browser-tests
Fix+add browser tests
2014-04-16 12:23:37 -03:00
Mario Colque 7f31c72758 Merge pull request #60 from bechi/feature/01-home-page
Feature/01 home page
2014-04-16 12:20:57 -03:00
Mario Colque 3a14f90aa2 Merge pull request #59 from bechi/feature/send-page
send-page
2014-04-16 12:19:44 -03:00
Manuel Araoz 2fc4ae6df0 all tests run in the browser now 2014-04-16 12:10:51 -03:00
Bechi 212b80b906 home page 2014-04-16 12:06:42 -03:00
Manuel Araoz 609ba4ef71 renaming files 2014-04-16 11:55:18 -03:00
Bechi 844fee49ad send-page 2014-04-16 10:52:13 -03:00
Manuel Aráoz 8f15578bb4 Merge pull request #58 from maraoz/add/encrypted-storage2
Add/encrypted storage2
2014-04-15 19:19:30 -03:00
Manuel Araoz 3650747171 fix API directory names 2014-04-15 19:17:48 -03:00
Manuel Araoz 929c6ffa6d securely store encryptation passwords 2014-04-15 19:14:42 -03:00
Gustavo Maximiliano Cortez 54f42f8278 Merge pull request #57 from matiu/feature/wallet-refactor
Feature/wallet refactor
2014-04-15 18:55:50 -03:00
Matias Alejo Garcia f7b62c03bd . 2014-04-15 18:51:42 -03:00
Matias Alejo Garcia 0792af3465 remove copay 2014-04-15 18:49:24 -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
Ryan X. Charles 4ec6d070b1 Merge pull request #55 from maraoz/add/encrypted-storage
Add encrypted storage component
2014-04-15 18:16:46 -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
Gustavo Maximiliano Cortez c19e99a99d Merge pull request #54 from bechi/feature/01-tx-page
Feature/01 tx page
2014-04-15 17:52:23 -03:00
Bechi 8ae984177d fix 2014-04-15 17:51:43 -03:00
Bechi c2fcb67347 tx-page details 2014-04-15 17:45:53 -03:00
Manuel Aráoz 3a91581f31 Merge pull request #42 from ryanxcharles/feature/command-line-2
WIP: More command-line stuff
2014-04-15 17:05:45 -03:00
Gustavo Maximiliano Cortez be3989b0ba Merge pull request #53 from colkito/fix/store-broadcast-new-address
added support for store and broadcast
2014-04-15 17:00:01 -03:00
Ryan X. Charles 4241287887 use decorator 2014-04-15 16:53:23 -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
Matias Alejo Garcia ebc2d0033b fix plan storage 2014-04-15 15:22:10 -03:00
Ryan X. Charles 34f30e88ea convert from ? notation to more concise || notation 2014-04-15 15:12:37 -03:00
Bechi e7f22c9558 Merge branch 'master' into feature/01-tx-page 2014-04-15 15:08:39 -03:00
Bechi 62263a53b5 h3 2014-04-15 15:07:41 -03:00
Mario Colque 072e55665d Merge pull request #51 from cmgustavo/bug/01-generateaddress
Fixed generateAddress in front-end...
2014-04-15 15:05:34 -03:00
Gustavo Cortez 86e47b8fcd Fixed generateAddress in front-end. Fixed angular front-end when connection rejected 2014-04-15 14:58:02 -03:00
Ryan X. Charles c1ff96ab1b add basic integration with wallet
...and further tests and stuff
2014-04-15 14:57:06 -03:00
Ryan X. Charles 01ca3763d8 add some basic tests for the structure of the API 2014-04-15 14:57:06 -03:00
Ryan X. Charles 9f39da9ff8 check for present of callback in args correctly 2014-04-15 14:57:06 -03:00
Ryan X. Charles 5cc25e3e59 added type coercion for command-line
All inputs from the command are strings, but sometimes an argument needs to be
something other than a string. This adds basic type coercion, so you can input
objects and numbers as well.
2014-04-15 14:57:06 -03:00
Ryan X. Charles dd2e8c585e move Copay.js -> API.js, and handle case of no command better
* API is a more appropriate name for what this is. It is intended to be the
 interface used by external apps.
* The case where you run "copay" with no command is now handled better.
2014-04-15 14:57:06 -03:00
Ryan X. Charles 4773b6577a add getArgTypes command
Which allows you to see what arguments you need to pass to a function.
2014-04-15 14:57:06 -03:00
Ryan X. Charles cba3487988 improve error handling - print error rather than crash 2014-04-15 14:57:06 -03:00
Manuel Aráoz 8d0743a948 Merge pull request #50 from matiu/bug/fix-fakestorage
fix Fakestorage
2014-04-15 14:56:43 -03:00
Matias Alejo Garcia 3475c58e23 fix Fakestorage 2014-04-15 14:55:09 -03:00
Ryan X. Charles b048571900 Merge pull request #49 from matiu/feature/disable-logs
Feature/disable logs
2014-04-15 14:49:55 -03:00