-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* run tests in parallel (#824) * Key revoked validation (#820) * Revocation validation * Revocation validation * Review comments * add rules (#821) <This is intended as a guide when describing-reviewing pull requests for go-centrifuge> Fixs #800. * Feat(documents): validate transitions (#819) Closes #802 and Closes #803 * Implement CollaboratorCanUpdate on Invoice and PO (#830) Closes #805 and Closes #806 * Feat/integrate collab can update (#834) * added method to Model * validator * test * lint * New Signature structure (#791) * signature check * tmp * fix test * signature * fmt * fix tests * use repo * fixes * updating proto * added setup back * Feat/write acls receive doc (#840) Fixes #838 Also, removed creating identities in every test. this should improve our integration tests run time Note: testworld tests that check for transition failures are disabled until #807 is done * Update log for coredoc (#842) * Update log for coredoc * Update log for coredoc * Review comments * Merge * Update deps * Update deps * minor * Added Invalid Signature Tests (#784) * Initial commit for invalid signature test cases * Added invalid signature in the utility method * Added test case for revoked key signature * Fixed test case to use Alice key for signing document * Refactored prepareCoreDocument helper method * Refactored invalid signature test * Added valid signature success test case * Rebased with develop and fixed failing tests * Fixed issue with converting time to protobuf Timestamp * Fixed failing unit test for timestamp * Adding signing purpose key back once revoked * Refactored Add and Revoke signing key * Added method to get signing key pair * Fixed spacing issues with imports * Added test case to send document with revoked signing key * Resolved review comments * Refactored waitTillStatus to getTransactionStatusAndMessage * Added nil check for message in transaction * Document consensus validations (#846) * Document consensus validations * timestamp validations done * More validations * fix test * Fix tests * Review comments * transitionValidator integration: requestDocumentSignature (#841) <This is intended as a guide when describing-reviewing pull requests for go-centrifuge> Issue Link: closes #807. Co-authored-by: Vedhavyas Singareddi <[email protected]> * Nft sign + execute (#845) * signature check * tmp * fix test * signature * fmt * fix tests * use repo * fixes * adding signature proof * updating proto * added setup back * execute integration * add setup * new contract * comments * fix tw * fix id test * fix p2p test * Fix timestamp conversions (#850) * Document consensus validations * timestamp validations done * More validations * fix test * Fix tests * Fix timestamp conversions * Review comments * Gocelery update * Fix logs * Fix logging * Secret as env (#852) * move secret (#853) * Adding cent prefix (#854) * Fix identity concurrent creation (#848) * WIP fix identity concurrent creation * tests * add factory check
- Loading branch information
1 parent
7383995
commit a742b00
Showing
87 changed files
with
3,065 additions
and
957 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.