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
{{ message }}
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
I think it would be cool to have some sort of service that subscribes via webhooks to new ink! and/or cargo-contract releases and automatically updates the compiler and contract TOML files for the new release. It can do something like grab the latest
template generated by cargo contract new and use that.
A prerequisite for this is a CI job which checks if the playground can still build
contracts when these dependencies get updated.
The text was updated successfully, but these errors were encountered:
I think it would be cool to have some sort of service that subscribes via webhooks to new
ink!
and/orcargo-contract
releases and automatically updates thecompiler
andcontract
TOML files for the new release. It can do something like grab the latesttemplate generated by
cargo contract new
and use that.A prerequisite for this is a CI job which checks if the playground can still build
contracts when these dependencies get updated.
The text was updated successfully, but these errors were encountered: