I starred RustChain because the repo is unusually auditable for a bounty project: the UTXO/mempool logic, payout paths, and recovery flows are all exposed in source, so you can review concrete behavior instead of marketing claims.
Files I reviewed:
- node/utxo_db.py
- otc-bridge/otc_bridge.py
- .github/actions/rtc-auto-bounty/award_rtc.py
What stood out:
- Clear separation between validation and settlement paths
- Useful regression tests around error handling and recovery