upgrade to POC-8
This commit is contained in:
parent
910a8b9552
commit
bed4e9f8a8
|
@ -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'
|
||||
|
|
|
@ -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");
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue