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

Backport changes from polkadot-sdk/master #2887

Merged
merged 23 commits into from
Mar 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
c117089
Add two new zombienet tests for bridges (manual run) (#3072)
svyatonik Jan 29, 2024
d51f2f4
[cumulus] Improved check for sane bridge fees calculations (#3175)
bkontur Feb 2, 2024
7d54426
Enable async backing on all testnet system chains (#2949)
mrcnski Feb 2, 2024
a435b32
Introduce submit_finality_proof_ex call to bridges GRANDPA pallet (#3…
svyatonik Feb 6, 2024
b334d49
Bridge zombienet tests refactoring (#3260)
serban300 Feb 12, 2024
30f05b7
Bridges: add test 0002 to CI (#3310)
serban300 Feb 14, 2024
b29a3af
Bridge zombienet tests - move all test scripts to the same folder (#3…
serban300 Feb 15, 2024
a35d063
Lift dependencies to the workspace (Part 2/x) (#3366)
ggwpez Feb 20, 2024
ae25a7b
Add support for BHP local and BHK local (#3443)
serban300 Feb 23, 2024
8bcc45d
Bridge zombienet tests: move all "framework" files under one folder (…
serban300 Feb 23, 2024
60ebad1
Bridge zombienet tests: Check amount received at destination (#3490)
serban300 Feb 27, 2024
357377f
FRAME: Create `TransactionExtension` as a replacement for `SignedExte…
gavofyork Mar 4, 2024
2299b69
Revert "FRAME: Create `TransactionExtension` as a replacement for `Si…
georgepisaltu Mar 13, 2024
3e31ebe
Increase timeout for assertions (#3680)
pepoviola Mar 14, 2024
33f1c41
Removes `as [disambiguation_path]` from `derive_impl` usage (#3652)
codekitz Mar 15, 2024
ae768c7
Fix typo (#3691)
jokess123 Mar 17, 2024
5162e0d
Bridge zombienet tests: remove unneeded accounts (#3700)
serban300 Mar 18, 2024
050473d
Fix typos (#3753)
slicejoke Mar 20, 2024
d1f6557
Update polkadot-sdk refs
serban300 Mar 22, 2024
b2f8104
Fix dependency conflicts
serban300 Mar 22, 2024
3b39a13
Fix build
serban300 Mar 22, 2024
6393f19
cargo fmt
serban300 Mar 22, 2024
c54029a
Fix spellcheck test
serban300 Mar 22, 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
2 changes: 1 addition & 1 deletion .config/lingua.dic
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ SS58Prefix
STALL_SYNC_TIMEOUT
SURI
ServiceFactory/MS
TransactionExtension
SignedExtension
Stringified
Submitter1
S|N
Expand Down
Loading