Skip to content

Commit

Permalink
806 fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kladkogex committed Apr 30, 2024
1 parent bff0530 commit 0f96094
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions chains/Schain.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,11 @@ class Schain : public Agent {

ptr< SchainMessageThreadPool > consensusMessageThreadPool;


ptr< OracleResultAssemblyAgent > oracleResultAssemblyAgent;

ptr<OptimizerAgent> optimizerAgent;


ptr< IO > io;

// not null in regular mode
Expand Down Expand Up @@ -177,7 +177,6 @@ class Schain : public Agent {
ptr< NodeInfo > thisNodeInfo = nullptr;

uint64_t verifyDaSigsPatchTimestampS = 0;

uint64_t fastConsensusPatchTimestampS = 1;

// If a BlockError analyzer is added to the queue
Expand Down Expand Up @@ -347,13 +346,9 @@ class Schain : public Agent {

ptr< CryptoManager > getCryptoManager() const;

ptr< OptimizerAgent > getOptimizerAgent() const;


uint64_t getVerifyDaSigsPatchTimestampS() const;

uint64_t getFastConsensusTimestampS() const;


bool isInCreateBlock() const;

Expand Down Expand Up @@ -393,11 +388,18 @@ class Schain : public Agent {

bool verifyDASigsPatch( uint64_t _blockTimeStampSec );

bool fastConsensusPatch( uint64_t _blockTimeStampSec );

void updateInternalChainInfo( block_id _lastCommittedBlockID );

const ptr<CatchupClientAgent> &getCatchupClientAgent() const;

ptr< OptimizerAgent > getOptimizerAgent() const;

uint64_t getFastConsensusTimestampS() const;

bool fastConsensusPatch( uint64_t _blockTimeStampSec );

void setTimeStampValuesFromConfig();

ptr<BooleanProposalVector>
calculateBooleanProposalVectorIfItsTimeToStartBinaryConsensus(const ptr<DAProof> &_daProof);
};

0 comments on commit 0f96094

Please sign in to comment.