upgrade to POC-8

This commit is contained in:
Roman Mandeleil 2015-01-14 11:42:19 +02:00
parent 910a8b9552
commit bed4e9f8a8
3 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ subprojects {
apply plugin: 'java'
group = 'org.ethereum'
version = '0.7.14-SNAPSHOT'
version = '0.8.1-SNAPSHOT'
compileJava.options.encoding = 'UTF-8'
compileTestJava.options.encoding = 'UTF-8'

View File

@ -54,7 +54,7 @@ import static org.ethereum.net.message.StaticMessages.GET_TRANSACTIONS_MESSAGE;
@Scope("prototype")
public class EthHandler extends SimpleChannelInboundHandler<EthMessage> {
public final static byte VERSION = 49;
public final static byte VERSION = 51;
public final static byte NETWORK_ID = 0x0;
private final static Logger logger = LoggerFactory.getLogger("net");

View File

@ -7,8 +7,8 @@ peer.discovery.ip.list = poc-7.ethdev.com:30303,\
# Peer Server Zero (poc-7.ethdev.com)
peer.active.ip = poc-7.ethdev.com
peer.active.port = 30300
peer.active.ip = poc-8.ethdev.com
peer.active.port = 30303
# Peer for server to listen for incoming
# connections