-
Notifications
You must be signed in to change notification settings - Fork 3
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
Hyperbridge Integration #526
base: master
Are you sure you want to change the base?
Conversation
// configure the runtime event | ||
type RuntimeEvent = RuntimeEvent; | ||
// Configured as Pallet Ismp | ||
type Dispatcher = Ismp; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use pallet-hyperbridge
as your dispatcher
type Dispatcher = Ismp; | |
type Dispatcher = pallet_hyperbridge::Pallet<Runtime>; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
runtime/cere/src/hyperbridge_ismp.rs
Outdated
// configure the runtime event | ||
type RuntimeEvent = RuntimeEvent; | ||
// Configured as Pallet Ismp | ||
type Dispatcher = Ismp; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Description
Types of Changes
Please select the branch type you are merging and fill in the relevant template.
Fix or Feature
Hyperbridge Integration
Types of Changes
Migrations and Hooks
on_initialize
on_finalize
Checklist for Fix or Feature
spec_version
has been incremented.network-relayer
's events have been updated according to the blockchain events if applicable.Checklist for Hotfix
spec_version
has been incremented.dev
has been created.staging
has been created.network-relayer
's events have been updated according to the blockchain events if applicable.Checklist for Release