Refactor aess direct access to Suber#1159
Merged
SmithSamuelM merged 12 commits intoWebOfTrust:mainfrom Feb 9, 2026
Merged
Conversation
- Tests pass, but may not be the right patterns yet.
Switch aess callers to use direct CatCesrSuber access with dgKey()-based keys, matching the validated udes refactor pattern.
# Conflicts: # src/keri/db/subing.py
- variable names - unrelated "fixes"
- No longer necessary; the proper fix was applied in Subing.py
m00sey
reviewed
Feb 1, 2026
src/keri/db/basing.py
Outdated
Member
There was a problem hiding this comment.
please remove the commented out code
- Added some habbing tests for getOwnEvent and makeOwnEvent
SmithSamuelM
approved these changes
Feb 9, 2026
Collaborator
SmithSamuelM
left a comment
There was a problem hiding this comment.
Looks good enough to accept. There are a couple of refinements that can be done on the accepted pull request.
jaelliot
added a commit
to jaelliot/keripy
that referenced
this pull request
Feb 18, 2026
- Schema: self.env.open_db(key=b'dtss.') -> subing.CesrSuber(db=self, subkey='dtss.', klas=coring.Dater) - Deleted 4 helper methods: getDts, putDts, setDts, delDts - Updated 33 consumer call sites in eventing.py - Updated clonePreIter in basing.py - Updated rollback.py: delDts -> dtss.rem - Updated test_basing.py: type assertions + CRUD tests with Dater objects - Updated test_escrow.py: getDts -> dtss.get returning Dater Pattern: follows Ryan Hansen's .aess migration (PR WebOfTrust#1159) Refs: WebOfTrust#1163
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.