From ba5206c0aa69df99f9dfbe7d1127c298bf97b3e0 Mon Sep 17 00:00:00 2001 From: Rich Morgan Date: Thu, 14 May 2015 12:37:25 -0400 Subject: [PATCH 1/9] Fixed typos --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7052e0d26..8ae2959f0 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ *Copay* is an easy-to-use, open-source, multiplatform, multisignature, secure bitcoin wallet platform for both individuals and companies. -*Copay* uses Bitcore-Wallet-Service (https://github.com/bitpay/bitcore-wallet-service) for peer syncronization and bitcore network interfacing. +*Copay* uses Bitcore-Wallet-Service (https://github.com/bitpay/bitcore-wallet-service) for peer synchronization and bitcore network interfacing. ## Before you start @@ -54,7 +54,7 @@ Then visit localhost:3000 in your browser. ## Bitcore Wallet Service -Copay depends on Bitcore Wallet Service (BWS) for blockchain information, networking and copayer syncronization. BWS can be run within minutes or you can use a public instance. Switch between BWS instances is very simple and can be done with a click from Copay. BWS also allows Copay to interoperate with others wallet like Bitcore-Wallet CLI https://github.com/bitpay/bitcore-wallet +Copay depends on Bitcore Wallet Service (BWS) for blockchain information, networking and copayer synchronization. BWS can be run within minutes or you can use a public instance. Switch between BWS instances is very simple and can be done with a click from Copay. BWS also allows Copay to interoperate with others wallet like Bitcore-Wallet CLI https://github.com/bitpay/bitcore-wallet ## Tests @@ -109,7 +109,7 @@ On success, the chrome extension will be located at: `browser-extensions/chrome/ To install it go to `chrome://extensions/` in your Chrome browser and ensure you have the 'developer mode' option enabled in the settings. Then click on "Load unpacked chrome extension" and choose the directory mentioned above. ## Firefox Add-on -The *CoPay* Firefox Extension has been deprecated and is no longer supported. +The *Copay* Firefox Extension has been deprecated and is no longer supported. # QA and Bug Reporting @@ -157,4 +157,4 @@ Copay uses the powerful and feature-rich [Bitcore](https://github.com/bitpay/bit Copay currently supports [BIP70 (Payment Protocol)](https://github.com/bitcoin/bips/blob/master/bip-0070.mediawiki), with the following limitations: * Only one output is allowed. Payment requests that are more that one output are not supported. * Only standard Pay-to-pubkeyhash and Pay-to-scripthash scripts are supported (on payment requests). Other script types will cause the entire payment request to be rejected. -* Memos from the custormer to the server are not supported (i.e. there is no place to write messages to the server in the current UX) +* Memos from the customer to the server are not supported (i.e. there is no place to write messages to the server in the current UX) From 0f6e2293eeea47f994b3d60c1e002d6bc36692ee Mon Sep 17 00:00:00 2001 From: Rich Morgan Date: Thu, 14 May 2015 12:39:02 -0400 Subject: [PATCH 2/9] Fixed typos --- CHANGES.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index a7f7463ed..696a9f691 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -9,19 +9,19 @@ New features * Smart backup restore procedure: now it is possible to restore all wallet's fund with an old backup (thanks Ian for the feedback). * Transaction proposals can now have a short note attached for reference (thanks Gentry for the feedback). * New wallet settings: Bitcoin Unit, defaults to *bits* (thanks Eric for the suggestion) - * Backup is now autogenerated on wallet completion (thanks Eric for the suggestion) + * Backup is now auto generated on wallet completion (thanks Eric for the suggestion) * A wallet now can be removed from a particular system from the UX. * New address book shared between copayers. Security -------- - * Asymetric encryption and signing using ECIES. Details at https://gist.github.com/ryanxcharles/c29fc94d31de7c8c89dc + * Asymmetric encryption and signing using ECIES. Details at https://gist.github.com/ryanxcharles/c29fc94d31de7c8c89dc * Default SSL connection to Insight and PeerJs servers Code quality ------------ * Test coverage from 60.9% to 74% (1) (thanks Ryan for insisting on this) - * Mayor refactoring of Angular servicies (backupService, controllerUtils, wallet's Indexes handling, txProposal merge related functions, + * Mayor refactoring of Angular services (backupService, controllerUtils, wallet's Indexes handling, txProposal merge related functions, * Add +30 karma tests for Angular controllers and services * Unified js-beautifier format throw all the code @@ -42,3 +42,4 @@ Please check https://github.com/bitpay/copay/wiki/Copay-Known-issues before usin (1) not including Karma tests, not included on Coveralls yet. + From e7adc1759cf2c6b24ff1e2b997802295fb0d9e79 Mon Sep 17 00:00:00 2001 From: Rich Morgan Date: Thu, 14 May 2015 12:40:03 -0400 Subject: [PATCH 3/9] Fixed typos --- CONTRIBUTE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTE.md b/CONTRIBUTE.md index 26ba247e4..e33e6532b 100644 --- a/CONTRIBUTE.md +++ b/CONTRIBUTE.md @@ -14,9 +14,9 @@ The application fails at login. 1) Launch the app `npm run start` 2) Click on "Join a Wallet" -3) Type an unexistent username +3) Type an nonexistent username 4) The app stops working, throws "Unhandled exception" error. Expected: The app should login and show the home screen without any error. -Platform: Android 4.3, Android 4.4, iOS \ No newline at end of file +Platform: Android 4.3, Android 4.4, iOS From 5c1c7fe190a10a7a6879dae744eb4fdff85c91b8 Mon Sep 17 00:00:00 2001 From: Rich Morgan Date: Thu, 14 May 2015 12:45:39 -0400 Subject: [PATCH 4/9] Fixed English language verbage --- public/views/backup.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/views/backup.html b/public/views/backup.html index 61e71645e..a7f0ba358 100644 --- a/public/views/backup.html +++ b/public/views/backup.html @@ -11,7 +11,7 @@
- This wallet have its private key encrypted. Exporting a backup will keep the private key encrypted on the backup. + The private key for this wallet is encrypted. Exporting a backup will keep the private key encrypted in the backup archive.
@@ -54,19 +54,19 @@
-

Copy backup in a safe place

+

Copy backup to a safe place

- Copy this text as it is in a safe place (notepad or email) + Copy this text as it is to a safe place (notepad or email)
- * You can safely install your backup on other device and use your wallet from many devices at the same time. + * You can safely install your backup on another device and use your wallet from multiple devices at the same time.
From cf9605578a7f550f5f7b207c7aa4fdf7a8ed9dc5 Mon Sep 17 00:00:00 2001 From: Rich Morgan Date: Thu, 14 May 2015 12:48:01 -0400 Subject: [PATCH 5/9] Fixed typos --- public/views/create.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/views/create.html b/public/views/create.html index 75f85b2d3..4f68ebf59 100644 --- a/public/views/create.html +++ b/public/views/create.html @@ -55,7 +55,7 @@
-