Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

polkadot sdk update v2(format) #4

Closed
wants to merge 39 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
21b3284
Cumulus: Allow aura to use initialized collation request receiver (#1…
skunert Oct 19, 2023
099ef8f
[FRAME] Message Queue use proper overweight limit (#1873)
ggwpez Oct 19, 2023
3706a75
bump zombienet version (#1931)
pepoviola Oct 19, 2023
68d2363
Update bridges subtree (#1944)
bkontur Oct 19, 2023
18ae224
[prdoc] Start BEEFY gadget by default for Polkadot nodes (#1945)
serban300 Oct 19, 2023
961a8fd
Pin PRDoc image to v0.0.5 until we are ready for v0.0.6 (#1947)
chevdor Oct 19, 2023
b967ba5
Do not force collators to update after enabling async backing (#1920)
bkchr Oct 19, 2023
e1e0381
Expose prometheus metrics for minimal-relay-chain node in collators (…
skunert Oct 19, 2023
f4c4c0f
Switch trie cache random seed (#1935)
cheme Oct 20, 2023
f0d443a
Remove some dbgs (#1949)
franciscoaguirre Oct 20, 2023
f3bf5c1
`xcm`: Change `TypeInfo::path` to not include `staging` (#1948)
bkchr Oct 20, 2023
69c986f
Revert "Check for parent of first ready block being on chain (#1812)"…
dmitry-markin Oct 20, 2023
7699435
[testnet] AssetHubRococo nits (#1954)
bkontur Oct 20, 2023
a46183c
Vstaging statement distribution omnibus (#1436)
rphmeier Oct 21, 2023
e00ae1e
Bump aes-gcm from 0.10.2 to 0.10.3 (#1893)
dependabot[bot] Oct 21, 2023
e2b21d0
sc-executor: Increase maximum instance count (#1856)
bkchr Oct 22, 2023
38c3c62
wasm-builder: manually set CARGO_TARGET_DIR (#1951)
aj3n Oct 23, 2023
f678b61
paras-scheduler: Fix migration to V1 (#1969)
bkchr Oct 23, 2023
c284a93
Remove `(rococo/westend)-runtime` deps from testnet AssetHubs (#1979)
bkontur Oct 23, 2023
e0620fd
[testnet] BridgeHubRococo nits (#1972)
bkontur Oct 23, 2023
9505243
Re-enable Identity on Westend and Rococo (#1901)
joepetrowski Oct 23, 2023
5ca909c
polkadot: eradicate `LeafStatus` (#1565)
ordian Oct 23, 2023
676bacd
Always schedule at least one job onto a core (#1990)
bkchr Oct 23, 2023
d0fd266
Resolve Credit to Account impls of `OnUnbalanced` trait (#1876)
muharem Oct 23, 2023
39c04fd
Update wasm-opt to 0.116 (#1995)
brson Oct 24, 2023
955fe40
adds message queue pallet
Oct 19, 2023
00d2756
adds outbound queue
Oct 19, 2023
e39beb1
fix compiler errors
Oct 19, 2023
3c16e0f
adds snowbridge to rococo bridgehub
Oct 19, 2023
a315789
asset hub rococo
Oct 20, 2023
4d012bf
asset hub rococo
Oct 20, 2023
2aec192
finishing up applying changes
Oct 20, 2023
546274a
fix incorrect pallet-xcm imports
Oct 20, 2023
ea3aaad
fixing tests
Oct 24, 2023
22cc658
adds upstream changes
Oct 25, 2023
9e941d3
cleanup comments, fix upgrade gateway test
Oct 25, 2023
1217723
attempts to fix xcm config
Oct 26, 2023
5e480dd
fixes send token
Oct 26, 2023
ca5af79
Fix format
yrong Oct 27, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/check-prdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [labeled, opened, synchronize, unlabeled]

env:
IMAGE: paritytech/prdoc:latest
IMAGE: paritytech/prdoc:v0.0.5
API_BASE: https://api.github.com/repos
REPO: ${{ github.repository }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ variables:
RUSTY_CACHIER_COMPRESSION_METHOD: zstd
NEXTEST_FAILURE_OUTPUT: immediate-final
NEXTEST_SUCCESS_OUTPUT: final
ZOMBIENET_IMAGE: "docker.io/paritytech/zombienet:v1.3.69"
ZOMBIENET_IMAGE: "docker.io/paritytech/zombienet:v1.3.71"
DOCKER_IMAGES_VERSION: "${CI_COMMIT_REF_NAME}-${CI_COMMIT_SHORT_SHA}"

default:
Expand Down
Loading
Loading