Skip to content

Commit

Permalink
CapabilityRegistry updates (#13183)
Browse files Browse the repository at this point in the history
* encode instead of encode packed for capability id

* add config count to DON struct

* address PR feedback

* Update gethwrappers

* update node signer type

* address naming suggestions

* implement remove DONs in capability registry

* address PR feedback

* add check

* regen wrappers

* address PR feedback

* implement modify DON

* add changeset

* address PR feedback

* add test for capability ID generation

* update ICapabilityConfiguration interface

* add getters for entities

* address PR feedback

* remove unused increment

* address PR feedback

* Update gethwrappers

* address PR feedback

---------

Co-authored-by: app-token-issuer-infra-releng[bot] <120227048+app-token-issuer-infra-releng[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 9b8e252 commit 9630475
Show file tree
Hide file tree
Showing 30 changed files with 1,374 additions and 268 deletions.
5 changes: 5 additions & 0 deletions .changeset/cool-readers-try.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chainlink": patch
---

#internal add modify DON function to capability registry
5 changes: 5 additions & 0 deletions .changeset/curvy-pandas-wonder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chainlink": patch
---

#internal add getters in capability registry
5 changes: 5 additions & 0 deletions .changeset/giant-hats-talk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chainlink": patch
---

#internal update ICapabilityConfiguration interface
5 changes: 5 additions & 0 deletions .changeset/metal-horses-count.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chainlink": patch
---

#internal implement remove DONs in capability registry
5 changes: 5 additions & 0 deletions .changeset/thin-schools-own.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chainlink": patch
---

#internal track config count in DON struct
5 changes: 5 additions & 0 deletions .changeset/two-papayas-begin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chainlink": patch
---

#internal update node signer type
5 changes: 5 additions & 0 deletions contracts/.changeset/hip-comics-rhyme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@chainlink/contracts": patch
---

track config count in DON struct
5 changes: 5 additions & 0 deletions contracts/.changeset/long-beans-turn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@chainlink/contracts": patch
---

implement remove DONs in capability registry
5 changes: 5 additions & 0 deletions contracts/.changeset/quiet-guests-march.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@chainlink/contracts": patch
---

Add update DON function to capability registry
5 changes: 5 additions & 0 deletions contracts/.changeset/selfish-files-learn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@chainlink/contracts": patch
---

add getters in capability registry
5 changes: 5 additions & 0 deletions contracts/.changeset/six-ears-sin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@chainlink/contracts": patch
---

update ICapabilityConfiguration interface
5 changes: 5 additions & 0 deletions contracts/.changeset/sour-parents-explode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@chainlink/contracts": patch
---

update node signer type
Loading

0 comments on commit 9630475

Please sign in to comment.