Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Squashed 'bridges/' changes from 407bf44a8a..1602249f0a
Browse files Browse the repository at this point in the history
1602249f0a Enable Beefy debug logs in test deployment (#1237)
c61d240b47 Fix storage parameter name computation (#1238)
96d3808e88 Integrate BEEFY with Rialto & Millau runtimes (#1227)
f75a1bdd9b update dependencies (#1229)
957da03854 Add mut support (#1232)
8062637289 fixed set_operational in GRANDPA pallet (#1226)
14b36ca4ee Add CODEOWNERS file (#1219)
3bec15766f Unify metric names (#1209)
0e839d2423 remove abandoned exchange relay (#1217)
2c91c6815c Remove unused `relays/headers` (#1216)
80b1e65db8 Remove unused PoA<>Substrate bridge (#1210)
f36f76fc2a Fix UI deployment. (#1211)
fc0b65365b Add `AtLeast32BitUnsigned` for MessageLance::SourceChainBalance (#1207)

git-subtree-dir: bridges
git-subtree-split: 1602249f0a258b8bc95d3ff5b8c8851fc97f42f4
  • Loading branch information
antonio-dropulic committed Dec 1, 2021
1 parent bbce074 commit d1d845f
Show file tree
Hide file tree
Showing 186 changed files with 2,257 additions and 22,922 deletions.
6 changes: 0 additions & 6 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,6 @@ build:
- mv -v ./target/release/rialto-parachain-collator ./artifacts/
- strip ./target/release/millau-bridge-node
- mv -v ./target/release/millau-bridge-node ./artifacts/
- strip ./target/release/ethereum-poa-relay
- mv -v ./target/release/ethereum-poa-relay ./artifacts/
- strip ./target/release/substrate-relay
- mv -v ./target/release/substrate-relay ./artifacts/
- mv -v ./deployments/local-scripts/bridge-entrypoint.sh ./artifacts/
Expand Down Expand Up @@ -286,10 +284,6 @@ millau-bridge-node:
stage: publish
<<: *build-push-image

ethereum-poa-relay:
stage: publish
<<: *build-push-image

substrate-relay:
stage: publish
<<: *build-push-image
Expand Down
21 changes: 21 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Lists some code owners.
#
# A codeowner just oversees some part of the codebase. If an owned file is changed then the
# corresponding codeowner receives a review request. An approval of the codeowner might be
# required for merging a PR (depends on repository settings).
#
# For details about syntax, see:
# https://help.github.com/en/articles/about-code-owners
# But here are some important notes:
#
# - Glob syntax is git-like, e.g. `/core` means the core directory in the root, unlike `core`
# which can be everywhere.
# - Multiple owners are supported.
# - Either handle (e.g, @github_user or @github_org/team) or email can be used. Keep in mind,
# that handles might work better because they are more recognizable on GitHub,
# eyou can use them for mentioning unlike an email.
# - The latest matching rule, if multiple, takes precedence.

# CI
/.github/ @paritytech/ci
/.gitlab-ci.yml @paritytech/ci
Loading

0 comments on commit d1d845f

Please sign in to comment.