Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
eval-exec committed Apr 21, 2023
1 parent 9d019a9 commit 85b1895
Show file tree
Hide file tree
Showing 11 changed files with 773 additions and 94 deletions.
99 changes: 76 additions & 23 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ ckb-app-config = { path = "../util/app-config", version = "= 0.110.0-pre" }
ckb-rust-unstable-port = { path = "../util/rust-unstable-port", version = "= 0.110.0-pre" }
ckb-channel = { path = "../util/channel", version = "= 0.110.0-pre" }
faux = { version = "^0.1", optional = true }
crossbeam = "0.8.2"
ckb-merkle-mountain-range = "0.5.2"
ckb-util = { path = "../util", version = "= 0.110.0-pre" }
rtrb = "0.2.3"
retry = "2.0.0"

[dev-dependencies]
ckb-test-chain-utils = { path = "../util/test-chain-utils", version = "= 0.110.0-pre" }
Expand Down
Loading

0 comments on commit 85b1895

Please sign in to comment.