Skip to content
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

Add shard config data to createShard #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

miltonjonat
Copy link
Owner

  • Input received by the created shard will now include, aside from the Main DApp's address, the shard ID and this user-given config data
  • Data may be used by the shard to configure itself (e.g., know which players are participating in the game and in which order)
  • If shard ID is derived from the configuration, shard can also ensure that the user-given data is correct

- Input received by the created shard will now include, aside from the
Main DApp's address, the shard ID and this user-given config data
- Data may be used by the shard to configure itself (e.g., know which
players are participating in the game and in which order)
- If shard ID is derived from the configuration, shard can also ensure
that the user-given data is correct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant