Skip to content

Commit

Permalink
✨ Verify dao action data schema (#36)
Browse files Browse the repository at this point in the history
- ➕ Add crate dependency ckb-transaction-cobuild
- 🧑‍💻 Setup error tracing in contracts
- ✨ Verify dao action data schema. 
    The action data is encoded using molecule.
  • Loading branch information
doitian authored Feb 9, 2024
1 parent b2cb910 commit 092aaf7
Show file tree
Hide file tree
Showing 10 changed files with 521 additions and 7 deletions.
23 changes: 23 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions contracts/__tests__/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ edition = "2021"
[dependencies]
ckb-testtool = "0.10.1"
serde_json = "1.0"
ckb-transaction-cobuild = { git = "https://github.com/cryptape/ckb-transaction-cobuild-poc.git" }
ckb-dao-cobuild-schemas = { path = "../../crates/ckb-dao-cobuild-schemas" }
hex-literal = "0.4.1"
Loading

0 comments on commit 092aaf7

Please sign in to comment.