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

build: devnet-contract-deploy #222

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

arsen3d
Copy link
Contributor

@arsen3d arsen3d commented Jul 2, 2024

Review Type Requested (choose one):

  • [ x] Glance - superficial check (from domain experts)
  • Logic - thorough check (from everybody doing review)

Summary

Provides a way to migrate contracts on devnet.

@arsen3d arsen3d requested a review from bgins July 2, 2024 19:11
@github-actions github-actions bot added the build label Jul 2, 2024
@arsen3d arsen3d requested a review from AquiGorka July 2, 2024 19:12
.github/workflows/devnet_deploy_contracts.yml Outdated Show resolved Hide resolved
.github/workflows/devnet_deploy_contracts.yml Outdated Show resolved Hide resolved
.github/workflows/devnet_deploy_contracts.yml Outdated Show resolved Hide resolved

- name: Commit and push
run: |
git add .
Copy link
Contributor

Choose a reason for hiding this comment

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

Optional, but might be good to target the directory where we expect changes. Helps to document it a bit better.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We may need to generate binding, which is not in hardhat directory

Copy link
Contributor

Choose a reason for hiding this comment

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

I think @bgins means: git add pkg/web3/bindings

Copy link
Contributor

Choose a reason for hiding this comment

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

Have you identified which files are going to be added here?
Can you list them?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Folders:
* pkg/web3/bindings
* hardhat/deployments
* hardhat/.openzeppelin

Copy link
Contributor

Choose a reason for hiding this comment

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

The you have your list for git add

@arsen3d arsen3d force-pushed the arsen/build-devnet-contract-deploy branch 4 times, most recently from bbde6da to 03d98a7 Compare July 2, 2024 19:51
@arsen3d arsen3d force-pushed the arsen/build-devnet-contract-deploy branch from 03d98a7 to ee2521e Compare July 2, 2024 21:16
@AquiGorka
Copy link
Contributor

@alvin-reyes this PR was addressing the 2nd step in our current 2 step process when deploying changes to the contracts.
1st step deployed to the blockchain, we then captured any relevant information (like deployment state and new contract addresses) and then pushed those changes into a second PR for the 2nd step.

Let's put a pin on this PR until you've defined and documented our processes, and then we can decide whether we use this PR as base or close this and open a new one for the automations for the CI pipeline.

@arsen3d I'm moving this PR back to draft.

@AquiGorka AquiGorka marked this pull request as draft July 11, 2024 16:06
@kquirapas
Copy link
Contributor

Added to engineering board assigned to me

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

Successfully merging this pull request may close these issues.

5 participants