Start for version 0.3.6-SNAPSHOT

This commit is contained in:
Manfred Karrer 2016-03-15 14:47:36 +01:00
parent 62d4d50392
commit b4581ae698
17 changed files with 26 additions and 21 deletions

View file

@ -5,7 +5,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>io.bitsquare</groupId>
<version>0.3.5</version>
<version>0.3.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View file

@ -347,7 +347,7 @@ public class P2PService implements SetupListener, MessageListener, ConnectionLis
log.info("Wrong receiverAddressMaskHash. The message is not intended for us.");
}
} catch (CryptoException e) {
log.info("Decryption of SealedAndSignedMessage failed. " +
log.warn("Decryption of SealedAndSignedMessage failed. " +
"That is expected if the message is not intended for us.");
}
}

View file

@ -32,9 +32,15 @@ public class SeedNodesRepository {
new NodeAddress("izs5oz7i5ta7c2ir.onion:8000"),*/
// v0.3.5
new NodeAddress("hulvbm5xjn7b7ku4.onion:8000"),
/* new NodeAddress("hulvbm5xjn7b7ku4.onion:8000"),
new NodeAddress("3efgjjbdvhbvck3x.onion:8000"),
new NodeAddress("3unfcshgwipxhxfm.onion:8000"),
new NodeAddress("3unfcshgwipxhxfm.onion:8000"),*/
// v0.3.6
new NodeAddress("ybmi4iaesugslxrw.onion:8000"),
new NodeAddress("ufwnvo775jfnjeux.onion:8000"),
new NodeAddress("b66vnevaljo6xt5a.onion:8000"),
// testnet
new NodeAddress("znmy44wcstn2rkva.onion:8001"),