huskies: merge 977

This commit is contained in:
dave
2026-05-13 15:07:11 +00:00
parent dcb43c465a
commit f268dca5bb
14 changed files with 59 additions and 758 deletions
+1 -2
View File
@@ -604,7 +604,6 @@ fn v2_delta_sync_via_clock_exchange() {
use bft_json_crdt::json_crdt::BaseCrdt;
use bft_json_crdt::keypair::make_keypair;
use bft_json_crdt::op::ROOT_ID;
use fastcrypto::traits::KeyPair;
use serde_json::json;
use crate::crdt_state::PipelineDoc;
@@ -641,7 +640,7 @@ fn v2_delta_sync_via_clock_exchange() {
assert_eq!(crdt_b.doc.items.view().len(), 3);
// Build B's clock.
let author_a_hex = crate::crdt_state::hex::encode(&kp_a.public().0.to_bytes());
let author_a_hex = crate::crdt_state::hex::encode(&kp_a.verifying_key().to_bytes());
let mut clock_b = std::collections::HashMap::new();
clock_b.insert(author_a_hex.clone(), 3u64);