Fix handling of init in create_calldata #523
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix_create_calldata"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: hanssv
Created by: happi
Review: Approved
Created by: UlfNorell
Will this not cause strange errors when you have an init function, but some other error?
A nicer approach might be to parse the contract and look for the init function, and only insert a default init if you don't find it.
Created by: UlfNorell
Review: Approved
Created by: hanssv
Yet another approach would be to return the first error when the second
check_call
also fail🤔
Created by: happi
Review: Approved
Created by: UlfNorell
Review: Approved
Merged by: hanssv at 2019-02-28 09:12:16 UTC