Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hyperledger/fabric
/ Add
Method
Add
core/chaincode/handler.go:55–55 ·
view source on GitHub ↗
(channelID, txID string)
Source
from the content-addressed store, hash-verified
53
// TransactionRegistry tracks active transactions for each channel.
54
type
TransactionRegistry
interface
{
55
Add(channelID, txID string) bool
56
Remove(channelID, txID string)
57
}
58
Callers
15
Shutdown
Method · 0.65
ServeHTTP
Method · 0.65
TestMultipleUpdates
Function · 0.65
TestEventsServer_DeliverFiltered
Function · 0.65
TestEventsServer_DeliverWithPrivateData
Function · 0.65
Launch
Method · 0.65
pending_query_result_test.go
File · 0.65
HandleTransaction
Method · 0.65
registerTxid
Method · 0.65
Execute
Method · 0.65
BuildQueryResponse
Method · 0.65
active_transactions_test.go
File · 0.65
Implementers
5
ActiveTransactions
core/chaincode/active_transactions.go
TransactionRegistry
core/chaincode/mock/transaction_regist
PullEngine
gossip/gossip/algo/pull.go
pullMediatorImpl
gossip/gossip/pull/pullstore.go
Set
gossip/util/misc.go
Calls
no outgoing calls
Tested by
15
TestMultipleUpdates
Function · 0.52
TestEventsServer_DeliverFiltered
Function · 0.52
TestEventsServer_DeliverWithPrivateData
Function · 0.52
TestTimeWindowCheckFilter
Function · 0.52
TestExtractValidPvtData
Function · 0.52
TestPvtDataAPIs
Function · 0.52
sampleDataWithPvtdataForSelectiveTx
Function · 0.52
runInsertClientsForChain
Function · 0.52
runReadWriteClientsForChain
Function · 0.52
prepareNextBlockForTestFromSimulatorWithMissingData
Function · 0.52
TestGetMissingPvtData
Function · 0.52
TestTxWithMissingPvtdata
Function · 0.52