Wallet/js
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
..
controllers Fix importing partial backup 2014-07-08 16:47:00 -03:00
models change encryption to work on hex strings 2014-07-09 01:13:42 -07:00
services Add partial backup at create and join 2014-07-08 15:53:34 -03:00
app.js Fixes: 2014-07-08 18:53:02 -03:00
directives.js updated 2014-07-07 18:13:26 -03:00
filters.js Fix showing QR code on address list when it shouldn't 2014-07-08 12:23:10 -03:00
init.js change angular module namespace to copayApp 2014-06-03 17:48:37 -03:00
routes.js add first uri handler 2014-07-03 11:13:59 -03:00
shell.js we still need node integration, so fix moment loader another way 2014-07-07 15:53:42 -04:00