forked from veridatum-labs/earnproof-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgit_push.sh
More file actions
17 lines (14 loc) · 667 Bytes
/
Copy pathgit_push.sh
File metadata and controls
17 lines (14 loc) · 667 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash
cd "c:\Users\Nuelthewave\Desktop\Veridatum Project\earnproof-contracts"
git add -A
git status
git commit -m "Add TTL expiration and restoration boundary tests for Issue #88
- Created tests/ttl/ with comprehensive boundary test suite
- Implemented TtlTestHarness for deterministic ledger advancement
- 17 tests covering pre-expiry, at-expiry, post-expiry, restoration
- Verifies fail-closed pattern across all 16 TTL-bearing entries
- Added docs/storage-model.md with complete TTL reference
- Added docs/TTL_TEST_SUMMARY.md with implementation findings
- Verified: no TTL bugs; all boundary semantics correct
Resolves: #88"
git push -u origin develop