Bastian Köcher

Results 54 issues of Bastian Köcher

I was removing the rewrite of the uri from `ws(s)` to `http(s)`, but I forgot to change `HttpClient` to `WsClient`. This is now done by this pr.

R0-no-crate-publish-required

``` Using forklift, storage: gcs, compressor: zstd-3, uploader threads: 4 Unable to write data to bucket "parity-ci-forklift-regional", file "substrate_test_runtime_ba29da5e9200646c7959ee09ce6d2f22d5c13fc1_zstd-3": Compressor error: io.copy error, inner error: stat target/forklift/substrate_test_runtime_ba29da5e9200646c7959ee09ce6d2f22d5c13fc1-stderr: no such file...

This implements Block bundling aka 500ms on the node side. Right now the pull request also contains the runtime changes, but this is already its [own pull request](https://github.com/paritytech/polkadot-sdk/pull/10315). The main...

T0-node
T9-cumulus

`xcm::Assets` required to be sorted on decode, this was changed in [this pull request](https://github.com/paritytech/polkadot-sdk/pull/9842). The problem is now that this may changes the hash of a call. Let's assume the...

T6-XCM