Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LiveContract call fails when calling method with more arguments then expected #110

Open
3Nigma opened this issue Aug 26, 2022 · 0 comments
Labels
bug Something isn't working contracts LiveContract/Smart contract related question Further information is requested
Milestone

Comments

@3Nigma
Copy link
Contributor

3Nigma commented Aug 26, 2022

Calling greet(1) from:

pragma solidity ^0.8.3;

contract HelloWorld {
    string public greet = "Hello World!";
}

fails with a Expected library addresses to be provided yet none was given. error message.

Maybe we should log a warning in this scenario, discard the provided parameter and still let the call go through?

Relates to #73

@3Nigma 3Nigma added bug Something isn't working question Further information is requested contracts LiveContract/Smart contract related labels Aug 26, 2022
@3Nigma 3Nigma added this to the Back-burner milestone Aug 26, 2022
@3Nigma 3Nigma modified the milestones: Back-burner, 0.8.1, 0.8.2 Oct 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working contracts LiveContract/Smart contract related question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant