Skip to content

Commit

Permalink
Bump chainlink-common to latest INFOPLAT-1071-beholder-csa-signer-auth_2
Browse files Browse the repository at this point in the history
  • Loading branch information
pkcll committed Nov 7, 2024
1 parent f542df9 commit 179a341
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/services/keystore/beholder.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ func BuildBeholderAuth(keyStore Master) (authHeaders map[string]string, pubKeyHe
}
csaKey := csaKeys[0]
csaPrivKey := csaKey.Raw().Bytes()
authHeaders = beholder.BuildAuthHeaders(csaPrivKey, csaKey.PublicKey)
authHeaders = beholder.BuildAuthHeaders(csaPrivKey)
pubKeyHex = hex.EncodeToString(csaKey.PublicKey)
return
}
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ require (
github.com/smartcontractkit/chain-selectors v1.0.27
github.com/smartcontractkit/chainlink-automation v0.8.1
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241106140121-4c9ee21ab422
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241107203340-88df7ab02bd8
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241107204926-b969b66e6141
github.com/smartcontractkit/chainlink-cosmos v0.5.2-0.20241017133723-5277829bd53f
github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20241018134907-a00ba3729b5e
github.com/smartcontractkit/chainlink-feeds v0.1.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1077,8 +1077,8 @@ github.com/smartcontractkit/chainlink-automation v0.8.1 h1:sTc9LKpBvcKPc1JDYAmgB
github.com/smartcontractkit/chainlink-automation v0.8.1/go.mod h1:Iij36PvWZ6blrdC5A/nrQUBuf3MH3JvsBB9sSyc9W08=
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241106140121-4c9ee21ab422 h1:VfH/AW5NtTmroY9zz6OYCPFbFTqpMyJ2ubgT9ahYf3U=
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241106140121-4c9ee21ab422/go.mod h1:4adKaHNaxFsRvV/lYfqtbsWyyvIPUMLR0FdOJN/ljis=
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241107203340-88df7ab02bd8 h1:+rh5sjtluIfuy/Vy0VsRy+YFx0SjYB+N3zPy4A4msCc=
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241107203340-88df7ab02bd8/go.mod h1:TQ9/KKXZ9vr8QAlUquqGpSvDCpR+DtABKPXZY4CiRns=
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241107204926-b969b66e6141 h1:Y/oRkWKnTPurp3Hcqu5LDUw52v62u0SktO9nWXXM8KA=
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241107204926-b969b66e6141/go.mod h1:TQ9/KKXZ9vr8QAlUquqGpSvDCpR+DtABKPXZY4CiRns=
github.com/smartcontractkit/chainlink-cosmos v0.5.2-0.20241017133723-5277829bd53f h1:BwrIaQIx5Iy6eT+DfLhFfK2XqjxRm74mVdlX8gbu4dw=
github.com/smartcontractkit/chainlink-cosmos v0.5.2-0.20241017133723-5277829bd53f/go.mod h1:wHtwSR3F1CQSJJZDQKuqaqFYnvkT+kMyget7dl8Clvo=
github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20241018134907-a00ba3729b5e h1:JiETqdNM0bktAUGMc62COwXIaw3rR3M77Me6bBLG0Fg=
Expand Down

0 comments on commit 179a341

Please sign in to comment.