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

feat: enhanced delegation enforcement checks #761

Open
wants to merge 23 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
7a32461
feat: DelegationChain audits for delegation targets and maximum deleg…
krpeacock Aug 21, 2023
96e90b9
changelog
krpeacock Aug 21, 2023
298d373
wip
krpeacock Aug 25, 2023
ef6c173
continuing work on not repeating delegations
krpeacock Sep 5, 2023
3a89fc0
checks to prevent repeated delegations to public keys
krpeacock Sep 6, 2023
0cb0acb
Merge branch 'main' into kyle/SDK-1193-delegation-enforcement
krpeacock Sep 6, 2023
78e6e56
chore: lock npm version for CI (#762)
krpeacock Sep 6, 2023
139356c
feat: DelegationChain audits for delegation targets and maximum deleg…
krpeacock Aug 21, 2023
4f87fe1
changelog
krpeacock Aug 21, 2023
95588ea
wip
krpeacock Aug 25, 2023
c0dab1b
continuing work on not repeating delegations
krpeacock Sep 5, 2023
d6d5a3c
checks to prevent repeated delegations to public keys
krpeacock Sep 6, 2023
26249e3
Merge branch 'kyle/SDK-1193-delegation-enforcement' of github.com:dfi…
krpeacock Sep 6, 2023
8b80563
fixing test case
krpeacock Sep 6, 2023
32aad22
fixing auth-client test around expired delegations
krpeacock Sep 6, 2023
9e38f30
npm version pinning was accomplished in a separate PR
krpeacock Sep 20, 2023
ed64572
Update packages/identity/src/identity/delegation.ts
krpeacock Sep 20, 2023
194007f
Update packages/identity/src/identity/delegation.ts
krpeacock Sep 20, 2023
b60c736
Update packages/identity/src/identity/delegation.ts
krpeacock Sep 20, 2023
f5a798e
Update packages/identity/src/identity/delegation.ts
krpeacock Sep 20, 2023
bab42fb
refactoring to use reduce function
krpeacock Sep 20, 2023
f5b1c97
upgrading node version to 16 as a baseline for CI
krpeacock Sep 20, 2023
ba9025d
pinning node 9 again
krpeacock Sep 20, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into kyle/SDK-1193-delegation-enforcement
  • Loading branch information
krpeacock authored Sep 6, 2023
commit 0cb0acb9cd145762376c423dba27f03b8893ba0f
9 changes: 7 additions & 2 deletions docs/generated/changelog.html
Original file line number Diff line number Diff line change
@@ -12,8 +12,13 @@ <h1>Agent-JS Changelog</h1>
<section>
<h2>Version x.x.x</h2>
<ul>
<li>feat: DelegationChain audits for delegation targets and maximum delegations during
initialization</li>
<li>
feat: DelegationChain audits for delegation targets and maximum delegations during
initialization
</li>
<li>
Adds more helpful error message for when principal is undefined during actor creation
</li>
</ul>
<h2>Version 0.19.2</h2>
<ul>
You are viewing a condensed version of this merge commit. You can view the full changes here.