Memory consolidation: archive 2026-03-08..09, update MEMORY.md

This commit is contained in:
2026-03-15 03:00:41 +00:00
parent 1e89367cba
commit 437ebd34c1
6 changed files with 99 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# 2025-03-09
## Decisions
- Chose to use SQLite for mempool storage
- Approved the addition of chain_id to all tables
## Learnings
- SQLite WAL mode can cause schema confusion during migrations
- Always checkpoint WAL before inspecting DB
## Facts
- Chain ID: ait-devnet
- Mempool DB: separate from chain DB
## Actions
- Add chain_id to mempool table
- Implement /rpc/mempool endpoint