zdave-parity / polkadot-bulletin-chain

MIT No Attribution
0 stars 3 forks source link

Add bridge pallets + basic bridge configuration #28

Closed svyatonik closed 1 year ago

svyatonik commented 1 year ago

The fully working bridge may be started by using branches, mentioned in https://github.com/paritytech/parity-bridges-common/issues/2547. I'm going to open multiple PRs to make it easier to review - some PRs need a different set of reviewers

This PR adds pallets + basic (non-working because XCM is still missing - will open a draft PR for that soon) bridge configuration + tests. So far there's no way to send messages from Bulletin chain to Polkadot.BH and do an actual dispatch at Bulletin chain. Other than that, everything in Bulletin chain runtime is configured properly.

Don't bother much time on reviewing updates in bridges subtree - they have been reviewed in the bridges repo (normally we use a separate PR for that). @paritytech/bridges-core please review config too

svyatonik commented 1 year ago

@zdave-parity Could you, please, approve if you have no comments. Or else give one of reviewers a write access to this repo. We can't merge without that. Thank you!