-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-5997] cleanup transientstore from ledger
As the transientstore is moved out of ledger and committer fetches private write set from transient store and pass it to ledger for commit, ledger no longer use transient store directly to fetch private write set. Hence, transientstore usage in ledger is cleaned up in this CR. Change-Id: Ic55940abab32ab7e25c9d3f7d899183ed599ab7b Signed-off-by: senthil <cendhu@gmail.com>
- Loading branch information
Showing
10 changed files
with
10 additions
and
479 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
63 changes: 0 additions & 63 deletions
63
core/ledger/kvledger/txmgmt/txmgr/pvtdatatxmgr/pkg_test.go
This file was deleted.
Oops, something went wrong.
67 changes: 0 additions & 67 deletions
67
core/ledger/kvledger/txmgmt/txmgr/pvtdatatxmgr/pvtdata_txmgr.go
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.