Squashed 'bridges/' changes from 407bf44a8a..1602249f0a

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
This commit is contained in:
antonio-dropulic
2021-12-01 16:27:07 +01:00
parent 392447f5c8
commit 114f487fd9
186 changed files with 2267 additions and 22932 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ services:
VIRTUAL_PORT: 80
LETSENCRYPT_HOST: ui.brucke.link
LETSENCRYPT_EMAIL: admin@parity.io
CHAIN_1_SUBSTRATE_PROVIDER: ws://localhost:9944
CHAIN_2_SUBSTRATE_PROVIDER: ws://localhost:19944
CHAIN_1_SUBSTRATE_PROVIDER: ${UI_CHAIN_1:-ws://localhost:9944}
CHAIN_2_SUBSTRATE_PROVIDER: ${UI_CHAIN_2:-ws://localhost:19944}
ports:
- "8080:80"