From 3a03ed6a7d86c7ccd178b860e42e92b56c3c742a Mon Sep 17 00:00:00 2001 From: mejango Date: Mon, 10 Jul 2023 16:34:54 -0400 Subject: [PATCH 1/2] data source methods are reliably view --- contracts/interfaces/IJBFundingCycleDataSource3_1_1.sol | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contracts/interfaces/IJBFundingCycleDataSource3_1_1.sol b/contracts/interfaces/IJBFundingCycleDataSource3_1_1.sol index f4cc5f57f..c2a45e192 100644 --- a/contracts/interfaces/IJBFundingCycleDataSource3_1_1.sol +++ b/contracts/interfaces/IJBFundingCycleDataSource3_1_1.sol @@ -19,6 +19,7 @@ interface IJBFundingCycleDataSource3_1_1 is IERC165 { JBPayParamsData calldata data ) external + view returns ( uint256 weight, string memory memo, @@ -34,6 +35,7 @@ interface IJBFundingCycleDataSource3_1_1 is IERC165 { JBRedeemParamsData calldata data ) external + view returns ( uint256 reclaimAmount, string memory memo, From 9b9a48927323818ffd10d017bccdcedf33fa7446 Mon Sep 17 00:00:00 2001 From: mejango Date: Mon, 10 Jul 2023 16:47:45 -0400 Subject: [PATCH 2/2] bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 19fd0b542..9c43c600d 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/jbx-protocol/juice-contracts-v3" }, - "version": "4.0.1", + "version": "4.0.2", "license": "MIT", "dependencies": { "@chainlink/contracts": "^0.1.6",