File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -145,7 +145,6 @@ dependencies = [
145145 "bdk_wallet",
146146 "bitcoin",
147147 "bitcoin-consensus-encoding 1.0.0-rc.3",
148- "dns-lookup",
149148 "floresta-chain",
150149 "floresta-compact-filters",
151150 "floresta-domain",
Original file line number Diff line number Diff line change @@ -136,7 +136,6 @@ dependencies = [
136136 "bdk_wallet",
137137 "bitcoin",
138138 "bitcoin-consensus-encoding 1.0.0-rc.3",
139- "dns-lookup",
140139 "floresta-chain",
141140 "floresta-compact-filters",
142141 "floresta-domain",
Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ tokio-util = { version = "=0.7.18" }
4444
4545# These pins are needed for `Cargo-minimal.lock`:
4646lazy_static = { version = " =1.5.0" } # blame: sharded-slab@v0.1.7 -> tracing-subscriber@v0.3.23
47- dns-lookup = { version = " =2.1.1" } # blame: floresta-wire 55c563
4847bitcoin-consensus-encoding = { version = " =1.0.0-rc.3" } # blame: bitcoin-io v0.3.0 (Encodable->Encode/Decodable->Decode)
4948
5049[dev-dependencies ]
Original file line number Diff line number Diff line change @@ -36,10 +36,6 @@ check:
3636check-features :
3737 RBMT_LOG_LEVEL=verbose cargo rbmt test --toolchain stable --lockfile recent
3838
39- [doc : " Check if commits are PGP-signed" ]
40- check-commit-signatures :
41- bash contrib/ check-commit-signatures.sh
42-
4339[doc : " Delete files: data, target, lockfiles" ]
4440delete item = " data":
4541 just _delete-{{ item }}
@@ -104,8 +100,6 @@ pre-push:
104100 @ just shellcheck
105101 @ just zizmor
106102 @ just audit
107- @ just check-commit-signatures
108- @ just example-client-regtest
109103
110104_ delete-data :
111105 rm -rf examples/ data
You can’t perform that action at this time.
0 commit comments