Skip to content

Commit

Permalink
[smt] Rename hashtag to SMTNode and replace the HashValue with SMTNod…
Browse files Browse the repository at this point in the history
…eHash (#2536)

* [smt] Rename tag to SMTNodeHash and replace the HashValue

* rest genesis
  • Loading branch information
jolestar authored Aug 29, 2024
1 parent e5fc913 commit 4194c16
Show file tree
Hide file tree
Showing 17 changed files with 257 additions and 349 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -150,6 +150,7 @@ bytes = "1.7.1"
bech32 = "0.11.0"
better_any = "0.1.1"
bitcoin = { version = "0.31.0", features = ["rand-std"] }
bitcoin_hashes = { version = "0.13.0", features = ["serde-std"]}
bitcoincore-rpc = "0.18.0"
bip32 = "0.4.0"
byteorder = "1.4.3"
Expand Down
Binary file modified crates/rooch-genesis/released/main
Binary file not shown.
Binary file modified crates/rooch-genesis/released/test
Binary file not shown.
2 changes: 1 addition & 1 deletion moveos/smt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ backtrace = { workspace = true }
bcs = { workspace = true }
bytes = { workspace = true }
byteorder = { workspace = true }
bitcoin = { workspace = true }
bitcoin_hashes = { workspace = true }
function_name = { workspace = true }
hex = { workspace = true }
log = { workspace = true }
Expand Down
Loading

0 comments on commit 4194c16

Please sign in to comment.