Closed kylidboy closed 1 year ago
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
Looks ok to me.
@rllola This change is not backward compatible as the signature will change for that error. I think we need to think about this very carefully
@emmanuelm41 I think the modification is ok. It will change the error signature but it is acceptable and it is an error for precompile which are differents than actor calls so it will help debug too.
However I will change the name @kylidboy to remove the reference to actor in the error name. It is just a precompile call error.
@kylidboy please, propose this change on the Protocol Labs new repository as their are the new maintainer for this library. Thank you for your contribution! The link is here.
` const H = await ethers.getContractFactory("PeanutHull")
duplicate definition - FailToCallActor()
undefined
.exit `
When importing both 'PrecompilesAPI.sol' and 'MinerAPI.sol' in the same contract file, you will get a warning message in the terminal.
:link: zboto Link