Skip to content

Commit abb6803

Browse files
committed
refactor(agnostic signing algo and proptest): generic
1 parent 235099a commit abb6803

File tree

3 files changed

+140
-182
lines changed

3 files changed

+140
-182
lines changed

rust/immutable-ledger/Cargo.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,12 @@ ulid = { version = "1.1.3", features = ["serde", "uuid"] }
1616
hex = "0.4.3"
1717
blake2b_simd = "1.0.2"
1818
blake3 = "=0.1.3"
19-
cddl = "0.9.4"
20-
19+
proptest = { version = "1.5.0" }
2120

2221

2322
[lints]
2423
workspace = true
24+
25+
26+
[dev-dependencies]
27+
test-strategy = "0.4.0"

rust/immutable-ledger/src/cddl/block_header.cddl

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)