Skip to content

Commit

Permalink
refactor the config and genesis generator
Browse files Browse the repository at this point in the history
  • Loading branch information
KaoImin committed Jun 23, 2023
1 parent 03cf70f commit 7f25cba
Show file tree
Hide file tree
Showing 12 changed files with 178 additions and 1,605 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ Cargo.lock
**/*.rs.bk

history.txt

/.vscode/
21 changes: 0 additions & 21 deletions .vscode/settings.json

This file was deleted.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ license = "MIT"

[dependencies]
async-trait = "0.1"

axon-protocol = { git = "https://github.com/axonweb3/axon", package = "axon-protocol", tag = "v0.1.0-beta.1" }

axon-tools = "0.1"

ckb-crypto = { version = "0.106", features = ["secp"] }
ckb-fixed-hash-core = "0.106"
ckb-hash = "0.106"
Expand Down
Loading

0 comments on commit 7f25cba

Please sign in to comment.