MailboxRPC 3/7: contract notes (non-normative) - #87
Conversation
Summary of ChangesHello @bhandras, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request introduces a new documentation file, Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request introduces RPC_MAILBOX_CONTRACT.md, a non-normative document outlining the design and constraints for an RPC-over-mailbox transport. The document is well-structured and clearly explains the high-level model, idempotency, correlation, ordering, and other important aspects of the contract. My review includes a couple of suggestions to enhance clarity regarding the relationship between idempotency keys and correlation IDs, and the location of the idempotency key within the envelope. Overall, this is a valuable addition that will help developers understand the system.
d4f03e7 to
e4343d5
Compare
d362252 to
7864dfe
Compare
7864dfe to
8e5affc
Compare
aade4ce to
7f50436
Compare
8e5affc to
32f02e6
Compare
7f50436 to
9890890
Compare
7959213 to
af6a475
Compare
9890890 to
8166d7c
Compare
af6a475 to
9252589
Compare
|
@codex review pls |
|
To use Codex here, create a Codex account and connect to github. |
|
@bhandras, remember to re-request review from reviewers when ready |
8166d7c to
06821ef
Compare
9252589 to
48ba332
Compare
ci: fix workflow to trigger on master branch
Summary
Adds
RPC_MAILBOX_CONTRACT.md: non-normative contract notes that complement theimplementation-ready spec in lightninglabs/darepo#71.
Motivation
Review churn on the core contract is high right now. Keeping these notes in the
public client repo makes it easier to iterate without referencing private repos
or local scratchpads.
References