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

Feature/fix multi node setup #5

Merged
merged 2 commits into from
Sep 9, 2021

Commits on Sep 9, 2021

  1. temporarly move extrinsics shuffling to client side. When block object

    is passed to runtime code (execute_block_with_context) the block struct
    is serialized & deserialized. In the same time we dont include
    Header::seed field in serialization & deserialization because it breaks
    JS api compatibility. That will be address in the future.
    mateuszaaa committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    811fbb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc2bbcc View commit details
    Browse the repository at this point in the history