hardhat-tenderly
hardhat-tenderly copied to clipboard
tenderly export does not work with hardhat 2.9.5
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
As soon as hardhat fixes the issue to work with padded zeroes we will look into this.
Hey, @l2cup, what's the status on this? Can I help somehow? I just wrote this explanation that can help understand the situation.