Skip to content

Commit bab0348

Browse files
Update Snowbridge versions and prep for publishing (paritytech#2894)
- updates snowbridge crates to `0.9.0` - updates Cargo.toml files in preparation for publishing to crates.io - adds Kusama and Polkadot Snowbridge runtime config crates - moves runtime tests from the Snowbridge subtree into the bridge hub tests dir --------- Co-authored-by: claravanstaden <Cats 4 life!> Co-authored-by: Ron <yrong1997@gmail.com>
1 parent 6a80c10 commit bab0348

File tree

88 files changed

+579
-490
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+579
-490
lines changed

Cargo.lock

Lines changed: 75 additions & 89 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ members = [
3636
"bridges/primitives/test-utils",
3737
"bridges/primitives/xcm-bridge-hub",
3838
"bridges/primitives/xcm-bridge-hub-router",
39-
"bridges/snowbridge/parachain/pallets/ethereum-beacon-client",
39+
"bridges/snowbridge/parachain/pallets/ethereum-client",
4040
"bridges/snowbridge/parachain/pallets/inbound-queue",
4141
"bridges/snowbridge/parachain/pallets/outbound-queue",
4242
"bridges/snowbridge/parachain/pallets/outbound-queue/merkle-tree",
@@ -47,9 +47,8 @@ members = [
4747
"bridges/snowbridge/parachain/primitives/core",
4848
"bridges/snowbridge/parachain/primitives/ethereum",
4949
"bridges/snowbridge/parachain/primitives/router",
50-
"bridges/snowbridge/parachain/runtime/rococo-common",
5150
"bridges/snowbridge/parachain/runtime/runtime-common",
52-
"bridges/snowbridge/parachain/runtime/tests",
51+
"bridges/snowbridge/parachain/runtime/test-common",
5352
"cumulus/client/cli",
5453
"cumulus/client/collator",
5554
"cumulus/client/consensus/aura",

bridges/snowbridge/parachain/pallets/ethereum-beacon-client/Cargo.toml renamed to bridges/snowbridge/parachain/pallets/ethereum-client/Cargo.toml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
[package]
2-
name = "snowbridge-ethereum-beacon-client"
3-
description = "Snowbridge Beacon Client Pallet"
4-
version = "0.0.1"
5-
edition = "2021"
2+
name = "snowbridge-pallet-ethereum-client"
3+
description = "Snowbridge Ethereum Client Pallet"
4+
version = "0.9.0"
65
authors = ["Snowfork <contact@snowfork.com>"]
7-
repository = "https://github.com/Snowfork/snowbridge"
6+
edition.workspace = true
7+
repository.workspace = true
88
license = "Apache-2.0"
9+
categories = ["cryptography::cryptocurrencies"]
10+
11+
[lints]
12+
workspace = true
913

1014
[package.metadata.docs.rs]
1115
targets = ["x86_64-unknown-linux-gnu"]
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Ethereum Beacon Client
2+
3+
The Ethereum Beacon Client is an on-chain light client that tracks Ethereum consensus using the beacon chain.

0 commit comments

Comments
 (0)