Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration fork #1

Merged
merged 1,212 commits into from
Apr 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1212 commits
Select commit Hold shift + click to select a range
698bbef
Relayers pallet: extend payment source id (#1907)
serban300 Feb 28, 2023
8adbbfc
Refund messages confirmation tx (#1904)
serban300 Feb 28, 2023
81d5d89
Fix multiple parachain headers submission for single message delivery…
svyatonik Mar 1, 2023
e0bd81d
fix master compilation (#1920)
svyatonik Mar 1, 2023
b559d78
Fix benchmarks (#1919)
svyatonik Mar 1, 2023
6246494
Update BHR and BHW spec version (#1922)
serban300 Mar 1, 2023
d0b7746
Verify with-parachain message benchmarks on CI (#1923)
svyatonik Mar 1, 2023
3ab6f77
Remove subxt dependency features (#1924)
serban300 Mar 1, 2023
aa0b128
get rid of obsolete weight functions (#1926)
svyatonik Mar 2, 2023
598e1a1
Reconnect on-demand clients from MessagesSource::reconnect and Messag…
svyatonik Mar 2, 2023
3f44489
Improve some relay errors readability (#1930)
svyatonik Mar 3, 2023
44c25f0
Bump thiserror from 1.0.38 to 1.0.39
dependabot[bot] Mar 6, 2023
835dba1
Bump serde_json from 1.0.93 to 1.0.94
dependabot[bot] Mar 6, 2023
0dddb62
Bump async-trait from 0.1.64 to 0.1.66
dependabot[bot] Mar 6, 2023
547da21
Bump tokio from 1.25.0 to 1.26.0
dependabot[bot] Mar 6, 2023
7f37636
Fix invalid messages relay delivery transactions (#1940)
svyatonik Mar 7, 2023
2ab755a
Actually clone client data by reference when cloning the client (#1941)
svyatonik Mar 7, 2023
0fed0e3
optimize justifications before they're included into complex transact…
svyatonik Mar 8, 2023
78628ef
Some error improvements (#1956)
serban300 Mar 9, 2023
ba8263c
Bump futures from 0.3.26 to 0.3.27
dependabot[bot] Mar 13, 2023
8fb3818
Backport xcm bridging extensions to the bridge repo (#1813)
bkontur Mar 13, 2023
cfd0621
Bump substrate/polkadot/cumulus (#1962)
bkontur Mar 14, 2023
74d4e41
Removed deprecated `#[pallet::generate_store(pub(super) trait Store)]…
bkontur Mar 14, 2023
3a64f7b
Fix invalid batch transaction (#1957)
svyatonik Mar 14, 2023
bc8ad0c
enable relayer rewards metrics at bridge hubs (#1965)
svyatonik Mar 15, 2023
a27266d
added UpdatedBestFinalizedHeader event to pallet-bridge-grandpa (#1967)
svyatonik Mar 16, 2023
423cc23
move signed extension stuff from prolkadot-core primitives to bridge-…
svyatonik Mar 17, 2023
42658f1
Bump trie-db from 0.26.0 to 0.27.1
dependabot[bot] Mar 20, 2023
268d2bd
Bump async-trait from 0.1.66 to 0.1.67
dependabot[bot] Mar 20, 2023
8135fa2
Bump finality-grandpa from 0.16.1 to 0.16.2
dependabot[bot] Mar 20, 2023
8c0aa17
Bump clap from 4.1.8 to 4.1.11
dependabot[bot] Mar 20, 2023
7b8425d
Bump thiserror from 1.0.39 to 1.0.40
dependabot[bot] Mar 20, 2023
d2f000a
Kusama <> Polkadot relay prototype (#1982)
svyatonik Mar 20, 2023
56c56d4
remove invalid weight, returned by send_message (#1984)
svyatonik Mar 22, 2023
3308b9e
minor cosmetic updates (#1985)
acatangiu Mar 22, 2023
41c670a
Remove deprecated code from bridge-runtime-common (#1983)
svyatonik Mar 23, 2023
e7c8f20
Added receive_single_message_proof_with_dispatch benchmark (#1990)
svyatonik Mar 24, 2023
ee25abe
bump substrate+polkadot refs and fix builds (#1989)
acatangiu Mar 24, 2023
82581cf
Try check-rustdoc pipeline (#1782)
bkontur Mar 24, 2023
767640d
Bump async-trait from 0.1.67 to 0.1.68
dependabot[bot] Mar 27, 2023
e504fd1
Bump clap from 4.1.11 to 4.1.13
dependabot[bot] Mar 27, 2023
ffcd836
Rust cargo doc for all features (#1995)
svyatonik Mar 27, 2023
d463899
Run benchmarks for mock runtimes (#1996)
svyatonik Mar 27, 2023
5b55d0d
MaxRequests -> MaxFreeMandatoryHeadersPerBlock in pallet-bridge-grand…
svyatonik Mar 28, 2023
1b9ff78
bump BridgeHubRococo/BridgeHubWococo versions (#2000)
svyatonik Mar 28, 2023
57b7b3b
Bump tokio from 1.26.0 to 1.27.0
dependabot[bot] Apr 3, 2023
6668cf3
Bump serde_json from 1.0.94 to 1.0.95
dependabot[bot] Apr 3, 2023
d460b8b
Bump tempfile from 3.4.0 to 3.5.0
dependabot[bot] Apr 3, 2023
f821604
Bump futures from 0.3.27 to 0.3.28
dependabot[bot] Apr 3, 2023
89bd357
Bump hex-literal from 0.3.4 to 0.4.0
dependabot[bot] Apr 3, 2023
761a2fc
Bump clap from 4.1.13 to 4.2.1
dependabot[bot] Apr 3, 2023
3703497
Bump scale-info from 2.4.0 to 2.5.0
dependabot[bot] Apr 3, 2023
cfcd652
Remove unneeded error debug strings (#2017)
serban300 Apr 4, 2023
bed59e1
fail with InsufficientDispatchWeight if dispatch_weight doesn't cover…
svyatonik Apr 7, 2023
ede3e24
only refund if all bundled messages have been delivered (#2019)
svyatonik Apr 7, 2023
5835c89
Reintroduce msg dispatch status reporting (#2027)
serban300 Apr 10, 2023
f3372b2
Reject delivery transactions with at least one obsolete message (#2021)
svyatonik Apr 10, 2023
84b4b4c
Boost message delivery transaction priority (#2023)
svyatonik Apr 10, 2023
565560e
refund extra weight in receive_messages_delivery_proof call (#2031)
svyatonik Apr 12, 2023
e6dc1e4
Impl review suggestions from #2021 (#2036)
svyatonik Apr 13, 2023
8b9296d
Define `RangeInclusiveExt` (#2037)
serban300 Apr 13, 2023
2e6e477
update refs (#2041)
svyatonik Apr 13, 2023
b9f5d67
Bump serde_json from 1.0.95 to 1.0.96
dependabot[bot] Apr 17, 2023
f6fd288
Bump clap from 4.2.1 to 4.2.2
dependabot[bot] Apr 17, 2023
f9f7f9c
Revert dispatch-results (#2048)
svyatonik Apr 17, 2023
835589c
Small simplifications (#2050)
serban300 Apr 17, 2023
1490458
Test deployments fixes (#2057)
serban300 Apr 19, 2023
42777b1
submit lane unblock transactions from relay (#2030)
svyatonik Apr 21, 2023
6f27ac3
Another use of RangeInclusiveExt::checked_len() (#2060)
serban300 Apr 21, 2023
415350b
Bump clap from 4.2.2 to 4.2.4
dependabot[bot] Apr 24, 2023
9d98c11
[relay-substrate-client] Bump jsonrpsee (#2066)
serban300 Apr 24, 2023
9063a07
select nothing if we have already selected nonces to submit or have s…
svyatonik Apr 24, 2023
efe8940
fix the way latest_confirmed_nonce_at_source is "calculated" (#2067)
svyatonik Apr 24, 2023
0d10b40
Slash relayers for invalid transactions (#2025)
svyatonik Apr 25, 2023
770dab3
Messages relay fixes (#2073)
svyatonik Apr 25, 2023
7eda714
Fix max-size messages at test chains (#2064)
svyatonik Apr 26, 2023
516cc33
Update subxt dependencies (#2072)
serban300 Apr 26, 2023
58e69cc
Fixed off-by-one when confirming rewards in messages pallet (#2075)
svyatonik Apr 26, 2023
f8b0abc
Revert "Fix max-size messages at test chains (#2064)" (#2077)
svyatonik Apr 26, 2023
d6fb016
Removed relayer_account: &AccountId from MessageDispatch (#2080)
bkontur Apr 26, 2023
25f63d9
Nits (#2083)
bkontur Apr 27, 2023
4375305
Benchmarks for new relayers pallet calls (#2040)
svyatonik Apr 27, 2023
d7e6c21
Update comment (#2081)
boundless-forest Apr 27, 2023
9c69125
Add more logs to relayer and message pallets (#2082)
svyatonik Apr 27, 2023
853c938
Bump scale-info from 2.5.0 to 2.6.0
dependabot[bot] May 1, 2023
c583fdc
Bump clap from 4.2.4 to 4.2.5
dependabot[bot] May 1, 2023
6f0e9fb
Bump tokio from 1.27.0 to 1.28.0
dependabot[bot] May 1, 2023
37bdd4b
Add integrity tests to rialto parachain runtiime (#2096)
svyatonik May 1, 2023
3a66725
Add millau specific messages weights (#2097)
svyatonik May 1, 2023
7ffe605
Add weight of refund extension post_dispatch to the weights of messag…
svyatonik May 2, 2023
9174d66
Fix sized messages (Follow-up on #2064) (#2103)
serban300 May 3, 2023
5ed7f4f
Fix comment (#2105)
serban300 May 3, 2023
59b7ab8
Use generated runtimes for BHR/BHW (#2106)
serban300 May 3, 2023
a8b54ec
Add `MessagesPalletInstance` for integrity tests (#2107)
bkontur May 3, 2023
ba34dea
Bump sysinfo from 0.28.4 to 0.29.0
dependabot[bot] May 8, 2023
23f568f
Bump clap from 4.2.5 to 4.2.7
dependabot[bot] May 8, 2023
3642dc4
Propagate message verification errors (#2114)
serban300 May 9, 2023
62939a6
Propagate message receival confirmation errors (#2116)
serban300 May 9, 2023
661f0f2
temporarily remove balance guard (#2121)
svyatonik May 9, 2023
fea1362
Remove some `expect()` statements (#2123)
serban300 May 9, 2023
dbc3e89
Cosmetics (#2124)
serban300 May 9, 2023
0482226
Small fixes (#2126)
serban300 May 10, 2023
7ff354b
BHK/P alignments (#2115)
bkontur May 11, 2023
cf69877
Fix clippy warnings (#2127)
serban300 May 11, 2023
826a253
Support for kusama-polkadot relaying (#2128)
bkontur May 12, 2023
c1b5c2a
Bump polkadot/substrate (#2134)
bkontur May 16, 2023
6f6612e
fix nodes startup (#2138)
svyatonik May 17, 2023
7f56f02
Ws-port argument has been repalced with rpc-port (#2140)
svyatonik May 18, 2023
eb8dfe3
expose test utilities to be used in BH paras (#2142)
acatangiu May 18, 2023
4c79ee9
Updated BHR/W version + codegen (#2148)
bkontur May 23, 2023
8ef7be4
backport cumulus changes to polkadot-staging (#2167)
acatangiu Jun 1, 2023
f1a1a35
minor doc fix (#2207)
acatangiu Jun 14, 2023
bba4f09
Ensure that the origin is signed for submit_parachain_heads and submi…
svyatonik Jul 3, 2023
0db8b76
Nits for subtree (#2241)
bkontur Jul 4, 2023
7708f0f
Update docs (#2242)
bkontur Jul 4, 2023
c7591b9
Fix deps from Cumulus (#2244)
bkontur Jul 4, 2023
6a3c18f
Deduplicate Grandpa consensus log reading logic (#2245) (#2246)
serban300 Jul 7, 2023
2ff80d3
Define generate_grandpa_key_ownership_proof() (#2247) (#2248)
serban300 Jul 7, 2023
26e9ac6
Implement RuntimeDebug for GrandpaJustification (#2254)
serban300 Jul 10, 2023
2ac7f6a
GRANDPA: optimize votes_ancestries when needed (#2262) (#2264)
serban300 Jul 13, 2023
b1ab851
Update dependecies (#2277) (#2281)
svyatonik Jul 19, 2023
00b9909
More backports from Cumulus subtree to polkadot-staging (#2283)
svyatonik Jul 20, 2023
a2b7f49
GRANDPA justifications: equivocation detection primitives (#2295) (#2…
serban300 Jul 24, 2023
434caec
GRANDPA module: store accepted justifications (#2298) (#2301)
serban300 Jul 27, 2023
b92d247
remove message sender origin (#2322)
svyatonik Aug 4, 2023
3ed30b7
Grandpa: Store the authority set changes (#2336) (#2337)
serban300 Aug 8, 2023
2a739ea
Backport fix (for wasm `std` env) (#2339)
bkontur Aug 10, 2023
94cc2a4
Add basic equivocation detection pipeline schema (#2338) (#2341)
serban300 Aug 11, 2023
2b8f8eb
Add equivocation detector crate and implement clients (#2348) (#2353)
serban300 Aug 16, 2023
441ed66
Finality loop refactoring (#2357)
serban300 Aug 16, 2023
94dfd6b
Dynamic fees for bridges-v1 (#2294)
svyatonik Aug 16, 2023
228da36
#2351 to polkadot-staging (#2359)
svyatonik Aug 17, 2023
6ff275d
Manually update deps in polkadot staging (#2371)
svyatonik Aug 23, 2023
34e7ba6
Backport: Implement basic equivocations detection loop (#2375)
serban300 Aug 23, 2023
54bc689
Start the equivocation detection loop from the complex relayer (#2507…
serban300 Aug 31, 2023
b06cb86
Backport `polkadot-sdk` changes to `polkadot-staging` (#2518)
serban300 Sep 1, 2023
58fd1b3
Fix benchmark with new XCM::V3 `MAX_INSTRUCTIONS_TO_DECODE` (#2514)
bkontur Sep 1, 2023
8dc7d03
`polkadot-staging` branch: Use polkadot-sdk dependencies (#2524)
serban300 Sep 4, 2023
4586154
Markdown linter (#1309) (#2526)
serban300 Sep 4, 2023
090c3bd
bridges subtree fixes (#2528)
serban300 Sep 4, 2023
e54c891
Bump subxt from 0.28.0 to 0.31.0
dependabot[bot] Sep 5, 2023
9938b8f
Bump strum from 0.24.1 to 0.25.0
dependabot[bot] Sep 5, 2023
496e49c
Bump thiserror from 1.0.47 to 1.0.48
dependabot[bot] Sep 5, 2023
793a9fa
Backport for polkadot-sdk#1446 (#2546)
bkontur Sep 8, 2023
1916973
Bump serde_json from 1.0.105 to 1.0.106
dependabot[bot] Sep 11, 2023
052726d
Equivocation detection loop: Reorganize block checking logic as state…
serban300 Sep 12, 2023
18adb5c
Bump trie-db from 0.27.1 to 0.28.0
dependabot[bot] Sep 12, 2023
4b55643
Bump serde_json from 1.0.106 to 1.0.107
dependabot[bot] Sep 14, 2023
38f9d58
Bump clap from 4.4.2 to 4.4.3
dependabot[bot] Sep 14, 2023
6bb053f
Add unit tests for the equivocation detection loop (#2571)
serban300 Sep 18, 2023
bddba6e
Merge bulletin chain changes into polkadot staging (#2574)
svyatonik Sep 19, 2023
e9025f3
Bump clap from 4.4.3 to 4.4.4
dependabot[bot] Sep 19, 2023
c0683ce
fiox overflow when computing priority boost (#2587)
svyatonik Sep 28, 2023
737f870
Backport changes from polkadot-sdk (#2588)
svyatonik Sep 28, 2023
37ed7a1
https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/3833103 (…
svyatonik Sep 28, 2023
157f3a0
Bump thiserror from 1.0.48 to 1.0.49
dependabot[bot] Oct 2, 2023
6e2e60c
Bump clap from 4.4.4 to 4.4.6
dependabot[bot] Oct 2, 2023
08972d6
Bump subxt from 0.31.0 to 0.32.0
dependabot[bot] Oct 2, 2023
31433a8
Reject transactions if bridge pallets are halted (#2600)
svyatonik Oct 5, 2023
7442ccd
actualize check_obsolete_call comment (#2601)
svyatonik Oct 5, 2023
c20d5ec
apply late suggestions for #2600 (#2603)
svyatonik Oct 6, 2023
ac2a831
Bump subxt from 0.32.0 to 0.32.1
dependabot[bot] Oct 9, 2023
9d02edc
Bump tokio from 1.32.0 to 1.33.0
dependabot[bot] Oct 12, 2023
32a85b3
Millau, Rialto: accept equivocation reports (#2614) (#2617)
serban300 Oct 12, 2023
3dd6a66
Bump async-trait from 0.1.73 to 0.1.74
dependabot[bot] Oct 16, 2023
bd516e3
add missing crate descriptions (#2629)
acatangiu Oct 17, 2023
93f940d
Grandpa justifications: Avoid duplicate vote ancestries (#2634) (#2635)
serban300 Oct 19, 2023
bfa4ed5
Backport from `polkadot-sdk` with actual master (#2633)
bkontur Oct 19, 2023
e531f36
Bump thiserror from 1.0.49 to 1.0.50
dependabot[bot] Oct 23, 2023
1a0f0e0
Bump scale-info from 2.9.0 to 2.10.0
dependabot[bot] Oct 23, 2023
03fd050
Port #2648 to polkadot-staging (#2651)
svyatonik Oct 27, 2023
acb6361
Bump futures from 0.3.28 to 0.3.29
dependabot[bot] Oct 30, 2023
ddadb85
Bump clap from 4.4.6 to 4.4.7
dependabot[bot] Oct 30, 2023
21895cd
Add Rococo<>Westend bridge support/relay (#2647)
bkontur Oct 31, 2023
3bb9b45
Adjusted constant because for measuring we used mistakenly rococo con…
bkontur Nov 1, 2023
86126d9
Nit from `polkadot-sdk` (#2665)
bkontur Nov 2, 2023
3e87f5d
BHR/BHWE spec_version according to the `polkadot-sdk` (#2668)
bkontur Nov 2, 2023
3dc823c
removed unused PARACHAINS_FINALITY_PALLET_NAME constant (#2670)
svyatonik Nov 2, 2023
e85293c
backport https://github.com/paritytech/polkadot-sdk/pull/2139 (#2673)
svyatonik Nov 3, 2023
8764434
Bump serde_json from 1.0.107 to 1.0.108
dependabot[bot] Nov 6, 2023
4f087f9
Bump tokio from 1.33.0 to 1.34.0
dependabot[bot] Nov 13, 2023
de8e8ff
Bump env_logger from 0.10.0 to 0.10.1
dependabot[bot] Nov 13, 2023
b785429
Bump clap from 4.4.7 to 4.4.8
dependabot[bot] Nov 13, 2023
c5ca50b
typo (#2690)
bkontur Nov 13, 2023
1002358
Start version guards for the ED loop (#2678)
serban300 Nov 14, 2023
cb8c11b
Drop Rialto <> Millau bridges (#2663) (#2694)
svyatonik Nov 14, 2023
dab928f
Remove Woococo related stuff (#2692)
bkontur Nov 14, 2023
f4a525e
Porting changes from polkadot-sdk to polkadot-staging - before update…
bkontur Nov 14, 2023
355fb68
removed bp-asset-hub-kusama and bp-asset-hub-polkadot (#2703)
svyatonik Nov 15, 2023
b2ac894
Bump ed25519-dalek from 2.0.0 to 2.1.0
dependabot[bot] Nov 20, 2023
d485108
Backport from `polkadot-sdk` + bump (#2725)
bkontur Dec 4, 2023
9eefc1d
separate constants for average and worst case relay headers (#2728)
svyatonik Dec 5, 2023
b839506
Select header that will be fully refunded in on-demand batch finality…
svyatonik Dec 6, 2023
6ec29d3
Improved `ExportXcm::validate` implementation for BridgeHubs - step 1…
bkontur Dec 6, 2023
f7ed7a2
Bump tokio from 1.34.0 to 1.35.0
dependabot[bot] Dec 11, 2023
c4d456a
Added Rococo BH <> Rococo Bulletin bridge (#2724)
svyatonik Dec 14, 2023
9c95f14
remove no longer valid check from the ensure_weights_are_correct (#2740)
svyatonik Dec 15, 2023
408feef
Bump thiserror from 1.0.50 to 1.0.51
dependabot[bot] Dec 18, 2023
745a524
Pokladot sdk backport to staging (#2746)
bkontur Dec 20, 2023
5a8a86a
Bump futures from 0.3.29 to 0.3.30
dependabot[bot] Dec 25, 2023
5c1f83d
Bump thiserror from 1.0.51 to 1.0.53
dependabot[bot] Jan 1, 2024
8217f61
Bump tempfile from 3.8.1 to 3.9.0
dependabot[bot] Jan 1, 2024
5e1e8a5
get rid of LaneMessageVerifier (#2168) (#2764)
svyatonik Jan 3, 2024
dfafeae
Bump thiserror from 1.0.53 to 1.0.55
dependabot[bot] Jan 8, 2024
3b0447e
[polkadot-staging] Bump sysinfo from 0.29.11 to 0.30.5 (#2790)
serban300 Jan 8, 2024
10b2483
Port safe commits from master to polkadot-staging (#2761)
svyatonik Jan 11, 2024
66aa776
Bump thiserror from 1.0.55 to 1.0.56
dependabot[bot] Jan 15, 2024
3dfb238
[`polkadot-staging`] Separate `send_message()` validations (#2795)
serban300 Jan 18, 2024
1eb5bba
[polkadot-staging] Backport polkadot-sdk changes + update refs (#2798)
serban300 Jan 19, 2024
20e2a71
Bump env_logger from 0.10.1 to 0.11.0
dependabot[bot] Jan 22, 2024
4600e31
Bump env_logger from 0.11.0 to 0.11.1
dependabot[bot] Jan 29, 2024
2deb250
Bump strum from 0.25.0 to 0.26.1
dependabot[bot] Jan 29, 2024
354f3fb
fix clippy
svyatonik Jan 29, 2024
72fc235
Bump tokio from 1.35.1 to 1.36.0
dependabot[bot] Feb 5, 2024
8517ad1
Add submit_finality_proof_ex call to the GRANDPA pallet (#2821)
svyatonik Feb 6, 2024
20af585
Pass finality proof verification context to the call builder (#2823)
svyatonik Feb 6, 2024
0d5c749
Backport latest PRs from polkadot sdk (#2824)
svyatonik Feb 6, 2024
b5e35c4
Bump tempfile from 3.9.0 to 3.10.0
dependabot[bot] Feb 12, 2024
8f27dfb
Bump thiserror from 1.0.56 to 1.0.57
dependabot[bot] Feb 12, 2024
e12a026
Fix relay submitting extra parachain headers during reorg (#2839)
svyatonik Feb 16, 2024
f16a224
Bump env_logger from 0.11.1 to 0.11.2
dependabot[bot] Feb 19, 2024
3153048
Running relayer: documentation (#2829)
svyatonik Feb 27, 2024
37966c0
[Do Not Merge until RBH/WBH upgrade] Relayers use new submit_finality…
svyatonik Mar 1, 2024
7d761d8
Bump log from 0.4.20 to 0.4.21
dependabot[bot] Mar 4, 2024
b8fe006
Some remaining fixes (mostly insubstantial) for relay (#2859)
svyatonik Mar 4, 2024
9509002
Document: how to make relayer releases (#2860)
svyatonik Mar 4, 2024
208d285
Prepare P<> K relay release: 1.2.0 (#2863)
svyatonik Mar 5, 2024
6acf06e
Bump env_logger from 0.11.2 to 0.11.3
dependabot[bot] Mar 11, 2024
e706245
Bump strum from 0.26.1 to 0.26.2
dependabot[bot] Mar 11, 2024
98c4c09
backport changes from polkadot-sdk (#2872)
svyatonik Mar 12, 2024
399be02
Bump scale-info from 2.10.0 to 2.11.0
dependabot[bot] Mar 18, 2024
cd5f8ec
Move generic CLI logic to different crate (#2885)
serban300 Mar 20, 2024
27342d9
Backport changes from `polkadot-sdk/master` (#2887)
serban300 Mar 25, 2024
889ec5a
Bump async-trait from 0.1.78 to 0.1.79
dependabot[bot] Mar 25, 2024
84caef8
[Backport from `polkadot-sdk`] Move chain definitions to separate fol…
serban300 Mar 25, 2024
79f8c52
Move relay clients to separate folder (#2893)
serban300 Mar 25, 2024
64c0bf7
relayer waits until chain spec version matches the configured in Clie…
svyatonik Mar 26, 2024
b8a515f
polkadot-sdk backport leftovers (#2896)
serban300 Mar 26, 2024
9188317
Remove test dependecies on specific relay clients (#2898)
serban300 Mar 27, 2024
8f6f912
Backport changes from polkadot-sdk (#2899)
serban300 Mar 27, 2024
4ec6675
Leftover (#2900)
serban300 Mar 27, 2024
bb948e9
Fix polkadot-sdk CI failures (#2901)
serban300 Mar 27, 2024
a2f46b2
Bump scale-info from 2.11.0 to 2.11.1
dependabot[bot] Apr 1, 2024
88435ac
Bump tokio from 1.36.0 to 1.37.0
dependabot[bot] Apr 1, 2024
7b649e4
Some relayer improvments (#2902)
svyatonik Apr 1, 2024
9c73539
Address migration comments (#2910)
serban300 Apr 1, 2024
68c44f2
ckb-merkle-mountain-range -> 0.5.2 (#2911)
serban300 Apr 2, 2024
b324057
diener workspacify
serban300 Apr 5, 2024
4a40628
Leftovers
serban300 Apr 5, 2024
abbb25d
Fix chain_spec_as_json_fails_with_invalid_config
serban300 Apr 5, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
91 changes: 0 additions & 91 deletions BRIDGES.md

This file was deleted.

Loading
Loading