Christopher Jeffrey
3ade672561
paypro: prepare for txp refactor. will stay reverted until #1001 is merged.
2014-08-14 09:52:12 -04:00
Christopher Jeffrey
d87697dfed
paypro: support user amount decision on 0-value-server-outputs.
2014-08-14 09:52:12 -04:00
Christopher Jeffrey
e1478fefbf
paypro: display ack memo on notification.
2014-08-14 09:52:11 -04:00
Christopher Jeffrey
c940cb25b5
paypro: return merchantData in createTx and sendTx.
2014-08-14 09:52:11 -04:00
Christopher Jeffrey
bfb7477f1a
paypro: add notification for payment ACK.
2014-08-14 09:52:11 -04:00
Christopher Jeffrey
a3714f8893
paypro: minor - split fix. style fix.
2014-08-14 09:52:10 -04:00
Christopher Jeffrey
64b38802bf
paypro: fixes. clean up form reset from paypro. etc.
2014-08-14 09:52:10 -04:00
Christopher Jeffrey
4dd725aa48
paypro: more cleaning up of form.
2014-08-14 09:52:10 -04:00
Christopher Jeffrey
3b550d853f
paypro: cleanup a lot of old code and comments. minor fixes.
2014-08-14 09:52:10 -04:00
Christopher Jeffrey
d9c72392bd
paypro: through a lot of debugging. Payment sending is working.
2014-08-14 09:52:10 -04:00
Christopher Jeffrey
91b2d9dd02
paypro: fix endianess. fix fields. fix elements in a messy way.
2014-08-14 09:52:10 -04:00
Christopher Jeffrey
6e9eaf7d9d
paypro: cached payment requests. validation.
2014-08-14 09:52:10 -04:00
Christopher Jeffrey
2aee44f31c
paypro: refactor cached payment requests.
2014-08-14 09:52:10 -04:00
Christopher Jeffrey
decd981bce
paypro: deal with cached payment requests properly.
2014-08-14 09:52:10 -04:00
Christopher Jeffrey
af12b56678
paypro: maintain received payment requests.
2014-08-14 09:52:09 -04:00
Christopher Jeffrey
b7b7b2e38e
paypro: create real paypro txs. start potentially adding more merchant data to notifications.
2014-08-14 09:52:09 -04:00
Christopher Jeffrey
035070b78b
paypro: drop existing txp check.
2014-08-14 09:52:09 -04:00
Christopher Jeffrey
62fe6ce628
paypro: try to find existing tx proposals.
2014-08-14 09:52:09 -04:00
Christopher Jeffrey
3f6b5ec6b8
paypro: use HDPath instead of Structure.
2014-08-14 09:52:09 -04:00
Christopher Jeffrey
350592aa8d
paypro: fix parse error.
2014-08-14 09:52:09 -04:00
Christopher Jeffrey
e0ff9ca6bd
paypro: fix parseBitcoinURI. start using bitcoin uris in tests.
2014-08-14 09:52:09 -04:00
Christopher Jeffrey
b0dc3fc24d
paypro: more merchant data storage. createTx and sendTx work.
2014-08-14 09:52:08 -04:00
Christopher Jeffrey
f49177f0b7
paypro: begin adding code for payment protocol.
2014-08-14 09:52:08 -04:00
Yemel Jardi
815c98f7e8
Merge pull request #1076 from matiu/bug/02-open-wallet
...
Bug/02 open wallet
2014-08-13 12:33:46 -03:00
Matias Alejo Garcia
35ab711846
refactor lock warning and add tests
2014-08-12 15:26:15 -04:00
Matias Alejo Garcia
1733f5491b
fix settings page and add tests
2014-08-11 16:26:48 -04:00
Gustavo Maximiliano Cortez
8ad1fa7b02
Fixes: tests. Added karma and mocha tests.
2014-08-07 20:07:41 -03:00
Gustavo Maximiliano Cortez
801e746d11
Show a warning if trying to open same wallet in same browser. Fix redirect to receive.
2014-08-07 18:57:19 -03:00
Gustavo Maximiliano Cortez
fe53f1b87c
Merge pull request #1059 from yemel/feature/change-menu
...
Refactor menu, split transactions tab into send and history
2014-08-07 10:26:40 -03:00
Yemel Jardi
09e60b2f70
Refresh tx list after send on 1-of-1
2014-08-07 09:53:20 -03:00
Matias Alejo Garcia
bb9406be01
Merge pull request #1033 from cmgustavo/bug/01-url-handler
...
Fixes: url handler
2014-08-07 00:58:08 -03:00
Gregg Zigler
c8c7a57416
1. Add TxProposals to mocha test page
...
2. The jshint tool found some instances where var was declared twice within a function. Seemed to originate from copy/paste-style coding. Most were unambiguously intended for a single block within the function. In a few cases, two declarations were consumed by one later reference. In those cases, I removed the duplicate var or I refactored slightly.
2014-08-06 18:44:04 -04:00
Gustavo Maximiliano Cortez
fd030ecbfb
Fix Conflicts:
...
js/controllers/join.js
2014-08-06 18:55:44 -03:00
Gustavo Maximiliano Cortez
0c2141c380
Fix Conflicts:
...
views/unsupported.html
2014-08-06 18:51:04 -03:00
Matias Alejo Garcia
8e2802e1e7
Merge pull request #1064 from cmgustavo/feature/01-setup
...
add steps to creation process
2014-08-06 18:45:26 -03:00
Gustavo Maximiliano Cortez
53bc610bbc
improve url checker
2014-08-06 18:41:37 -03:00
Matias Alejo Garcia
0ca9bbe86b
Merge pull request #1062 from cmgustavo/feature/01-delete
...
Add delete wallet from the intermediate screen
2014-08-06 18:38:23 -03:00
Gustavo Maximiliano Cortez
c588d97fc3
add steps to creation process
2014-08-06 18:21:14 -03:00
Gustavo Maximiliano Cortez
e264aa66a2
Add delete wallet from the intermediate screen (it was lost in migration to new design)
2014-08-06 16:51:45 -03:00
Gustavo Maximiliano Cortez
7fd642c8ac
Fixes problem with gitignore
2014-08-06 15:36:13 -03:00
Yemel Jardi
2ba794fc47
Change url to /receive and /history
2014-08-06 15:34:56 -03:00
Yemel Jardi
ad75265e93
Refactor menu, split transactions tab into send and history
2014-08-06 13:59:33 -03:00
Gustavo Maximiliano Cortez
0a388c73ca
Added version and networkName label bellow Copay logo
2014-08-05 11:52:51 -03:00
Gustavo Maximiliano Cortez
a5544d08db
Merge pull request #1040 from yemel/feature/improve-1-of-1
...
Remove Name field and copayer list on 1-of-1 wallets
2014-08-05 10:29:46 -03:00
Gustavo Maximiliano Cortez
125ceb9b66
Merge pull request #1041 from yemel/fix/go-home-settings
...
Go home after saving settings
2014-08-05 10:23:12 -03:00
Yemel Jardi
2a122f4b47
Go home after saving settings
2014-08-04 17:13:24 -03:00
Yemel Jardi
523a48b056
Remove Name field and copayer list on 1-of-1 wallets
2014-08-04 16:27:58 -03:00
Yemel Jardi
9b1708b88e
Save last opened wallet
2014-08-04 15:10:01 -03:00
Gustavo Maximiliano Cortez
ee031849b2
Fixes: url handler
2014-08-04 11:27:46 -03:00
Yemel Jardi
3ab1510051
Android update 0.4.2
2014-08-04 09:49:22 -03:00