From 6ace16e20d24dac103231d198e5783bc05b2806e Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Wed, 23 Apr 2014 22:43:17 -0300 Subject: [PATCH] peer authentication --- index.html | 12 ++-- js/controllers/transactions.js | 2 +- js/models/core/PrivateKey.js | 21 ++++-- js/models/core/PublicKeyRing.js | 24 ++++--- js/models/core/Wallet.js | 7 +- js/models/core/WalletFactory.js | 4 +- js/models/network/WebRTC.js | 124 +++++++++++++++++++++++--------- test/test.PrivateKey.js | 2 +- test/test.PublicKeyRing.js | 2 +- 9 files changed, 136 insertions(+), 62 deletions(-) diff --git a/index.html b/index.html index 3e3b8e05f..b8b22c012 100644 --- a/index.html +++ b/index.html @@ -129,7 +129,7 @@

Join a Wallet in Creation

+ ng-model="connectionId" required autofocus>