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

✨ Verify dao action data schema #36

Merged

Conversation

doitian
Copy link
Collaborator

@doitian doitian commented Feb 1, 2024

  • βž• Add crate dependency ckb-transaction-cobuild
  • πŸ§‘β€πŸ’» Setup error tracing in contracts
  • ✨ Verify dao action data schema.
    The action data is encoded using molecule.

@doitian doitian self-assigned this Feb 1, 2024
Copy link

vercel bot commented Feb 1, 2024

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Comments Updated (UTC)
ckb-dao-cobuild-poc βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback Feb 9, 2024 7:16am

@doitian doitian mentioned this pull request Feb 1, 2024
@doitian doitian changed the title βž• Add crate dependency ckb-transaction-cobuild ✨ Verify dao action data schema Feb 1, 2024
@doitian doitian linked an issue Feb 1, 2024 that may be closed by this pull request
9 tasks
@doitian doitian force-pushed the feature/dao-action-data-schema-v2-rust branch from f1eb577 to 17bdf5c Compare February 2, 2024 03:19
@doitian doitian force-pushed the feature/dao-action-data-schema-v2-contract-schema-validation branch from bc440e6 to 553486c Compare February 2, 2024 03:21
@doitian doitian force-pushed the feature/dao-action-data-schema-v2-rust branch from 17bdf5c to 7d7e8ea Compare February 2, 2024 03:47
@doitian doitian force-pushed the feature/dao-action-data-schema-v2-contract-schema-validation branch from 553486c to 68d867a Compare February 2, 2024 03:47
@doitian doitian force-pushed the feature/dao-action-data-schema-v2-contract-schema-validation branch from 68d867a to 66d53e6 Compare February 2, 2024 03:51
@doitian doitian force-pushed the feature/dao-action-data-schema-v2-contract-schema-validation branch from 66d53e6 to 8e7b90d Compare February 2, 2024 03:54
@doitian doitian force-pushed the feature/dao-action-data-schema-v2-contract-schema-validation branch from 8e7b90d to 8ba4208 Compare February 2, 2024 04:07
@doitian doitian force-pushed the feature/dao-action-data-schema-v2-rust branch from 7d7e8ea to 65cf5dd Compare February 2, 2024 04:54
@doitian doitian force-pushed the feature/dao-action-data-schema-v2-contract-schema-validation branch from 8ba4208 to 440a60f Compare February 2, 2024 04:55
@doitian doitian force-pushed the feature/dao-action-data-schema-v2-rust branch from 65cf5dd to 4df5f0f Compare February 2, 2024 08:37
@doitian doitian force-pushed the feature/dao-action-data-schema-v2-contract-schema-validation branch from 440a60f to 0dec01c Compare February 2, 2024 08:37
@doitian doitian force-pushed the feature/dao-action-data-schema-v2-rust branch from 4df5f0f to da3e972 Compare February 5, 2024 06:29
@doitian doitian force-pushed the feature/dao-action-data-schema-v2-contract-schema-validation branch from 0dec01c to 2f0ce93 Compare February 5, 2024 06:29
@doitian doitian force-pushed the feature/dao-action-data-schema-v2-rust branch from da3e972 to dd771bf Compare February 9, 2024 07:06
@doitian doitian force-pushed the feature/dao-action-data-schema-v2-contract-schema-validation branch from 2f0ce93 to 6c87c26 Compare February 9, 2024 07:06
@doitian doitian force-pushed the feature/dao-action-data-schema-v2-rust branch from dd771bf to 7daeff6 Compare February 9, 2024 07:09
@doitian doitian force-pushed the feature/dao-action-data-schema-v2-contract-schema-validation branch from 6c87c26 to e0775b2 Compare February 9, 2024 07:09
Base automatically changed from feature/dao-action-data-schema-v2-rust to develop February 9, 2024 07:10
@doitian doitian force-pushed the feature/dao-action-data-schema-v2-contract-schema-validation branch from e0775b2 to 12a1fbf Compare February 9, 2024 07:11
@doitian doitian merged commit 092aaf7 into develop Feb 9, 2024
15 of 16 checks passed
@doitian doitian deleted the feature/dao-action-data-schema-v2-contract-schema-validation branch February 9, 2024 07:13
doitian added a commit that referenced this pull request Feb 18, 2024
doitian added a commit that referenced this pull request Feb 18, 2024
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.

✨ Add an example contract to validate DaoActionData
1 participant