mirror of
https://github.com/btouchard/ackify-ce.git
synced 2026-02-28 10:48:47 -06:00
2583482198
Each document now maintains its own independent blockchain chain with its own genesis signature. GetLastSignature now filters by doc_id to prevent cross-document chain corruption. Changes: - Add docID parameter to GetLastSignature interface and implementation - Update SQL query to filter by document ID - Add comprehensive test for multi-document blockchain isolation - Update all test mocks and integration tests