Commit graph

12 commits

Author SHA1 Message Date
Matias Alejo Garcia
46fa0e518c fix conflics 2014-04-24 23:43:05 -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
b442e110e4 make tests work by faking storage 2014-04-16 21:13:34 -03:00
Ryan X. Charles
8166fa5c8e change default network to "Base"
...since it won't be used for the command-line (yet).
2014-04-16 21:12:27 -03:00
Manuel Araoz
609ba4ef71 renaming files 2014-04-16 11:55:18 -03:00
Manuel Araoz
3650747171 fix API directory names 2014-04-15 19:17:48 -03:00
Ryan X. Charles
4241287887 use decorator 2014-04-15 16:53:23 -03:00
Ryan X. Charles
34f30e88ea convert from ? notation to more concise || notation 2014-04-15 15:12:37 -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
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
Renamed from bin/Copay.js (Browse further)