Skip to content

Commit e435e04

Browse files
committed
Sorting out TODO entries
1 parent 3e320d9 commit e435e04

File tree

4 files changed

+6
-11
lines changed

4 files changed

+6
-11
lines changed

codecov.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@ coverage:
55
precision: 1
66
round: nearest
77
range: "0...95"
8-
# TODO #182: Update codecov default requirements after v1.0 release
98
status:
109
project:
1110
default:
12-
target: 0%
11+
target: 85%
1312
threshold: 1%
1413
patch:
1514
default:
16-
target: 0%
15+
target: 75%
1716
threshold: 1%

dbc/src/spk.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -314,9 +314,9 @@ where
314314
msg,
315315
)?;
316316
container.tweaking_factor = taproot_container.tweaking_factor;
317-
// TODO #191: Finalize taproot commitments once taproot will be
318-
// finalized. We don't know yet how to form scripPubkey
319-
// from Taproot data
317+
// TODO #2: Finalize taproot commitments once taproot will be
318+
// finalized. We don't know yet how to form scripPubkey
319+
// from Taproot data
320320
unimplemented!()
321321
} else {
322322
let mut pubkey_container = PubkeyContainer {

seals/src/blind.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ use std::str::FromStr;
1818
use bitcoin::hashes::{sha256, sha256d, sha256t, Hash, HashEngine};
1919
use bitcoin::secp256k1::rand::{thread_rng, RngCore};
2020
use bitcoin::{OutPoint, Txid};
21-
use commit_verify::{
22-
commit_strategy, CommitConceal, CommitEncodeWithStrategy, CommitVerify,
23-
};
21+
use commit_verify::{CommitConceal, CommitVerify};
2422

2523
use crate::bech32::{FromBech32Str, ToBech32String};
2624

seals/src/txout_seal.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,6 @@ where
121121
SpendingStatus::Spent(_) => Ok(SealStatus::Closed),
122122
}
123123
}
124-
125-
// TODO #199: Implement publication-related methods
126124
}
127125
*/
128126

0 commit comments

Comments
 (0)