Skip to content

Commit

Permalink
introduce hf feature that enables txscript hf feature
Browse files Browse the repository at this point in the history
  • Loading branch information
biryukovmaxim committed Jun 16, 2024
1 parent 5098caf commit 0506248
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,4 @@ harness = false
[features]
html_reports = []
devnet-prealloc = ["kaspa-consensus-core/devnet-prealloc"]
hf = ["kaspa-txscript/hf"]
1 change: 1 addition & 0 deletions consensus/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ repository.workspace = true
[features]
wasm32-sdk = []
wasm32-types = []
hf = ["kaspa-txscript/hf"]

[dependencies]
kaspa-addresses.workspace = true
Expand Down
1 change: 1 addition & 0 deletions consensus/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ repository.workspace = true
[features]
wasm32-sdk = []
wasm32-types = []
hf = ["kaspa-txscript/hf"]

[dependencies]
kaspa-consensus-core.workspace = true
Expand Down
1 change: 1 addition & 0 deletions kaspad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,4 @@ serde_with = "3.7.0"
[features]
heap = ["dhat", "kaspa-alloc/heap"]
devnet-prealloc = ["kaspa-consensus/devnet-prealloc"]
hf = ["kaspa-txscript/hf"]
3 changes: 3 additions & 0 deletions mining/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@ secp256k1.workspace = true
[[bench]]
name = "bench"
harness = false

[features]
hf = ["kaspa-txscript/hf"]
1 change: 1 addition & 0 deletions testing/integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,4 @@ kaspa-txscript-errors.workspace = true
heap = ["dhat"]
html_reports = []
devnet-prealloc = ["kaspad/devnet-prealloc"]
hf = ["kaspa-txscript/hf"]
1 change: 1 addition & 0 deletions wallet/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ wasm32-sdk = [
]
default = ["wasm32-sdk"]
# default = []
hf = ["kaspa-txscript/hf"]

[lib]
crate-type = ["cdylib", "lib"]
Expand Down
1 change: 1 addition & 0 deletions wallet/keys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ repository.workspace = true

[features]
default = []
hf = ["kaspa-txscript/hf"]

[lib]
crate-type = ["cdylib", "lib"]
Expand Down

0 comments on commit 0506248

Please sign in to comment.