Commit graph

190 commits

Author SHA1 Message Date
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
Matias Alejo Garcia
8cf91d027e add option to enable console.logs 2014-04-15 14:28:49 -03:00
Mario Colque
743728e27d Merge pull request #48 from cmgustavo/feature/01signout
Signout link is now in the navbar
2014-04-15 14:19:17 -03:00
Gustavo Cortez
db4da73117 Signout link is now in the navbar 2014-04-15 14:02:45 -03:00
Matias Alejo Garcia
d0e114c346 fix wallet ids 2014-04-15 13:21:14 -03:00
Gustavo Maximiliano Cortez
d7dff5b5d2 Merge pull request #45 from maraoz/remove/files
remove WalletFactory file (everything is in Wallet)
2014-04-15 13:02:22 -03:00
Gustavo Maximiliano Cortez
abdf15cdf7 Merge pull request #46 from bechi/fix/navbar
fix navbar
2014-04-15 13:00:13 -03:00
Bechi
779f794ef5 fix conflicts 2014-04-15 12:59:35 -03:00
Bechi
f878e4d222 fix 2014-04-15 12:56:03 -03:00
Gustavo Maximiliano Cortez
ad11387e00 Merge pull request #47 from matiu/feature/wallet-integration3
Feature/wallet integration3
2014-04-15 12:54:48 -03:00
Matias Alejo Garcia
4dcd18c42f wallet @browser working again 2014-04-15 12:52:28 -03:00
Bechi
d535522e9d add icon navbar 2014-04-15 12:33:00 -03:00
Matias Alejo Garcia
eff20ec49a mocha test working again 2014-04-15 12:17:28 -03:00
Bechi
27397cdb3c fix navbar 2014-04-15 11:46:19 -03:00
Manuel Araoz
f22ca08b39 remove WalletFactory file (everything is in Wallet) 2014-04-15 10:56:23 -03:00
Manuel Aráoz
6c753cd5ab Merge pull request #44 from maraoz/update/package.json
first travis build passing! :D
2014-04-15 10:45:57 -03:00
Manuel Araoz
c54d21c747 trying to fix node-gyp failure 2014-04-15 10:41:13 -03:00
Matias Alejo Garcia
a187726fca WIP wallet working again 2014-04-15 10:23:53 -03:00
Manuel Aráoz
fcf5b13af2 Merge pull request #43 from maraoz/update/package.json
update bitcore package.json version
2014-04-15 10:18:37 -03:00
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