Commits were merged into target branch
-
2 months ago
-
2 months ago
-
2 months ago
-
2 months ago
Replace Baal.json with the verified deployed ABI (correct event signatures). Fix baal_indexer event decoding (parse details JSON title, real arg names). Remove DelegateVotesChanged (absent in deployed contract); fix status enum (healthy). Add BaalReadClient.proposals_from_events() and make proposals()/proposal() fall back to the governance_event ledger (on-chain struct decode is unreliable for this deployment). Add idempotency unique index + ON CONFLICT DO NOTHING. Backfilled proposals 15-16 + votes from block 41112294. Read-first only; no onchain writes.