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

chore: remove dev-deploy and refactor deploy.rs #1338

Merged
merged 13 commits into from
Apr 19, 2024
Merged

Conversation

alxiong
Copy link
Contributor

@alxiong alxiong commented Apr 18, 2024

Close #1177

Major changes include:

  • refactor bin/deploy.rs to separate out the reusable code to a utils/deployer.rs module
  • remove just dev-deploy command and replace deployment logic inside rust to directly use sequencer_utils::deployer's APIs.

@alxiong alxiong marked this pull request as ready for review April 18, 2024 07:34
@alxiong alxiong force-pushed the remove-dev-deploy branch from 17c9118 to 92d7ba7 Compare April 18, 2024 15:17
Copy link
Collaborator

@sveitser sveitser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but let's wait for an ark-srs update that works with hotshot.

@alxiong alxiong merged commit 935e80a into main Apr 19, 2024
15 checks passed
@alxiong alxiong deleted the remove-dev-deploy branch April 19, 2024 13:35
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

Successfully merging this pull request may close these issues.

Remove calls to just in rust tests
2 participants