@hyperbridge/core 1.5.1 → 1.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -82,5 +82,6 @@ interface IConsensus {
82
82
  */
83
83
  function verifyConsensus(bytes memory trustedState, bytes memory proof)
84
84
  external
85
+ view
85
86
  returns (bytes memory, IntermediateState[] memory);
86
87
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyperbridge/core",
3
- "version": "1.5.1",
3
+ "version": "1.5.2",
4
4
  "description": "Hyperbridge Solidity SDK for dispatching & receiving cross-chain messages",
5
5
  "author": "Polytope Labs <hello@polytope.technology>",
6
6
  "license": "Apache-2.0",