Memory consolidation: archive 2026-03-08..09, update MEMORY.md
This commit is contained in:
17
memory/archive/2025-03/2025-03-09.md
Normal file
17
memory/archive/2025-03/2025-03-09.md
Normal 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
|
||||
Reference in New Issue
Block a user