Searched refs:QIP7Height (Results 1 – 7 of 7) sorted by relevance
87 consensus.QIP7Height = 466600; in CMainParams()227 consensus.QIP7Height = 446320; in CTestNetParams()353 consensus.QIP7Height = 0; in CRegTestParams()518 consensus.QIP7Height = 0; // QIP7 activated on regtest in CUnitTestParams()564 ReplaceInt(consensus.QIP7Height, "QIP7_STARTING_BLOCK", genesisInfo); in EVMGenesisInfo()606 consensus.QIP7Height = nHeight; in UpdateConstantinopleBlockHeight()
2695 …if(!(::ChainActive().Height() >= consensusParams.QIP7Height && result[i].execRes.excepted == dev::… in processingResults()2700 …sactionException::None || (::ChainActive().Height() >= consensusParams.QIP7Height && result[i].exe… in processingResults()2925 …Schedule(pindex->nHeight + (pindex->nHeight+1 >= chainparams.GetConsensus().QIP7Height ? 0 : 1) )); in ConnectBlock()2926 …tBlockSize(pindex->nHeight + (pindex->nHeight+1 >= chainparams.GetConsensus().QIP7Height ? 0 : 1)); in ConnectBlock()2927 …inGasPrice(pindex->nHeight + (pindex->nHeight+1 >= chainparams.GetConsensus().QIP7Height ? 0 : 1)); in ConnectBlock()2928 …ckGasLimit(pindex->nHeight + (pindex->nHeight+1 >= chainparams.GetConsensus().QIP7Height ? 0 : 1)); in ConnectBlock()
1991 …tive().Height() + (::ChainActive().Height()+1 >= chainparams.GetConsensus().QIP7Height ? 0 : 1) )); in AppInitMain()
2146 …if (::ChainActive().Tip()->nHeight >= chainparams.GetConsensus().QIP7Height && nVersion < MIN_PEER… in ProcessMessage()
72 int QIP7Height; member
35 …checkData.size() == 39 || (checkData.size() == 40 && blockHeight >= consensusParams.QIP7Height))) { in checkLimitSchedule()
60 if(ChainActive().Height() >= consensusParams.QIP7Height){ in execute()