Commit graph

799 commits

Author SHA1 Message Date
Manuel Aráoz
811dc6dd3b Merge pull request #952 from matiu/feature/txproposal01
Feature/txproposal01
2014-07-25 18:05:02 -03:00
Matias Alejo Garcia
ceada149d7 fix tests 2014-07-25 17:48:35 -03:00
Matias Alejo Garcia
3aef6e156b add FORCED options to TxBuilder creation 2014-07-25 17:45:56 -03:00
Matias Alejo Garcia
eea45d4413 reset note in form 2014-07-25 17:45:06 -03:00
Matias Alejo Garcia
560702df58 Merge pull request #936 from yemel/feature/android-cordova
Android - Migration to Cordova + Crosswalk Framework
2014-07-25 16:40:13 -03:00
Manuel Araoz
e85431861e fix cases for incomplete transactions 2014-07-25 13:37:12 -03:00
Manuel Araoz
76e0d8f5ef add validation for actual tx SIGHASH_TYPE 2014-07-25 12:25:28 -03:00
Manuel Araoz
b5c144d48c complete validation tests for txProposal SIGHASH 2014-07-25 12:25:27 -03:00
Manuel Aráoz
d7650f30ff Merge pull request #929 from matiu/feature/bitcore01
Updates model and tests to newest bitcore version
2014-07-25 12:23:36 -03:00
Matias Alejo Garcia
bb5ba1a209 rm log 2014-07-25 12:15:00 -03:00
Matias Alejo Garcia
2008db932b add buildermockv0 to show old / obsolete tx proposals 2014-07-25 11:59:13 -03:00
Yemel Jardi
19f57e614c Add native QR scanner to send form 2014-07-25 11:30:54 -03:00
Yemel Jardi
e121d0acb6 Send email backup with file attached 2014-07-25 11:30:54 -03:00
Matias Alejo Garcia
7f11793b96 less strict import check for TXP v0 2014-07-25 11:13:48 -03:00
Matias Alejo Garcia
ae08d5611a fix test / id name 2014-07-25 11:05:10 -03:00
Matias Alejo Garcia
ab0aee7e89 Merge pull request #2 from maraoz/feature/bitcore01
add failing test for mati to fix
2014-07-25 10:53:46 -03:00
Manuel Araoz
235920bd84 add failing test for mati to fix 2014-07-25 10:50:18 -03:00
Matias Alejo Garcia
5eb8164df2 skip incompatible transaction proposals from backups 2014-07-25 10:39:41 -03:00
Matias Alejo Garcia
c2dcd4f44b Merge pull request #919 from maraoz/feature/delete-wallet-intermediate
Add delete wallet button at intermediate screen
2014-07-25 08:01:24 -03:00
Matias Alejo Garcia
72d91ddd50 Merge pull request #922 from yemel/feature/show-empty-address
Show addresses for other copayers
2014-07-25 08:00:04 -03:00
Matias Alejo Garcia
46e8de6314 Merge pull request #904 from yemel/feature/better-password-formula
Implement bitpay's password strength checker
2014-07-25 07:55:05 -03:00
Matias Alejo Garcia
b788c76d91 rm log 2014-07-25 07:53:29 -03:00
Matias Alejo Garcia
23ba3e6ebf updates version and use latest bitcore params 2014-07-25 07:53:02 -03:00
Matias Alejo Garcia
813c498d1f fix typo 2014-07-24 21:59:44 -03:00
Matias Alejo Garcia
2d481dd406 updates model and tests to newest bitcore version 2014-07-24 21:18:38 -03:00
Yemel Jardi
cff8dcb41b Show addresses for other copayers 2014-07-22 16:13:11 -03:00
Manuel Araoz
e7847208f7 add confirmation message before deleting 2014-07-21 16:31:46 -03:00
Manuel Araoz
1d6e4b897f remove '...' from More tab name 2014-07-21 16:25:47 -03:00
Manuel Araoz
1e44ce2cc7 add delete option in intermediate screen 2014-07-21 16:24:41 -03:00
Yemel Jardi
d484c5ab49 Replace iframe for window.open _blank 2014-07-17 22:35:24 -03:00
Yemel Jardi
f1a2b357db Add system notification icon 2014-07-17 21:23:09 -03:00
Yemel Jardi
aa4af0a0e9 Add email wallet backup using iframe 2014-07-17 16:53:38 -03:00
Yemel Jardi
ddebfee8b1 Add vibration and system notifications 2014-07-17 16:52:32 -03:00
Yemel Jardi
c190729e81 Implemet bitpay password strength checker 2014-07-14 11:59:47 -03:00
Yemel Jardi
abdb876a4b Remove automatic partial backup 2014-07-10 17:45:16 -03:00
Ryan X. Charles
643cad3a39 change encryption to work on hex strings
..instead of binary, to work around an issue with bitcore/sjcl. I'm not sure
what the issue is exactly, except that encryption of binary data isn't working
correctly due to some kind of string stuff involving decodeURIComponent inside
sjcl. I haven't fully figured it out. For now I am changing the network
protocol to hex to workaround the issue.

See this: https://github.com/bitpay/bitcore/pull/416
2014-07-09 01:13:42 -07:00
Ryan X. Charles
88ab38eb00 add nonce support to WebRTC and Wallet
Each person keeps track of their own nonce, and the nonces of the other
copayers. The nonce is iterated for each message. If a person ever doesn't
iterate their nonce, that message is discarded by the copayers.

The nonces are saved as networkNonce (your nonce) and networkNonces (the nonces
of your copayers) in the wallet file.

In order to support restoring old wallets, the first four bytes of the 8 byte
nonce are actually the current time in seconds. Thus you can restore an old
wallet, because certainly at least one second has passed since your last
message. Only if you try to restore an old wallet within 1 second from the time
of your last message will you have a problem (or if your system clock is
grossly inaccurate).
2014-07-08 23:03:30 -07:00
Ryan X. Charles
a1155c2798 add support for 8 byte big endian nonce to Message
...network protocol is backwards incompatible with previous network protocl.
also includes a second version number for backwards-compatible changes (the
original version number was for backwards-incompatible changes).
2014-07-08 20:02:37 -07:00
Matias Alejo Garcia
27e27af7ab Merge pull request #872 from cmgustavo/bug/01-config-storage
Fixes: save config in localStorage
2014-07-08 21:00:03 -03:00
Gustavo Maximiliano Cortez
d91c42ee30 Merge pull request #873 from matiu/feature/test01
Feature/test01
2014-07-08 20:13:23 -03:00
Matias Alejo Garcia
248c18596c more tests 2014-07-08 19:52:47 -03:00
Gustavo Maximiliano Cortez
5d5bf3dfc5 Merge pull request #849 from yemel/feature/backup-wallet
Wallet Backups
2014-07-08 19:17:43 -03:00
Matias Alejo Garcia
fb2b6c40ba add tests to localencrypted 2014-07-08 19:11:48 -03:00
Gustavo Maximiliano Cortez
4d160a4ee7 Fixes:
* Save config in localStorage
* Show forced networkName in settings Page
2014-07-08 18:53:02 -03:00
Yemel Jardi
774f9e4def Fix importing partial backup 2014-07-08 16:47:00 -03:00
Gustavo Maximiliano Cortez
937369d0c7 Merge pull request #870 from matiu/bug/handlerNetErrors
Bug/handler net errors
2014-07-08 15:59:40 -03:00
Yemel Jardi
cadd66812b Skip partial backup on 1-1 wallet 2014-07-08 15:54:10 -03:00
Yemel Jardi
e6a9a443cc Update tests 2014-07-08 15:54:10 -03:00
Yemel Jardi
c145290167 Add full backup stage with user feedback 2014-07-08 15:53:34 -03:00
Yemel Jardi
49ac6dfcf4 Hold on backup page until all copayers made a full backup 2014-07-08 15:53:34 -03:00