oib
329b3beeba
```
feat: add SQLModel relationships, fix ZK verifier circuit integration, and complete Stage 19-20 documentation
- Add explicit __tablename__ to Block, Transaction, Receipt, Account models
- Add bidirectional relationships with lazy loading: Block ↔ Transaction, Block ↔ Receipt
- Fix type hints: use List["Transaction"] instead of list["Transaction"]
- Skip hash validation test with documentation (SQLModel table=True bypasses Pydantic validators)
- Update ZKReceiptVerifier.sol to match receipt_simple circuit (
2026-01-24 18:34:37 +01:00
..
2026-01-24 18:34:37 +01:00
2026-01-24 18:34:37 +01:00
2026-01-24 14:44:51 +01:00
2025-12-22 07:55:09 +01:00
2026-01-24 18:34:37 +01:00
2026-01-24 14:44:51 +01:00
2026-01-24 14:44:51 +01:00
2025-12-28 21:05:53 +01:00
2025-12-28 21:05:53 +01:00