-
Notifications
You must be signed in to change notification settings - Fork 101
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
Remove unused Kusama Snowbridge code #411
Remove unused Kusama Snowbridge code #411
Conversation
3153569
to
41c60e1
Compare
// Ethereum bridge pallets. | ||
EthereumInboundQueue: snowbridge_pallet_inbound_queue = 80, | ||
EthereumOutboundQueue: snowbridge_pallet_outbound_queue = 81, | ||
EthereumBeaconClient: snowbridge_pallet_ethereum_client = 82, | ||
EthereumSystem: snowbridge_pallet_system = 83, |
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.
These were never used by anyone so I don't think we need to save their indices, we can safely reuse index 80-83
Kusama does not have Ethereum Snowbridge deployed. This commit removes all that unused code. If we decide to deploy Kusama<>Ethereum bridge, we can bring it back. Signed-off-by: Adrian Catangiu <[email protected]>
41c60e1
to
0dce6fb
Compare
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.
and also we can remove dependencies: acatangiu#1
Remove unneeded deps from BHK
…ve-kusama-snowbridge
/merge |
Enabled Available commands
For more information see the documentation |
ab0f42d
into
polkadot-fellows:main
Kusama does not have Ethereum Snowbridge deployed. This commit removes all that unused code.
If we decide to deploy Kusama<>Ethereum bridge, we can bring it back.