Skip to content

Commit

Permalink
Merge ckb-debugger-api into ckb-debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanson committed Jul 8, 2024
1 parent 4e84023 commit 6ed263b
Show file tree
Hide file tree
Showing 20 changed files with 96 additions and 730 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ jobs:
cargo login ${{ secrets.CARGO_REGISTRY_TOKEN }}
cd ckb-mock-tx-types && cargo publish && cd ..
cd ckb-vm-pprof && cargo publish && cd ..
cd ckb-debugger-api && cargo publish && cd ..
cd ckb-vm-debug-utils && cargo publish && cd ..
cd ckb-debugger && cargo publish && cd ..
cd ckb-vm-pprof-protos && cargo publish --no-verify && cd ..
Expand Down
18 changes: 0 additions & 18 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
resolver = "2"
members = [
"ckb-debugger",
"ckb-debugger-api",
"ckb-mock-tx-types",
"ckb-vm-debug-utils",
"ckb-vm-pprof",
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
CKB standalone debugger is a collection of debugging tools.

- [ckb-debugger](./ckb-debugger)
- [ckb-debugger-api](./ckb-debugger-api)
- [ckb-mock-tx-types](./ckb-mock-tx-types)
- [ckb-vm-debug-utils](./ckb-vm-debug-utils)
- [ckb-vm-pprof](./ckb-vm-pprof)
Expand Down
28 changes: 0 additions & 28 deletions ckb-debugger-api/Cargo.toml

This file was deleted.

3 changes: 0 additions & 3 deletions ckb-debugger-api/README.md

This file was deleted.

110 changes: 0 additions & 110 deletions ckb-debugger-api/src/embed.rs

This file was deleted.

Loading

0 comments on commit 6ed263b

Please sign in to comment.