Skip to content

Commit

Permalink
v0.1.7 Updated checkpoints; Added DNS Nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed May 31, 2014
1 parent c573e21 commit 25318e5
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 8 deletions.
Binary file removed market/Thumbs.db
Binary file not shown.
1 change: 0 additions & 1 deletion market/market-description-hu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ ELŐNYÖK:
• Offline állapotban is fizethetsz - Bluetooth segítségével.
• Rendszerüzenet digitalcoin érkezésekor.
• Widget a digitalcoin egyenlegről.
>>>>>>> upstream/prod

Bővebben a digitalcoin-ról:
http://digitalcoin.co
Expand Down
4 changes: 2 additions & 2 deletions wallet/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
package="hashengineering.digitalcoin.wallet"
android:installLocation="internalOnly"

android:versionCode="10016"
android:versionName="0.1.6" >
android:versionCode="10017"
android:versionName="0.1.7" >


<uses-sdk
Expand Down
7 changes: 7 additions & 0 deletions wallet/CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
digitalcoin Wallet
-----------------
v0.1.7-beta
* updated checkpoints
* added DNS nodes from Digitalcoin Core 2.0 source

v0.1.6-beta
* Bug fix associated with Peer Discovery

v0.1.5-beta
* update to bitcoin-wallet 3.46
* added Litecoin's PeerDBDiscovery System
Expand Down
Binary file modified wallet/assets/checkpoints
Binary file not shown.
Binary file removed wallet/assets/checkpoints-testnet
Binary file not shown.
Binary file removed wallet/res/drawable-hdpi-v11/Thumbs.db
Binary file not shown.
Binary file removed wallet/res/drawable-hdpi-v14/Thumbs.db
Binary file not shown.
Binary file removed wallet/res/drawable-hdpi/Thumbs.db
Binary file not shown.
Binary file removed wallet/res/drawable-xhdpi-v11/Thumbs.db
Binary file not shown.
Binary file removed wallet/res/drawable-xhdpi-v14/Thumbs.db
Binary file not shown.
Binary file removed wallet/res/drawable-xhdpi/Thumbs.db
Binary file not shown.
Binary file removed wallet/res/drawable-xxhdpi/Thumbs.db
Binary file not shown.
6 changes: 3 additions & 3 deletions wallet/src/de/schildbach/wallet/util/PaymentProtocol.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import com.google.bitcoin.core.Transaction;
import com.google.bitcoin.protocols.payments.PaymentRequestException;
import com.google.bitcoin.protocols.payments.PaymentSession;
import com.google.bitcoin.protocols.payments.PaymentSession.PkiVerificationData;
import com.google.bitcoin.protocols.payments.PaymentProtocol.PkiVerificationData;
import com.google.bitcoin.script.Script;
import com.google.bitcoin.script.ScriptBuilder;
import com.google.protobuf.ByteString;
Expand Down Expand Up @@ -92,8 +92,8 @@ public static PaymentIntent parsePaymentRequest(@Nonnull final byte[] serialized
{
// implicitly verify PKI signature
final PkiVerificationData verificationData = new PaymentSession(paymentRequest, true).pkiVerificationData;
pkiName = verificationData.name;
pkiOrgName = verificationData.orgName;
pkiName = verificationData.displayName;
pkiOrgName = verificationData.displayName;
pkiCaName = verificationData.rootAuthorityName;
}
else
Expand Down
5 changes: 3 additions & 2 deletions wallet/wallet.iml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,13 @@
<orderEntry type="library" scope="PROVIDED" name="Maven: com.google.android:annotations:4.1.1.4" level="project" />
<orderEntry type="library" name="Maven: com.google.android:support-v4:r7" level="project" />
<orderEntry type="module" module-name="digitalcoinj" />
<orderEntry type="library" name="Maven: com.madgag:sc-light-jdk15on:1.47.0.2" level="project" />
<orderEntry type="library" name="Maven: com.madgag.spongycastle:core:1.50.0.0" level="project" />
<orderEntry type="library" name="Maven: com.google.protobuf:protobuf-java:2.5.0" level="project" />
<orderEntry type="library" name="Maven: com.google.guava:guava:13.0.1" level="project" />
<orderEntry type="library" name="Maven: com.google.guava:guava:16.0.1" level="project" />
<orderEntry type="library" name="Maven: com.google.code.findbugs:jsr305:2.0.1" level="project" />
<orderEntry type="library" name="Maven: net.jcip:jcip-annotations:1.0" level="project" />
<orderEntry type="library" name="Maven: com.lambdaworks:scrypt:1.3.3" level="project" />
<orderEntry type="module" module-name="orchid" />
<orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.7.6" level="project" />
<orderEntry type="module" module-name="integration-android" />
<orderEntry type="library" name="Maven: com.google.zxing:core:3.0.1" level="project" />
Expand Down

0 comments on commit 25318e5

Please sign in to comment.