You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change in scope for this task. It is now just to apply the changes from #2302 into the anoncreds-rs branch. The changes include new features/improvements in CL Signatures, such as not needed the tails file for issuing and revoking credentials. That will reduce the need for keeping local copies of tails files after creation/publishing.
We'll add plan/set of tasks for merging the anoncreds-rs branch into main vs. the other way round. Or we will do it the other way round. TBD.
Old scope:
Sub-task for #2297. anoncreds-rs branch is very out of date with main. We need to get this synced before taking on more new code.
Will need to coordinate work between @dbluhm and @usingtechnology - the work that @andrewwhitehead did around credx impacts changes to the Base ledger and will be the trickiest logic to merge in.
The text was updated successfully, but these errors were encountered:
Just did a simple merge main onto anoncreds-rs to look at impact. Most merge conflicts are straightforward (ex. library version updates, text in readmes). There are a few areas that will require some deep knowledge about why code as changed...
askar/profile
core/conductor
ledger/base
revocation/manager
revocation/models/issuer_cred_rev_record
All in all I don't think it's a significant amount of work, but certainly not an automatic effort.
@andrewwhitehead -- need to get anoncreds-rs released first, with the latest CL-Signatures library embedded. Need to confirm with other AnonCreds devs if they have anything else.
swcurran
changed the title
Merge main into anoncreds-rs
Apply CL-Signature changes that were applied in the main branch to the anoncreds-rs branch
Oct 20, 2023
Change in scope for this task. It is now just to apply the changes from #2302 into the anoncreds-rs branch. The changes include new features/improvements in CL Signatures, such as not needed the tails file for issuing and revoking credentials. That will reduce the need for keeping local copies of tails files after creation/publishing.
We'll add plan/set of tasks for merging the anoncreds-rs branch into main vs. the other way round. Or we will do it the other way round. TBD.
Old scope:
Sub-task for #2297.
anoncreds-rs
branch is very out of date withmain
. We need to get this synced before taking on more new code.Will need to coordinate work between @dbluhm and @usingtechnology - the work that @andrewwhitehead did around credx impacts changes to the Base ledger and will be the trickiest logic to merge in.
The text was updated successfully, but these errors were encountered: