Skip to content

Commit

Permalink
feat: complete co-build test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
liyukun committed Jan 6, 2024
1 parent 18bb201 commit 884923a
Show file tree
Hide file tree
Showing 6 changed files with 373 additions and 276 deletions.
2 changes: 1 addition & 1 deletion lib/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ description = "Spore Protocol types serilization/deserilize utilities (based on
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
molecule = { version = "0.7.3", default-features = false }
molecule = { version = "0.7.5", default-features = false }
4 changes: 4 additions & 0 deletions lib/utils/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ use spore_errors::error::Error;
use spore_types::generated::action;

pub use mime::MIME;
pub mod co_build_types {
pub use ckb_transaction_cobuild::schemas::basic::*;
pub use ckb_transaction_cobuild::schemas::top_level::*;
}

mod mime;

Expand Down
Loading

0 comments on commit 884923a

Please sign in to comment.