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

wip: Bump polkadot to v0.9.13 #527

Closed
wants to merge 18 commits into from
Closed

wip: Bump polkadot to v0.9.13 #527

wants to merge 18 commits into from

Commits on Nov 26, 2021

  1. Configuration menu
    Copy the full SHA
    995361f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6314995 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a4c3aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86cca2d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    724a37f View commit details
    Browse the repository at this point in the history
  6. Bump polkadot --branch release-v0.9.13

    I had bump it to --tag v0.9.13-rc1, which is not what cumulus points to,
    causing cargo to create a copy of all the substrate crates and leading
    to lots of error types.
    NunoAlexandre committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    a62577a View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. Configuration menu
    Copy the full SHA
    305df06 View commit details
    Browse the repository at this point in the history
  2. run Cargo update

    NunoAlexandre committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    f1a27f5 View commit details
    Browse the repository at this point in the history
  3. drop changes_trie_config: Default::default(),

    This field no longer exists in frame_system::pallet::GenesisConfig.
    NunoAlexandre committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    7bd9532 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85c97a5 View commit details
    Browse the repository at this point in the history
  5. cargo update

    This resolves the typing issue caused by having two versions of the same
    crate lingering around.
    NunoAlexandre committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    77de9cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    36d7584 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1a1f840 View commit details
    Browse the repository at this point in the history
  8. Add parachain_id opt to the Cli

    This field is no longer made available through
    cumulus_client_cli::RunCmd so we add it explicitly to our own Cli
    struct.
    NunoAlexandre committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    4b0896c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b27cf97 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9780597 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7d4d4f9 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. Update res/rococo-local.json

    Block production worked after onboarding but it halted after producing
    block #3.
    NunoAlexandre committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    a5fd141 View commit details
    Browse the repository at this point in the history