The IDO RPC record no longer leaks internal txchain row ids. Drop the txchain_entrypoint field entirely, and change txchain_head from the internal ido_txchain.id to the head record's txid (display hex). list_idos and get_ido_by_offering_token_id resolve this in a single query via LEFT JOIN ido_txchain ON head_tx.id = ido.txchain_head; a NULL head yields null. Adds tests for both the resolved and null cases. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| bcmr | ||
| cauldron | ||
| crc20 | ||
| ido | ||
| moria | ||
| oracle | ||
| search | ||
| blob.rs | ||
| init.rs | ||
| mod.rs | ||