MCPcopy
hub / github.com/hyperledger/fabric / GetBlockchainInfo

Method GetBlockchainInfo

core/committer/committer_impl.go:33–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 CommitPvtDataOfOldBlocks(reconciledPvtdata []*ledger.ReconciledPvtdata, unreconciled ledger.MissingPvtDataInfo) ([]*ledger.PvtdataHashMismatch, error)
32
33 GetBlockchainInfo() (*common.BlockchainInfo, error)
34
35 DoesPvtDataInfoExist(blockNum uint64) (bool, error)
36

Callers 15

LedgerHeightMethod · 0.65
GetCurrentBlockHashMethod · 0.65
testValidationWithNTXesFunction · 0.65
putCCInfoWithVSCCAndVerFunction · 0.65
putSBEPFunction · 0.65
ConfigBlockFromLedgerFunction · 0.65
getChainInfoFunction · 0.65
addBlockForTestingFunction · 0.65
testGenerateSampleRWSetFunction · 0.65

Implementers 7

mockLedgercore/committer/committer_test.go
mockLedgercore/committer/txvalidator/v14/validat
PeerLedgercore/peer/mock/peer_ledger.go
PeerLedgercore/chaincode/mock/peer_ledger.go
kvLedgercore/ledger/kvledger/kv_ledger.go
ramLedgergossip/state/state_test.go
PeerLedgerinternal/peer/node/mock/peer_ledger.go

Calls

no outgoing calls

Tested by 15

testValidationWithNTXesFunction · 0.52
putCCInfoWithVSCCAndVerFunction · 0.52
putSBEPFunction · 0.52
addBlockForTestingFunction · 0.52
testGenerateSampleRWSetFunction · 0.52
testLedgerProviderFunction · 0.52
TestLedgerBackupFunction · 0.52
TestKVLedgerBlockStorageFunction · 0.52
TestAddCommitHashFunction · 0.52