Zondax / filecoin-solidity

Filecoin Solidity API Library
Apache License 2.0
94 stars 43 forks source link

Error executing any method that uses "filecoin-solidity" #232

Closed andborges closed 1 year ago

andborges commented 1 year ago

Hi,

Yesterday I was testing a smart contract using "filecoin-solidity" and everything went well. But today I'm having this error all the time:

Error: transaction failed [ See: https://links.ethers.org/v5-errors-CALL_EXCEPTION ]

Nothing changed at my side from yesterday, using pretty much the same deployed smart contract. When I call another method on the same smart contract that do not use "filecoin-solidity", no errors.

Thanks.

:link: zboto Link

emmanuelm41 commented 1 year ago

@andborges I think the issue is solved by the PR #234. Please, re open the issue if it still not working.

andborges commented 1 year ago

Hello @emmanuelm41, super thanks for the feedback! But still no luck :(

I just updated my project to @zondax/filecoin-solidity@1.0.1-beta.1, recompiled and redeployed the smart contract to hyperspace but still having the same error.

Just to let you know, I'm using https://github.com/filecoin-project/fevm-hardhat-kit to make this tests.