-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add Mempool Specification to Zebra Book #9336
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, thank you for making this, i think is very useful.
In a high level overview i found a few things that we might want to fix.
This diagram illustrates the architecture of the Zebra mempool, showing its main components and the flow of transactions through the system. | ||
|
||
```mermaid | ||
graph TD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am having some issues visualizing the flowchart:
- Unsupported markdown in some of the descriptions: Remove lists from them.
- Colors in a black background: You can use different node shapes instead of colors: https://mermaid.js.org/syntax/flowchart.html#node-shapes
Co-authored-by: Alfredo Garcia <[email protected]>
@oxarbitrage made changes as you suggested, what are ur thoughts? |
Motivation
Solution
Tests
Specifications & References
PR Checklist
C-exclude-from-changelog
label.