-
Notifications
You must be signed in to change notification settings - Fork 657
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
Shard
class and ShardVM
class
#256
Comments
@pipermerriam I copied it from #238. |
By the way, conceptually, I think this is the right way to go, but I think we'll have to play with the actual implementation some to figure out what the right way to do this is. Initially, my thoughts are:
Also, we may not need a |
Yes, agree! And it should be well-discussed and planned before we start too. We can plan for archival nodes first. Some primary differences between
Also, I think we can benefit from drawing the whole JSON-RPC transaction sequence diagram between shard client and main chain. It could help us to figure out when/where should we call for the data from main chain. |
@pipermerriam |
I’m looking into this, it seems easy to drag out some functions that related to gas_limit and uncles to be I suggest that we can start with a simple overriding at the beginning, and then
I guess it would be less pain of backporting by this way. Any advice and suggestions will be greatly appreciated. |
Shard
class and ShardVM
classShard
class and ShardVM
class
What is wrong?
Create a
Shard
class which mirrors theChain
class and aShardVM
which mirrors theVM
class.How can it be fixed
Fill this in if you know how to fix it.
The text was updated successfully, but these errors were encountered: