Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multisig end role authorization #120

Merged
merged 3 commits into from
Oct 18, 2023

Conversation

rodolfomiranda
Copy link
Collaborator

No description provided.

@codecov
Copy link

codecov bot commented Oct 18, 2023

Codecov Report

Merging #120 (e72da5e) into development (90324e2) will decrease coverage by 0.02%.
Report is 5 commits behind head on development.
The diff coverage is 100.00%.

@@               Coverage Diff               @@
##           development     #120      +/-   ##
===============================================
- Coverage        80.92%   80.90%   -0.02%     
===============================================
  Files               42       42              
  Lines             4078     4111      +33     
  Branches          1022     1025       +3     
===============================================
+ Hits              3300     3326      +26     
- Misses             746      753       +7     
  Partials            32       32              
Files Coverage Δ
src/keri/app/aiding.ts 87.26% <100.00%> (ø)
src/keri/app/exchanging.ts 98.30% <100.00%> (+0.05%) ⬆️
src/keri/core/eventing.ts 73.78% <100.00%> (+1.49%) ⬆️

... and 2 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@rodolfomiranda rodolfomiranda requested a review from m00sey October 18, 2023 18:18
@@ -432,9 +432,9 @@ export function messagize(
new Counter({ code: CtrDex.TransIdxSigGroups, count: 1 })
.qb64b
);
atc = concat(atc, seal.i.encode('utf-8'));
atc = concat(atc, new TextEncoder().encode(seal[1].i));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just made this change too, lol

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I saw it :)

@rodolfomiranda rodolfomiranda merged commit dcf6394 into WebOfTrust:development Oct 18, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants