Skip to content

Commit

Permalink
Add bridge pallets + basic bridge configuration (#28)
Browse files Browse the repository at this point in the history
* updating bridges subtree + remove extra folders

* update BRIDGES.md

* added basic (unworking) bridge configuration

* and lost related changes from node

* also lost changes from Cargo.toml

* removed NeverSentMessage for now
  • Loading branch information
svyatonik authored Sep 28, 2023
1 parent e8de205 commit 010cffd
Show file tree
Hide file tree
Showing 20 changed files with 1,973 additions and 250 deletions.
6 changes: 6 additions & 0 deletions BRIDGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,14 @@ git remote add -f bridges https://github.com/paritytech/parity-bridges-common.gi
git fetch bridges --prune
git subtree pull --prefix=bridges bridges polkadot-v.1.0.0-audited --squash
# if the command above fails with the "Can't squash-merge: 'bridges' was never added" or
# "fatal: refusing to merge unrelated histories" error, use this:
# git merge -s subtree -Xsubtree="bridges" bridges/polkadot-v.1.0.0-audited --allow-unrelated-histories --squash
# so, after fetch and before solving conflicts just run patch,
# this will remove unneeded files and checks if subtree modules compiles
#
# if it fails to build, you'll need to resolve conflicts manually
./bridges/scripts/verify-pallets-build.sh --ignore-git-state --no-revert
# if there are conflicts, this could help,
Expand Down
112 changes: 112 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 010cffd

Please sign in to comment.