forked from hyperledger-iroha/iroha-dco
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Shared model/new yac hash (hyperledger-iroha#1116)
* remove polymorphic wrapper from block loader and replace with shared_ptr add stateless validation in transport Signed-off-by: Alexey Chernyshov <[email protected]> * replace BlockValidator with DefaultBlockValidator Signed-off-by: Alexey Chernyshov <[email protected]> * new yac Signed-off-by: Dumitru <[email protected]> * rework chain_validator with shared_model Signed-off-by: Alexey Chernyshov <[email protected]> * Yac to new model Signed-off-by: Dumitru <[email protected]> * Yac tests Signed-off-by: Dumitru <[email protected]> * Yac tests Signed-off-by: Dumitru <[email protected]> * Apply clang format Signed-off-by: Dumitru <[email protected]> * Remove unused imports Signed-off-by: Dumitru <[email protected]> * Remove old block from yac gate test Signed-off-by: Dumitru <[email protected]> * Remove unused old model, fix clang format, add const ref Signed-off-by: Dumitru <[email protected]> * new yac Signed-off-by: Dumitru <[email protected]> * Yac tests Signed-off-by: Dumitru <[email protected]> * Apply clang format Signed-off-by: Dumitru <[email protected]> * YacHash Signed-off-by: Dumitru <[email protected]> * Apply clang-format Signed-off-by: Dumitru <[email protected]> * Copy to clone Signed-off-by: Dumitru <[email protected]> * Use interface signature builder Signed-off-by: Dumitru <[email protected]> * Add valid keypair Signed-off-by: Dumitru <[email protected]> * Apply clang format Signed-off-by: Dumitru <[email protected]>
- Loading branch information
1 parent
292dccb
commit b52a3e3
Showing
15 changed files
with
144 additions
and
69 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,6 @@ | |
#include <string> | ||
|
||
#include "common/types.hpp" | ||
|
||
namespace iroha { | ||
|
||
/** | ||
|
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
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.