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

(feat) Contract migration system for sway contracts #289

Open
DefiCake opened this issue Sep 18, 2024 · 0 comments
Open

(feat) Contract migration system for sway contracts #289

DefiCake opened this issue Sep 18, 2024 · 0 comments

Comments

@DefiCake
Copy link
Member

Currently, our approach to the sway contracts is really raw.

Unlike with solidity, where store artifacts data such as addresses, bytecode, storage layout and ABIs, and use all of these to run automated checks against new deployments, sway contracts deployment are done blindly.

We need to come up with a way to add some safety to the current process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant