-
Notifications
You must be signed in to change notification settings - Fork 43
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
Offchain contract test #1459
Offchain contract test #1459
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files
|
1bb1d47
to
54f4130
Compare
}; | ||
|
||
{ | ||
let set_value_req = sequencer_client |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should get the value and see if the tx actually worked. if the code couldn't be reached for example, the tx would go through but value wont be set
Description
Adds a test to make sure that a contracts code is correct and that the contract is executing transactions properly pre and post forks.
Linked Issues