-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* updated authorization status and message tracking Signed-off-by: 2byrds <[email protected]> * added auth cred filter test Signed-off-by: 2byrds <[email protected]> * integration tested setting authorization result Signed-off-by: 2byrds <[email protected]> * validating schema chains and updated additional schemas Signed-off-by: 2byrds <[email protected]> --------- Signed-off-by: 2byrds <[email protected]>
- Loading branch information
Showing
9 changed files
with
435 additions
and
148 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
from keri import kering | ||
from keri.core import MtrDex, coring | ||
|
||
|
||
class DigerBuilder: | ||
@staticmethod | ||
def sha256(dig): | ||
|
Oops, something went wrong.