hardhat-tenderly icon indicating copy to clipboard operation
hardhat-tenderly copied to clipboard

tenderly export does not work with hardhat 2.9.5

Open jaycenhorton opened this issue 2 years ago • 2 comments

The latest version of hardhat (v2.9.5) broke tenderly export

Repro:

tenderly export TRANSACTION_HASH results in the following spam looped over and over:

eth_getStorageAt                                                                                                                                           
                                                                                                                                                           
  Errors encountered in param 1: Storage slot argument must have a length of 66 ("0x" + 32 bytes), but '0x65' has a length of 4        

Workaround: use hardhat <= 2.9.4

Official ways to handle eth_getStorageAt are noted here, and a seemingly related issue is noted here

jaycenhorton avatar May 13 '22 23:05 jaycenhorton

As soon as hardhat fixes the issue to work with padded zeroes we will look into this.

l2cup avatar May 17 '22 09:05 l2cup

Hey, @l2cup, what's the status on this? Can I help somehow? I just wrote this explanation that can help understand the situation.

alcuadrado avatar Sep 11 '22 12:09 alcuadrado