From 333ecb352a8bb7477029fd960b62189ab46ddf74 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Fri, 11 Apr 2014 13:26:36 -0300 Subject: [PATCH] txproposal comuninication between peers. Still WIP --- index.html | 10 +- js/config.js | 2 + js/controllers/header.js | 3 + js/controllers/send.js | 34 +++++- js/controllers/signin.js | 1 + js/models/PrivateKey.js | 4 +- js/models/PublicKeyRing.js | 30 +++--- js/models/TxProposals.js | 14 ++- js/services/network.js | 205 +++++++++++++++++++++++++++---------- js/services/storage.js | 7 ++ test/test.publickeyring.js | 72 +++++++------ test/test.txproposal.js | 30 +++--- 12 files changed, 285 insertions(+), 127 deletions(-) diff --git a/index.html b/index.html index b5942f087..91fef6c63 100644 --- a/index.html +++ b/index.html @@ -23,6 +23,7 @@