-
Notifications
You must be signed in to change notification settings - Fork 19
Add Architecture level document about C5 to Ethereum #46
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Ryan Fowler <[email protected]>
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.
Thanks for submitting this Ryan. Just some very basic questions from me. I assume one of the team who is closer to it will do a thorough technical review. But I'm super happy to see it.
|
||
Before we continue it's worth revisiting the architecture of Corda 5. Corda 5 operates as a cluster or [workers](https://docs.r3.com/en/platform/corda/5.0/key-concepts/cluster-admin/workers.html), each of which may contain one or more `processors`. | ||
|
||
The workers are the runtime applications, while the processors are what do the work. It is possible, and even likely, that we will have multiple workers running at a time, allowing for some parallelism of the processors, giving us the ability to execute multiple instructions (in our case, EVM commands) at the same time. |
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.
is there a danger that 'application' is ambiguous here? (ie these are not the 'applications' that a customer writes, right? although they may execute some customer code). Perhaps we call them the 'runtime services' or 'runtime components' of Corda?
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'll use services. Thanks
Signed-off-by: Katelyn Baker <[email protected]> Co-authored-by: Katelyn Baker <[email protected]>
c9aa928
to
2765a17
Compare
Signed-off-by: Ryan Fowler <[email protected]>
Signed-off-by: Ryan Fowler <[email protected]>
High level overview of how we're planning on integrating native EVM communication with Corda 5.
Still to come: