Skip to content
This repository has been archived by the owner on Mar 27, 2019. It is now read-only.

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
10.0.8
  • Loading branch information
Lumiboy committed Aug 11, 2018
1 parent 8397de2 commit c7d0746
Show file tree
Hide file tree
Showing 29 changed files with 66 additions and 65 deletions.
6 changes: 3 additions & 3 deletions GoogleService-Info.plist
Expand Up @@ -17,11 +17,11 @@
<key>PLIST_VERSION</key>
<string>1</string>
<key>BUNDLE_ID</key>
<string>com.zelcash.zel-wallet</string>
<string>com.zelcash.copay</string>
<key>PROJECT_ID</key>
<string>bitpay-wallet</string>
<string>zelcash-copay-wallet</string>
<key>STORAGE_BUCKET</key>
<string>bitpay-wallet.appspot.com</string>
<string>zelcash-copay-wallet</string>
<key>IS_ADS_ENABLED</key>
<true/>
<key>IS_ANALYTICS_ENABLED</key>
Expand Down
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -3,7 +3,7 @@ This software should be used at your own risk. It is experimental.

<img src="https://static1.squarespace.com/static/5a63831b8c56a8aad3aff672/t/5a9d323224a69491fe051c00/1520253705456/Logo-With-Text-Lightbackground-1000px.png?format=750w" alt="Zelcash" width="200">

Zelcash Wallet is a secure bitcoin wallet platform for both desktop and mobile devices. Zelcash Wallet uses [Bitcore Wallet Service](https://github.com/bitpay/bitcore-wallet-service) (BWS) for peer synchronization and network interfacing.
Zelcash Wallet is a secure Zel wallet platform for both desktop and mobile devices. Zelcash Wallet uses [Bitcore Wallet Service](https://github.com/bitpay/bitcore-wallet-service) (BWS) for peer synchronization and network interfacing.

Binary versions of Zelcash Wallet are available for download at [zel.cash](https://www.zel.cash).
For a list of frequently asked questions please visit the [Copay FAQ](https://github.com/bitpay/copay/wiki/COPAY---FAQ).
Expand All @@ -15,9 +15,9 @@ For a list of frequently asked questions please visit the [Copay FAQ](https://gi
- Easy spending proposal flow for shared wallets and group payments
- [BIP32](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki) Hierarchical deterministic (HD) address generation and wallet backups
- Device-based security: all private keys are stored locally, not in the cloud
- Support for Bitcoin testnet wallets
- Support for Zelcash testnet wallets
- Synchronous access across all major mobile and desktop platforms
- Payment protocol (BIP70-BIP73) support: easily-identifiable payment requests and verifiable, secure bitcoin payments
- Payment protocol (BIP70-BIP73) support: easily-identifiable payment requests and verifiable, secure Zelcash payments
- Support for over 150 currency pricing options and unit denomination in BTC or bits
- Mnemonic (BIP39) support for wallet backups
- Paper wallet sweep support (BIP38)
Expand Down Expand Up @@ -183,7 +183,7 @@ On success, the Chrome extension will be located at: `browser-extensions/chrome/

Zelcash implements a multisig wallet using [p2sh](https://en.bitcoin.it/wiki/Pay_to_script_hash) addresses. It supports multiple wallets, each with its own configuration, such as 3-of-5 (3 required signatures from 5 participant peers) or 2-of-3. To create a multisig wallet shared between multiple participants, Zelcash requires the extended public keys of all the wallet participants. Those public keys are then incorporated into the wallet configuration and combined to generate a payment address where funds can be sent into the wallet. Conversely, each participant manages their own private key and that private key is never transmitted anywhere.

To unlock a payment and spend the wallet's funds, a quorum of participant signatures must be collected and assembled in the transaction. The funds cannot be spent without at least the minimum number of signatures required by the wallet configuration (2-of-3, 3-of-5, 6-of-6, etc.). Once a transaction proposal is created, the proposal is distributed among the wallet participants for each to sign the transaction locally. Finally, when the transaction is signed, the last signing participant will broadcast the transaction to the Bitcoin network.
To unlock a payment and spend the wallet's funds, a quorum of participant signatures must be collected and assembled in the transaction. The funds cannot be spent without at least the minimum number of signatures required by the wallet configuration (2-of-3, 3-of-5, 6-of-6, etc.). Once a transaction proposal is created, the proposal is distributed among the wallet participants for each to sign the transaction locally. Finally, when the transaction is signed, the last signing participant will broadcast the transaction to the Zelcash network.

Zelcash also implements [BIP32](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki) to generate new addresses for peers. The public key that each participant contributes to the wallet is a BIP32 extended public key. As additional public keys are needed for wallet operations (to produce new addresses to receive payments into the wallet, for example) new public keys can be derived from the participants' original extended public keys. Once again, it's important to stress that each participant keeps their own private keys locally - private keys are not shared - and are used to sign transaction proposals to make payments from the shared wallet.

Expand Down
4 changes: 2 additions & 2 deletions appConfig.json
Expand Up @@ -4,7 +4,7 @@

"packageName": "zelcash",
"packageDescription": "Zelcash Wallet",
"packageNameId": "com.zelcash.zel",
"packageNameId": "com.zelcash.copay",
"statusBarColor": "#192c3a",
"userVisibleName": "Zelcash Wallet",
"purposeLine": "Zelcash Wallet",
Expand All @@ -26,7 +26,7 @@
"windowsAppId": "804636ee-b017-4cad-8719-e58ac97ffa5c",
"pushSenderId": "1036948132229",
"description": "A Secure Zelcash Wallet",
"version": "10.0.7",
"version": "10.0.8",
"androidVersion": "383007",
"_extraCSS": null,
"_enabledExtensions": {}
Expand Down
4 changes: 2 additions & 2 deletions config.xml
@@ -1,11 +1,11 @@
<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="383007" id="com.zelcash.wallet" ios-CFBundleVersion="10.0.7" version="10.0.7">
<widget android-versionCode="383007" id="com.zelcash.copay" ios-CFBundleVersion="10.0.8" version="10.0.8">
<name>Zelcash Wallet</name>
<description>
Zelcash Wallet
</description>
<author email="info@zel.cash" href="https://zel.cash">
Zelcash Foundation
Zel Technologies GmbH
</author>
<content src="index.html" />
<access origin="*" />
Expand Down
2 changes: 1 addition & 1 deletion google-services.json
Expand Up @@ -10,7 +10,7 @@
"client_info": {
"mobilesdk_app_id": "1:149194066736:android:6de8942b48fea047",
"android_client_info": {
"package_name": "com.zelcash.wallet"
"package_name": "com.zelcash.copay"
}
},
"oauth_client": [
Expand Down
8 changes: 4 additions & 4 deletions i18n/docs/appstore_de.txt
@@ -1,20 +1,20 @@
Sichere Bitcoins zu eigenen Bedingungen, mit einem quelloffenen Gemeinschaftswallet (elektronische Brieftasche mit Mehrfachunterschriften) von BitPay.
Sichere Zels zu eigenen Bedingungen, mit einem quelloffenen Gemeinschaftswallet (elektronische Brieftasche mit Mehrfachunterschriften) von BitPay.
Copay Nutzer können ihre Beträge individuell speichern oder ihre Finanzen mit anderen Nutzern in Gemeinschaftswallets teilen, die je nach Einstellung mehrere Bestätigungen (elektronische Unterschriften) benötigen und so nichtautorisierte Zahlungen verhindern. Ein paar Einsatzmöglichkeiten, wie ein solches Wallet mit anderen Copayern genutzt werden kann:

Ansparen von Beträgen für Urlaub oder gemeinsame Anschaffungen (z.B. mit Freunden)
Überwachung von Ausgaben und Einkünften der Familie.
Organisation der Ausgaben in Firmen, Vereinen oder Organisationen.

Folgende Funktionen wurden in diese Version von Copay eingebaut um ein Bitcoin Wallet anzubieten, das keine Kompromisse in Sicherheit oder Zugänglichkeit eingeht:
Folgende Funktionen wurden in diese Version von Copay eingebaut um ein Zelcash Wallet anzubieten, das keine Kompromisse in Sicherheit oder Zugänglichkeit eingeht:

Anlage und Verwaltung von mehreren Wallets innerhalb der Anwendung
Intiutive mehrfachunterschriften Sicherheit für persönliche und geteilete Wallets
Einfache Ausgabenvorschläge für geteilte Walltes und Gruppenzahlungen
Hierarchische deterministische(HD) Adresserzeugung und Sicherung der Wallets
Gerätebasierte Sicherheit: Alle privaten Schlüssel werden auf dem Gerät und nicht in der Cloud gespreichert
Unterstützung von Bitcoin Testnet Wallets
Unterstützung von Zelcash Testnet Wallets
Gleichzeitiger Zugriff über alle wichtigen mobilen Systeme und Desktop-Plattformen
Zahlungsprotokoll (BIP70-BIP73) Unterstützung: Leicht identifizierbare Zahlungsanforderungen und nachvollziehbare sichere Bitcoinzahlungen.
Zahlungsprotokoll (BIP70-BIP73) Unterstützung: Leicht identifizierbare Zahlungsanforderungen und nachvollziehbare sichere Zelcashzahlungen.
Unterstützung von 150+ verschiedenen Währungen und Stückelung in ZEL oder bits
E-Mail Benachrichtigung für Zahlungen und Transaktionen
Anpasspare Wallets: Eigene Namen und Hintergrundfarben
Expand Down
8 changes: 4 additions & 4 deletions i18n/docs/appstore_en.txt
@@ -1,20 +1,20 @@
Secure bitcoin on your own terms with an open source, multisignature wallet from BitPay.
Secure Zels on your own terms with an open source, multisignature wallet from BitPay.
Copay users can hold funds individually or share finances securely with other users with multisignature wallets, which prevent unauthorized payments by requiring multiple approvals. Here are some ways Copay can be used with others:

To save for vacations or joint purchases with friends
To track family spending and allowances
To manage business, club, or organization funds and expenses

We built the following features into this version of Copay for a bitcoin wallet that doesn't compromise on security or accessibility:
We built the following features into this version of Copay for a Zelcash wallet that doesn't compromise on security or accessibility:

Multiple wallet creation and management in-app
Intuitive multisignature security for personal or shared wallets
Easy spending proposal flow for shared wallets and group payments
Hierarchical deterministic (HD) address generation and wallet backups
Device-based security: all private keys are stored locally, not in the cloud
Support for Bitcoin testnet wallets
Support for Zelcash testnet wallets
Synchronous access across all major mobile and desktop platforms
Payment protocol (BIP70-BIP73) support: easily-identifiable payment requests and verifiably secure bitcoin payments
Payment protocol (BIP70-BIP73) support: easily-identifiable payment requests and verifiably secure zelcash payments
Support for 150+ currency pricing options and unit denomination in ZEL or bits
Email notifications for payments and transfers
Customizable wallet naming and background colors
Expand Down
6 changes: 3 additions & 3 deletions i18n/docs/appstore_es.txt
@@ -1,4 +1,4 @@
Asegura tus bitcoin con tus propias reglas con el monedero de código abierto, multifirma de BitPay.
Asegura tus Zels con tus propias reglas con el monedero de código abierto, multifirma de BitPay.
Los usuario de Copay pueden mantener sus fondos individuales o compartir sus finanzas de forma segura con otros usuarios utilizando monederos multifirmas, que previenen de pagos sin autorización al requerir múltiples aprobaciones. Estas son algunas formas en que puede ser utilizado Copay con otros usuarios:

Ahorrar para vacaciones o compras conjuntas con amigos
Expand All @@ -12,9 +12,9 @@ Seguridad multifirma intuitiva para monederos personales y compartidos
Sencillo flujo de propuesta de gastos para monederos compartidos y grupos de pagos
Generación de direcciones HD (Hierarchical deterministic) y copias de seguridad
Seguridad basada en el dispositivo: todas las claves privadas se guardan localmente, no en la nube
Soporta monederos bitcoin en testnet
Soporta monederos Zelcash en testnet
Acceso sincrónico desde las principales plataformas móviles y de escritorio
Soporte al protocolo de pago (BIP70-BIP73): solicitudes de pagos fácilmente identificable y verificables como pago seguro en bitcoin
Soporte al protocolo de pago (BIP70-BIP73): solicitudes de pagos fácilmente identificable y verificables como pago seguro en zelcash
Soporte a más de 150 precios de monedas y unidades de denominación en ZEL o bits
Notificaciones por email de pagos y transferencias
Monederos con nombres y colores de fondo personalizables
Expand Down
8 changes: 4 additions & 4 deletions i18n/docs/appstore_fr.txt
@@ -1,20 +1,20 @@
Sécurisez vos bitcoins selon vos conditions avec un portefeuille open source et multi-signatures par BitPay.
Sécurisez vos Zels selon vos conditions avec un portefeuille open source et multi-signatures par BitPay.
Les utilisateurs de Copay peuvent détenir leurs fonds de manière individuelle, ou partager leurs finances de manière sécurisée avec les autres utilisateurs en utilisant des portefeuilles multi-signatures, ce qui empêche les paiements non autorisés en exigeant des approbations multiples. Voici quelques exemples d'utilisation que vous pouvez avoir avec Copay et avec d'autres utilisateurs :

• Économiser pour des vacances ou partager des frais avec des amis.
• Suivre des dépenses et remboursements familiaux.
• Gérer des fonds et des dépenses pour une entreprise, un club ou une organisation.

Nous avons développé les fonctionnalités suivantes dans cette version de Copay pour un portefeuille bitcoin qui ne fait pas de compromis sur la sécurité ou sur l'accessibilité :
Nous avons développé les fonctionnalités suivantes dans cette version de Copay pour un portefeuille Zelcash qui ne fait pas de compromis sur la sécurité ou sur l'accessibilité :

• Création et gestion de portefeuilles multiples.
• Sécurité de multi-signatures intuitive pour les portefeuilles personnels ou partagés.
• Demande de paiement facile pour les portefeuilles partagés et pour les paiements de groupe.
• Génération d'adresse déterministe hiérarchique (HD) et sauvegardes de portefeuilles.
• Sécurité basée sur l'appareil : toutes les clés privées sont stockées localement, pas dans le cloud.
• Prise en charge des portefeuilles bitcoin testnet.
• Prise en charge des portefeuilles Zelcash testnet.
• Accès synchrone sur toutes les principales plateformes mobiles et de bureau.
• Prise en charge de Payment protocol (BIP70-BIP73) : demandes de paiement facilement identifiables et paiements bitcoins sécurisés et vérifiables.
• Prise en charge de Payment protocol (BIP70-BIP73) : demandes de paiement facilement identifiables et paiements Zelcash sécurisés et vérifiables.
• Prise en charge de plus de 150 devises et dénomination d'unité en ZEL ou en bits.
• Notifications e-mail pour les paiements et les transferts.
• Nom de portefeuille et couleurs de fond personnalisables.
Expand Down
8 changes: 4 additions & 4 deletions i18n/docs/appstore_it.txt
@@ -1,20 +1,20 @@
Metti al sicuro i tuoi bitcoins, alle tue condizioni, con un portafoglio open source e multifirma realizzato da BitPay.
Metti al sicuro i tuoi Zels, alle tue condizioni, con un portafoglio open source e multifirma realizzato da BitPay.
Gli utenti Copay possono gestire i propri fondi individualmente, o condividerli in maniera sicura con altri utenti grazie ai portafogli multifirma, che prevengono pagamenti non autorizzati richiedendo più approvazioni. Ecco alcuni modi per utilizzare Copay con altre persone:

Per rismarmiare soldi per le vacanze o per acquisti congiunti con gli amici
Per tenere traccia di spese familiari o indennità
Per gestire i fondi e le spese di aziende, club, or organizzazioni

In questa versione di Copay abbiamo realizzato le seguenti funzioni per un portafoglio bitcoin che non comprometta sicurezza o accessibilità:
In questa versione di Copay abbiamo realizzato le seguenti funzioni per un portafoglio Zelcash che non comprometta sicurezza o accessibilità:

Creazione e gestione integrata di portafogli multipli
Sicurezza multifirma intuitiva per portafogli personali o condivisi
Proposte di pagamento facili da iniziare per portafogli condivisi e pagamenti di gruppo
Generazione di portafogli gerarchici deterministici (HD) e funzionalità di backup
Sicurezza integrata nel dispositivo: tutte le chiave private sono memorizzate localmente, non nel cloud
Supporto per portafogli della testnet Bitcoin
Supporto per portafogli della testnet Zelcash
Accesso sincrono in tutte le piattaforme mobile e desktop
Supporto per il protocollo di pagamento (BIP70-BIP73): richieste di pagamento facilmente identificabili e pagamenti bitcoin sicuri e verificabili
Supporto per il protocollo di pagamento (BIP70-BIP73): richieste di pagamento facilmente identificabili e pagamenti Zelcash sicuri e verificabili
Supporto per 150+ valute e denominazione in ZEL o bits
Notifiche email per pagamenti o trasferimenti
Colori di sfondo e nomi dei portafogli personalizzabli
Expand Down
8 changes: 4 additions & 4 deletions i18n/docs/appstore_nl.txt
@@ -1,20 +1,20 @@
Beveilig bitcoin op je eigen voorwaarden met een open source, multisignature rekening van BitPay.
Beveilig Zels op je eigen voorwaarden met een open source, multisignature rekening van BitPay.
Copay gebruikers kunnen individueel vermogen aanhouden of financiën veilig delen met andere gebruikers door gebruik te maken van een multisignature rekening, hiermee voorkom je niet-geautoriseerde betalingen doordat meerdere goedkeuringen nodig zijn. Hier zijn een aantal manieren waarop Copay gebruikt kan worden met anderen:

Om te sparen voor vakanties of gezamenlijke aankopen met vrienden
Voor het bijhouden van de familie uitgaven en vergoedingen
Voor het beheer van de fondsen en kosten van een bedrijf, club of organisatie

Wij hebben de volgende functies ingebouwd in deze versie van Copay voor een bitcoin-wallet die geen concessies doet op het gebied van beveiliging en toegankelijkheid:
Wij hebben de volgende functies ingebouwd in deze versie van Copay voor een Zelcash wallet die geen concessies doet op het gebied van beveiliging en toegankelijkheid:

Het creëren van meerdere rekeningen beheer in de app
Intuïtieve multisignature beveiliging voor persoonlijke of gedeelde rekeningen
Eenvoudig uitgaven voorstellen voor gedeelde rekeningen en groep betalingen
Hiërarchische deterministische (HD) adres generatie en rekening back-ups
Apparaat gebaseerde beveiliging: alle persoonlijke sleutels zijn lokaal opgeslagen, niet in de cloud
Ondersteuning voor Bitcoin testnet rekeningen
Ondersteuning voor Zelcash testnet rekeningen
Synchroniseert toegang tot alle grote mobiele en desktop platforms
Betaling-protocolondersteuning (BIP70-BIP73): gemakkelijk identificeerbare betalingsaanvragen en verifieerbare veilige bitcoin betalingen
Betaling-protocolondersteuning (BIP70-BIP73): gemakkelijk identificeerbare betalingsaanvragen en verifieerbare veilige Zelcash betalingen
Ondersteuning voor 150 + valuta prijsopties en eenheid denominatie in ZEL of bits
E-mailberichten voor betalingen en transfers
Aanpasbare rekeningen naamgeving en achtergrond kleuren
Expand Down

0 comments on commit c7d0746

Please sign in to comment.