Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Feature/polkadotv1 fix #3

Merged
merged 3 commits into from
Nov 2, 2023
Merged

Conversation

sebastianmontero
Copy link
Contributor

  • Updated the frame_system config to account for the type changes in the new version.
  • Updated the pallet society config to account for the type changes in the new version.
  • Updated all the pallets that have a RemoveOrigin type to use the previously defined RootOrThreeFifthsOfCouncil origin.
  • Updated the pallet mapped assets config to account for the type changes in the new version.
  • Removed duplicate definition of the pallets fruniques, gated market place and rbac.
  • Removed where statement from the Runtime enum.
  • Added pallet_sudo to the benchmarking.
  • Updated the XcmConfig.
  • Added missing methods to the Metadata impl for the runtime.
  • Updated the dependencies for the node crate.
  • GenesisConfig has been deprecated, so updated chain specs to use RuntimeGenesisConfig.
  • SystemConfig genesis config has additional parameters so it was updated to include this additional parameters.
  • ParachainInfoConfig genesis config has additional parameters so it was updated to include this additional parameters.
  • PolkadotXcmConfig genesis config has additional parameters so it was updated to include this additional parameters.
  • Updated the node cli module to account for the latest changes.
  • Updated the node command module to account for the latest changes.
  • Updated the node rpc module to account for the latest changes.
  • Removed ValidateUnsigned object from pallet definitions that dont require it.

…e new version. Updated the pallet society config to account for the type changes in the new version. Updated all the pallets that have a RemoveOrigin type to use the previously defined RootOrThreeFifthsOfCouncil origin. Updated the pallet mapped assets config to account for the type changes in the new version. Removed duplicate definition of the pallets fruniques, gated market place and rbac. Removed where statement from the Runtime enum. Added pallet_sudo to the benchmarking. Updated the XcmConfig. Added missing methods to the Metadata impl for the runtime.
…eprecated, so updated chain specs to use RuntimeGenesisConfig. SystemConfig genesis config has additional parameters so it was updated to include this additional parameters. ParachainInfoConfig genesis config has additional parameters so it was updated to include this additional parameters. PolkadotXcmConfig genesis config has additional parameters so it was updated to include this additional parameters. Updated the node cli module to account for the latest changes. Updated the node command module to account for the latest changes. Updated the node rpc module to account for the latest changes. Removed ValidateUnsigned object from pallet definitions that dont require it.
Copy link
Contributor

@tlacloc tlacloc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tlacloc tlacloc merged commit 61ff6d3 into feature/polkadotv1 Nov 2, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants