Skip to content

Commit

Permalink
Merge pull request #15 from EthanYuan/v0.116.1-branch-chain-cross-bra…
Browse files Browse the repository at this point in the history
…nch-rgbpp

cross branch to rgbpp
  • Loading branch information
EthanYuan authored Aug 27, 2024
2 parents deee502 + fbd45e0 commit 9b42706
Show file tree
Hide file tree
Showing 39 changed files with 3,134 additions and 324 deletions.
82 changes: 55 additions & 27 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ members = [
"ckb-bin",
"branch-chain-producer",
"aggregator/util/common",
"aggregator/util/storage",
"aggregator/util/rgbpp-tx",
"aggregator/aggregator-main"]

Expand Down
2 changes: 2 additions & 0 deletions aggregator/aggregator-main/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ edition = "2021"

[dependencies]
aggregator-common = { path = "../util/common", version = "0.1.0" }
aggregator-storage = { path = "../util/storage", version = "0.1.0" }
aggregator-rgbpp-tx = { path = "../util/rgbpp-tx", version = "0.1.0" }
ckb-app-config = { path = "../../util/app-config", version = "= 0.116.1" }
ckb-channel = { path = "../../util/channel", version = "= 0.116.1" }
ckb-hash = { path = "../../util/hash", version = "= 0.116.1" }
ckb-logger = { path = "../../util/logger", version = "= 0.116.1" }
ckb-stop-handler = { path = "../../util/stop-handler", version = "= 0.116.1" }

ckb-sdk = { git = "https://github.com/ethanyuan/ckb-sdk-rust", branch = "v3.2.1-branch-chain", features = ["native-tls-vendored"] }
ckb-gen-types = { package = "ckb-gen-types", git = "https://github.com/ethanyuan/ckb", branch = "v0.116.1-branch-chain" }
Expand Down
Loading

0 comments on commit 9b42706

Please sign in to comment.