Skip to content

build: devnet-contract-deploy - #222

Draft
arsen3d wants to merge 5 commits into
mainfrom
arsen/build-devnet-contract-deploy
Draft

build: devnet-contract-deploy#222
arsen3d wants to merge 5 commits into
mainfrom
arsen/build-devnet-contract-deploy

Conversation

@arsen3d

@arsen3d arsen3d commented Jul 2, 2024

Copy link
Copy Markdown
Contributor

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
Comment thread .github/workflows/devnet_deploy_contracts.yml Outdated
Comment thread .github/workflows/devnet_deploy_contracts.yml Outdated
Comment thread .github/workflows/devnet_deploy_contracts.yml Outdated

- name: Commit and push
run: |
git add .

Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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 and others added 2 commits July 2, 2024 12:26
Co-authored-by: Brian Ginsburg <7957636+bgins@users.noreply.github.com>
Co-authored-by: Brian Ginsburg <7957636+bgins@users.noreply.github.com>
@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
Comment thread .github/workflows/devnet_deploy_contracts.yml Outdated
Comment thread .github/workflows/devnet_deploy_contracts.yml
Co-authored-by: Brian Ginsburg <7957636+bgins@users.noreply.github.com>
@arsen3d
arsen3d force-pushed the arsen/build-devnet-contract-deploy branch from 03d98a7 to ee2521e Compare July 2, 2024 21:16
@AquiGorka

Copy link
Copy Markdown
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
Copy Markdown
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