Zebra/zebra-state/src
teor 3d2c5ef290
fix(concurrency): Use Arc::into_inner() to avoid potential concurrency issues, needs Rust 1.70 (#7032)
* Use Arc::into_inner() to avoid potential concurrency issues

* Remove some outdated clippy lint workarounds (fixed in Rust 1.66)

* Update the required Rust version to 1.70
2023-06-21 20:44:53 +00:00
..
service fix(concurrency): Use Arc::into_inner() to avoid potential concurrency issues, needs Rust 1.70 (#7032) 2023-06-21 20:44:53 +00:00
tests rename(state): Rename state verifiers and related code (#6762) 2023-06-01 12:29:03 +00:00
arbitrary.rs change(state): Refactor the structure of verified blocks (#7025) 2023-06-21 16:58:11 +00:00
config.rs change(db): Make the first stable release forward-compatible with planned state changes (#6813) 2023-06-06 21:18:57 +00:00
constants.rs change(db): Make the first stable release forward-compatible with planned state changes (#6813) 2023-06-06 21:18:57 +00:00
error.rs rename(state): Rename state verifiers and related code (#6762) 2023-06-01 12:29:03 +00:00
lib.rs rename(state): Rename state verifiers and related code (#6762) 2023-06-01 12:29:03 +00:00
request.rs change(state): Refactor the structure of verified blocks (#7025) 2023-06-21 16:58:11 +00:00
response.rs rename(state): Rename state verifiers and related code (#6762) 2023-06-01 12:29:03 +00:00
service.rs fix(concurrency): Use Arc::into_inner() to avoid potential concurrency issues, needs Rust 1.70 (#7032) 2023-06-21 20:44:53 +00:00
tests.rs fix(diagnostics): Hex-encode debug format of commitments, nonces, and nullifiers (#5960) 2023-01-17 13:57:22 +00:00