-
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-5654] SideDB - Tx simulation/validation/commit
This CR modifies the tranaction simulation, validation, and commit code and delivers the end-to-end transaction flow that treats the private data in a special manner. This CR mainly leverages the earlier submitted independent CRs for sidedb feature for accomplishing this behavior. This CR also allows ledger to receive the blocks and the pvt data from another peer on the same channel (i.e., a peer catching up via state) This CR is exceptionally large becasue of manily two reasons 1) The way currently the code (and specially the tests) is organized in simulation/validation/commit flow, its not easy to submit such kind of changes independently that cuase the change in the whole transaction processing flow. 2) This CR causes a change in the existing ledger APIs which are used widely across other packages (specially in the tests) and hence many files are included for fixing the broken dependencies Change-Id: Id29575176575f4c01793efd3476b68f8364cb592 Signed-off-by: manish <[email protected]>
- Loading branch information
1 parent
d9e0004
commit 8a87b8a
Showing
56 changed files
with
1,885 additions
and
697 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
Oops, something went wrong.