Skip to content

Commit

Permalink
response status
Browse files Browse the repository at this point in the history
  • Loading branch information
seunlanlege committed Jul 24, 2024
1 parent 0677560 commit b761fea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions interfaces/IIsmpHost.sol
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,12 @@ interface IIsmpHost is IDispatcher {
*/
function consensusState() external view returns (bytes memory);

/**
* @dev Check the response status for a given request.
* @return `response` status
*/
function responded(bytes32 commitment) external view returns (bool);

/**
* @param commitment - commitment to the request
* @return relayer address
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polytope-labs/ismp-solidity",
"version": "0.2.3",
"version": "0.2.4",
"description": "Hyperbridge Solidity SDK for the Interoperable state machine protocol",
"author": "Polytope Labs <[email protected]>",
"license": "Apache-2.0",
Expand Down

0 comments on commit b761fea

Please sign in to comment.