generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Record class, DID Manager, and Stabilize API (#43)
* Commit to resolve merge conflicts Signed-off-by: Frank Hinek <[email protected]> * Delete duplicate Storage.js Caused by git ignoring case * Delete duplicate file Caused by git ignoring case * Revert status code for 'No DWN endpoints present in DID document' back to 422 Co-authored-by: Frank Hinek <[email protected]> Co-authored-by: Devin Rousso <[email protected]> * Bump dwn-sdk-js to 0.0.30 Signed-off-by: Frank Hinek <[email protected]> * Clean-up git case insensitivity issue * Make the Web5Did didStore private Signed-off-by: Frank Hinek <[email protected]> * Move Web5 response types to be adjacent to functions that return this type Signed-off-by: Frank Hinek <[email protected]> * Minor syntax changes to Record class Signed-off-by: Frank Hinek <[email protected]> * Change Record.create from getter to function Signed-off-by: Frank Hinek <[email protected]> * Change frozen/deleted terminology to be more descriptive/intuitive Signed-off-by: Frank Hinek <[email protected]> * Making named exports consistent throughout project Signed-off-by: Frank Hinek <[email protected]> * Update simple-agent example to define location for EventLog Signed-off-by: Frank Hinek <[email protected]> * Refactor DID Manager Signed-off-by: Frank Hinek <[email protected]> * Address minor nits Signed-off-by: Frank Hinek <[email protected]> * Revert change from storage classes Signed-off-by: Frank Hinek <[email protected]> * Collection of small enhancements Signed-off-by: Frank Hinek <[email protected]> * Improve defensiveness and readability of send functions for Web5 and HTTP transport Signed-off-by: Frank Hinek <[email protected]> * Bump ION tools Signed-off-by: Frank Hinek <[email protected]> --------- Signed-off-by: Frank Hinek <[email protected]> Co-authored-by: Devin Rousso <[email protected]>
- Loading branch information
1 parent
a7b0e83
commit 3e81ed1
Showing
44 changed files
with
3,009 additions
and
1,047 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
# Agent Specific | ||
|
||
BLOCKSTORE/ | ||
DATASTORE/ | ||
INDEX/ | ||
DATASTORE-* | ||
EVENTLOG-* | ||
INDEX-* | ||
MESSAGESTORE-* |
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.