Home
last modified time | relevance | path

Searched refs:QIP7Height (Results 1 – 7 of 7) sorted by relevance

/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/
H A Dchainparams.cpp87 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()
H A Dvalidation.cpp2695 …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()
H A Dinit.cpp1991 …tive().Height() + (::ChainActive().Height()+1 >= chainparams.GetConsensus().QIP7Height ? 0 : 1) )); in AppInitMain()
H A Dnet_processing.cpp2146 …if (::ChainActive().Tip()->nHeight >= chainparams.GetConsensus().QIP7Height && nVersion < MIN_PEER… in ProcessMessage()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/consensus/
H A Dparams.h72 int QIP7Height; member
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/qtum/
H A DqtumDGP.cpp35 …checkData.size() == 39 || (checkData.size() == 40 && blockHeight >= consensusParams.QIP7Height))) { in checkLimitSchedule()
H A Dqtumstate.cpp60 if(ChainActive().Height() >= consensusParams.QIP7Height){ in execute()