Skip to content

Commit

Permalink
rm binding update
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0aa0 committed Nov 20, 2024
1 parent 31017e2 commit 8937de0
Show file tree
Hide file tree
Showing 8 changed files with 89 additions and 2,547 deletions.
1,055 changes: 0 additions & 1,055 deletions contracts/bindings/EigenDABlobVerifier/binding.go

This file was deleted.

260 changes: 15 additions & 245 deletions contracts/bindings/EigenDAServiceManager/binding.go

Large diffs are not rendered by default.

1,024 changes: 0 additions & 1,024 deletions contracts/bindings/EigenDAThresholdRegistry/binding.go

This file was deleted.

213 changes: 33 additions & 180 deletions contracts/bindings/IEigenDAServiceManager/binding.go

Large diffs are not rendered by default.

76 changes: 38 additions & 38 deletions contracts/bindings/MockRollup/binding.go

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions contracts/src/interfaces/IEigenDABlobVerifier.sol
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.9;

import {IEigenDAServiceManager} from "./IEigenDAServiceManager.sol";
import {EigenDABlobVerificationUtils} from "../libraries/EigenDABlobVerificationUtils.sol";
import {IEigenDAThresholdRegistry} from "./IEigenDAThresholdRegistry.sol";
import "./IEigenDAStructs.sol";

Expand Down Expand Up @@ -140,4 +138,4 @@ interface IEigenDABlobVerifier is IEigenDAThresholdRegistry {
uint16 version,
SecurityThresholds memory securityThresholds
) external view;
}
}
2 changes: 1 addition & 1 deletion contracts/src/interfaces/IEigenDAServiceManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ interface IEigenDAServiceManager is IServiceManager, IEigenDAThresholdRegistry {

/// @notice The maximum amount of blocks in the past that the service will consider stake amounts to still be 'valid'.
function BLOCK_STALE_MEASURE() external view returns (uint32);
}
}
2 changes: 1 addition & 1 deletion contracts/src/libraries/EigenDAHasher.sol
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@ library EigenDAHasher {
function hashBlobHeaderV2(BlobHeaderV2 memory blobHeader) internal pure returns(bytes32) {
return keccak256(abi.encode(blobHeader));
}
}
}

0 comments on commit 8937de0

Please sign in to comment.