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

Remove unused Kusama Snowbridge code #411

Merged

Conversation

acatangiu
Copy link
Contributor

@acatangiu acatangiu commented Jul 30, 2024

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.

Comment on lines -557 to -555
// 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,
Copy link
Contributor Author

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 <adrian@parity.io>
Copy link
Contributor

@bkontur bkontur left a 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

CHANGELOG.md Outdated Show resolved Hide resolved
@acatangiu
Copy link
Contributor Author

/merge

@fellowship-merge-bot fellowship-merge-bot bot enabled auto-merge (squash) August 14, 2024 09:50
@fellowship-merge-bot
Copy link
Contributor

Enabled auto-merge in Pull Request

Available commands
  • /merge: Enables auto-merge for Pull Request
  • /merge cancel: Cancels auto-merge for Pull Request
  • /merge help: Shows this menu

For more information see the documentation

@fellowship-merge-bot fellowship-merge-bot bot merged commit ab0f42d into polkadot-fellows:main Aug 14, 2024
46 of 47 checks passed
@acatangiu acatangiu deleted the remove-kusama-snowbridge branch August 14, 2024 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants