You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
Issue
What the issue is, in broad strokes.
Steps to Reproduce
methodA(address inputVal )
is a mock Solidity pure function returning incomminginputVal
.Next truffle test work as expected:
Next execution fails due to a dependency is broken ethersproject/bytes:5.6.1:
The raised exception is:
Expected Behavior
Returned result for
contract.methodA.call('0x4F1C4e17bAa273EdCcB5c49E07ee87D264cFEdfE');
returns0x4F1C4e17bAa273EdCcB5c49E07ee87D264cFEdfE
.Actual Results
An exception is raised
value out of range
Environment
truffle version
): tested with 5.5.29, 5.6.1, 5.6.7node --version
): 16.17.1npm --version
): 9.1.2The original bug looks to be related to: ethers-io/ethers.js#3017
package.json dependencies used for test execution:
The text was updated successfully, but these errors were encountered: