You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we upload contracts in the Makefile using cargo contract upload. ink-wrapper outputs code that can upload contracts as well. We should set up tests (i.e. upload contracts) using ink-wrapper generated code instead.
@obrok , does that sound good? Or was there a reason for doing it via cargo contract that I am now forgetting?
The text was updated successfully, but these errors were encountered:
Currently, we upload contracts in the
Makefile
usingcargo contract upload
.ink-wrapper
outputs code that can upload contracts as well. We should set up tests (i.e. upload contracts) usingink-wrapper
generated code instead.@obrok , does that sound good? Or was there a reason for doing it via
cargo contract
that I am now forgetting?The text was updated successfully, but these errors were encountered: