From 71d12099966dfff2a2f3d374990023f73977a03a Mon Sep 17 00:00:00 2001 From: Nikola Matic Date: Tue, 6 Sep 2022 17:55:23 +0200 Subject: [PATCH] Pin hardhat version in bleeps tests --- test/externalTests/bleeps.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/externalTests/bleeps.sh b/test/externalTests/bleeps.sh index 5ad80642e..22e54ac9c 100755 --- a/test/externalTests/bleeps.sh +++ b/test/externalTests/bleeps.sh @@ -86,6 +86,10 @@ function bleeps_test npm install npm-run-all npm install + # Causes a test failure with hardhat 2.11.0 (latest at the moment of writing this) + # TODO: Remove when https://github.com/wighawag/bleeps/issues/4 is resolved + npm install hardhat@2.10.2 + # TODO: Bleeps depends on OpenZeppelin 4.3.2, which is affected by # https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3293. # Forcing OZ >= 4.6.0 fixes this but it also causes a lot of unrelated compilation errors.