Browse Source

Preparation for 0.3.11

cl-refactor
Gav Wood 11 years ago
parent
commit
491bb2ed95
  1. 2
      libethereum/Common.h
  2. 2
      libethereum/PeerNetwork.cpp

2
libethereum/Common.h

@ -24,7 +24,7 @@
#pragma once
// define version
#define ETH_VERSION 0.4.0
#define ETH_VERSION 0.3.11
// way to many uint to size_t warnings in 32 bit build
#ifdef _M_IX86

2
libethereum/PeerNetwork.cpp

@ -43,7 +43,7 @@ using namespace eth;
#define clogS(X) eth::LogOutputStream<X, true>(false) << "| " << std::setw(2) << m_socket.native_handle() << "] "
static const int c_protocolVersion = 7;
static const int c_protocolVersion = 8;
static const eth::uint c_maxHashes = 32; ///< Maximum number of hashes GetChain will ever send.
static const eth::uint c_maxBlocks = 32; ///< Maximum number of blocks Blocks will ever send. BUG: if this gets too big (e.g. 2048) stuff starts going wrong.

Loading…
Cancel
Save