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: Support cloned contracts in the action builder. #294

Draft
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

mprasanjith
Copy link
Member

Description

This implements support for factory-created contracts or similar cloned contracts in the action builder.

Under the hood, we use the rich contract registry to store the sha256-hashed contract bytecode of the cloned contract to achieve this.

Closes DXgovernance/davi-monorepo#27.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Checklist:

  • My code follows the existing style of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any UI changes have been tested and made responsive for mobile views

@github-actions github-actions bot temporarily deployed to feature/action-builder-clone-contracts-support September 12, 2022 09:12 Inactive
@github-actions
Copy link

✔️ Preview deployment is ready!

🔨 Explore the source changes: fc770aa

😎 Browse the preview: https://bafybeieilnbi3rskwah7mepp5mb3w3notwdaws3zhfcr6g3szndo4lcpym.ipfs.cf-ipfs.com

@github-actions
Copy link

✔️ Storybook deployment is ready!

😎 Browse Storybook: https://bafybeidq4vodb5c2qqmyrik3tc4zpdcwew2dd26sek4c3bimqoxk6y3inq.ipfs.cf-ipfs.com

@github-actions
Copy link

✔️ Storybook deployment is ready!

😎 Browse Storybook: https://bafybeihrx3e2ao5m4d3k2mwvbqivwin2yhxou7iekry4z4zglwxjssyusq.ipfs.cf-ipfs.com

@github-actions github-actions bot temporarily deployed to feature/action-builder-clone-contracts-support September 19, 2022 09:31 Inactive
@github-actions
Copy link

✔️ Preview deployment is ready!

🔨 Explore the source changes: af326c6

😎 Browse the preview: https://bafybeicpbjqngqykkypog7rcn7rbvf36ng5fj6555ok67jb4l525eahiqa.ipfs.cf-ipfs.com

@github-actions
Copy link

✔️ Storybook deployment is ready!

😎 Browse Storybook: https://bafybeieb5phm2r25ytnm4tn4uhxru5shgv5puttkvs6rje7mxliiaxmitm.ipfs.cf-ipfs.com

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.

Support factory contracts
1 participant