mirror of
https://github.com/btouchard/ackify.git
synced 2026-05-21 16:28:30 -05: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