chore: add Manki AI code review configuration#595
chore: add Manki AI code review configuration#595xdustinface wants to merge 4 commits intodashpay:v0.42-devfrom
Conversation
Replace separate block-related fields with a `context: TransactionContext` in `TransactionRecord`, preserving the full transaction context (mempool, instant-send, in-block, chain-locked). Replace `mark_confirmed`/`mark_unconfirmed` with a single `update_context` method. Introduce `FFIBlockInfo` struct and use `FFITransactionContextDetails` in `FFITransactionRecord` to expose the full context across the FFI boundary.
Addresses CodeRabbit review comment on PR dashpay#582 dashpay#582 (comment)
Addresses CodeRabbit review comment on PR dashpay#582 dashpay#582 (comment)
|
This PR has merge conflicts with the base branch. Please rebase or merge the base branch into your branch to resolve them. |
|
Opened on wrong repo by mistake |
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (19)
📝 WalkthroughWalkthroughThis PR refactors block parameter handling across FFI and core wallet layers by consolidating scattered Changes
Estimated code review effort🎯 4 (Complex) | ⏱️ ~45 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
.manki.ymlwith project-specific review instructions for Dash protocol.github/workflows/manki.ymlworkflow triggerManki is a multi-agent AI code review action that provides specialized review feedback. Configuration includes:
Summary by CodeRabbit
Refactor
Chores