Skip to content

Commit 106f0c9

Browse files
committed
chore: update bindings
1 parent f48937d commit 106f0c9

File tree

6 files changed

+9
-7
lines changed

6 files changed

+9
-7
lines changed

docs/multichain/destination/CertificateVerifier.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,9 @@ struct BN254OperatorInfo {
263263
* @dev The operatorInfoTreeRoot is the root of a merkle tree that contains the operatorInfos for each operator in the operatorSet.
264264
* It is calculated in this function and used by the `IBN254CertificateVerifier` to verify stakes against the non-signing operators
265265
*
266-
* @dev Retrieval of the `aggregatePubKey` depends on maintaining a key registry contract, see `BN254TableCalculatorBase` in the middleware repo for an example implementation.
267-
*
266+
* @dev Retrieval of the `aggregatePubKey` depends on maintaining a key registry contract or using the core `KeyRegistrar` contract.
267+
* See `BN254TableCalculatorBase` in the middleware repo for an example implementation.
268+
*
268269
* @dev The `totalWeights` array should be the same length as each individual `weights` array in `operatorInfos`.
269270
*/
270271
struct BN254OperatorSetInfo {

pkg/bindings/BN254CertificateVerifier/binding.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/bindings/BN254TableCalculator/binding.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/bindings/ECDSACertificateVerifier/binding.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/bindings/OperatorTableUpdater/binding.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/contracts/interfaces/IBN254TableCalculator.sol

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ interface IBN254TableCalculatorTypes {
2828
* @dev The operatorInfoTreeRoot is the root of a merkle tree that contains the operatorInfos for each operator in the operatorSet.
2929
* It is calculated in this function and used by the `IBN254CertificateVerifier` to verify stakes against the non-signing operators
3030
*
31-
* @dev Retrieval of the `aggregatePubKey` depends on maintaining a key registry contract, see `BN254TableCalculatorBase` for an example implementation.
31+
* @dev Retrieval of the `aggregatePubKey` depends on maintaining a key registry contract or using the core `KeyRegistrar` contract.
32+
* See `BN254TableCalculatorBase` in the middleware repo for an example implementation.
3233
*
3334
* @dev The `totalWeights` array should be the same length as each individual `weights` array in `operatorInfos`.
3435
*/

0 commit comments

Comments
 (0)