Skip to content

Commit

Permalink
Merge pull request #14 from EthanYuan/v0.116.1-branch-chain-spec-prepare
Browse files Browse the repository at this point in the history
V0.116.1 branch chain spec prepare
  • Loading branch information
EthanYuan authored Aug 23, 2024
2 parents 8c926dc + cf2db8b commit deee502
Show file tree
Hide file tree
Showing 13 changed files with 2,062 additions and 5 deletions.
3 changes: 3 additions & 0 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions aggregator/util/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ckb-gen-types = { path = "../../../util/gen-types", version = "= 0.116.1" }
ckb-hash = { path = "../../../util/hash", version = "= 0.116.1" }
ckb-types = { path = "../../../util/types", version = "= 0.116.1" }

molecule = { version = "0.7.5", default-features = false }
secp256k1 = { version = "0.24", features = ["recovery"] }
thiserror = "1.0"
1 change: 1 addition & 0 deletions aggregator/util/common/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#![allow(missing_docs)]

pub mod error;
pub mod schemas;
pub mod types;
pub mod utils;
Loading

0 comments on commit deee502

Please sign in to comment.