Commits
Click on a commit to change the comparison rangeMerge branch 'main' into gpeacock/assertions_created Merge branch 'main' into gpeacock/assertions_created Merge branch 'main' into gpeacock/assertions_created feat: claim.add_assertion automation.
the add_assertion method will now determine when salting and created/vs gathered are needed.
A list of created assertion names can be provided in settings, and you can still call add_created_assertion when needed.
All assertions are considered gathered by default except for hard bindings.
All redactable assertions are salted.
Adding a custom salt is now private to Claim but can be made public if needed (it was never used)
add_assertion_with_salt and add_gathered_assertion_with salt have been removed.