- 09 Nov, 2021 2 commits
-
-
Benjamin Kampmann authored
-
Robert Klotzner authored
* Increase maximum chunk size to adjust for small networks. * Issue warning on invalid merkle proofs. * warn -> debug on invalid merkle proof.
-
- 08 Nov, 2021 2 commits
-
-
Bernhard Schuster authored
* minor changes * fmt * rename to expressive types * chore: fixup * chore: remove `Data` prefixes * address review comments * guide items * sourcer -> source, add `FromValdiators` suffix
-
Hernando Castano authored
* Update `bridge/` codeowners * Adding Andreas to the party Co-authored-by:
Tomasz Drwięga <tomusdrw@users.noreply.github.com>
-
- 06 Nov, 2021 1 commit
-
-
Niklas Adolfsson authored
Use `StorageKey` in the rpc call `getStorage` instead of `[u8;32]`
-
- 04 Nov, 2021 4 commits
-
-
Anton Gavrilov authored
-
Xiliang Chen authored
* support dispatch_as * add weight * Update Cargo.lock Co-authored-by:
Shawn Tabrizi <shawntabrizi@gmail.com>
-
Bernhard Schuster authored
* fix/warn: name is unused, only in debug would be used and but nobody does * chore: Add better docs to `expansion` and why it exists * chore: fmt * Revert "chore: fmt" This reverts commit 94d39bab.
-
Robert Klotzner authored
* Fix misleading logs in collator protocol. * Make logs debug again. Co-authored-by:
Andronik Ordian <write@reusable.software>
-
- 03 Nov, 2021 5 commits
-
-
dependabot[bot] authored
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.12.0 to 1.13.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.12.0...tokio-1.13.0 ) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Kian Paimani authored
* Remote test for bags-list in westend * new tests * REVAMPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPPP * reset cargo.lock changes * revert lock file * fix * cargo update -p sp-io
-
Alexander Samusev authored
* Update CI image to use the latest rustc * Warning is ok about empty enum when no messages * revert ci image to production Co-authored-by:
gilescope <gilescope@gmail.com>
-
Bastian Köcher authored
We don't use any http requests in the polkadot offchain workers.
-
Radu Popa authored
* simnet-v10 update simnet image version * update config * update path to js scripts * use current branch to download config for tests * use current branch to download config for tests * temp use simnet-v10 * update also the toml file * Rework test according to CIHelper format * Call cihelper script for running tests * Switch to v12 * Version 13 * simnet v14 * Readme extended Co-authored-by:
Anton Gavrilov <AntonE.Gavrilov@gmail.com> Co-authored-by:
Denis Pisarev <denis.pisarev@parity.io>
-
- 02 Nov, 2021 3 commits
-
-
dependabot[bot] authored
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.105 to 0.2.106. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.105...0.2.106 ) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Chevdor authored
-
dependabot[bot] authored
Bumps [dlmalloc](https://github.com/alexcrichton/dlmalloc-rs) from 0.2.1 to 0.2.2. - [Release notes](https://github.com/alexcrichton/dlmalloc-rs/releases) - [Commits](https://github.com/alexcrichton/dlmalloc-rs/compare/0.2.1...0.2.2 ) --- updated-dependencies: - dependency-name: dlmalloc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 31 Oct, 2021 1 commit
-
-
Andronik Ordian authored
* bump rococo spec_version * replace the spec file * bump rococo chain id * use rococo-staging
-
- 30 Oct, 2021 5 commits
-
-
Andronik Ordian authored
* collator-protocol/validator: do not wait 1s to poll requested collations * collator-protocol/validator: do not request collation for the next group * put everything into select * fmt * more hacks yay * a test * review nits * remove outdated comment
-
Alexander Popiak authored
closes https://github.com/paritytech/polkadot/issues/4133
-
Bernhard Schuster authored
-
Cheng JIANG authored
* increase ump_service_total_weight's default value to be the same with kusama * remove comment
-
Squirrel authored
* not needed * cargo fmt * remove light-node * make full-node feature mandatory? * cargo fmt * Revert "cargo fmt" This reverts commit 5a2c7d85. * Revert "make full-node feature mandatory?" This reverts commit c35eb4fa . * bump versionn numbers * Update bridges/primitives/chain-westend/src/lib.rs * fix typo + expand dictionary * update lockfile for substrate Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> Co-authored-by: parity-processbot <>
-
- 29 Oct, 2021 3 commits
-
-
Bastian Köcher authored
* Introduce `OriginPrivilegeCmp` Make use of the new `OriginPrivilegeCmp` feature of pallet scheduler. The idea is to make sure that a council origin with more yes votes has higher privileges than a council origin with less yes votes. This solves a problem that happened recently on Kusama where the council tried to cancel a scheduled task, but that required that the same council origin was used while the cancel motion had more yes votes than the origin motion that scheduled this task. With this origin privilege compare it should now be solved by checking the yes votes directly. * Feedback * update lockfile for substrate Co-authored-by: parity-processbot <>
-
Andronik Ordian authored
-
dependabot[bot] authored
Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.50 to 1.0.52. - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.50...1.0.52 ) --- updated-dependencies: - dependency-name: trybuild dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 28 Oct, 2021 4 commits
-
-
Qinxuan Chen authored
Signed-off-by:
koushiro <koushiro.cqx@gmail.com>
-
Andronik Ordian authored
-
Bernhard Schuster authored
* fix: error handling * more error handling * fixup * fixup * fixup name * fixup * simplify * spelling, docs
-
zjb0807 authored
* implement GenesisConfig for pallet-xcm * Apply review suggestions
-
- 27 Oct, 2021 6 commits
-
-
Robert Klotzner authored
-
asynchronous rob authored
* improved approval-voting logging * fmt
-
Alexander Popiak authored
-
dependabot[bot] authored
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.80 to 1.0.81. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/1.0.80...1.0.81 ) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Shawn Tabrizi authored
* fix xcm benchmark * fix overflow * cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_xcm_benchmarks::fungible --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --template=./xcm/pallet-xcm-benchmarks/template.hbs --output=./runtime/westend/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs * fix spelling * fmt * cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=westend-dev --steps=50 --repeat=20 --pallet=pallet_xcm_benchmarks::fungible --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --template=./xcm/pallet-xcm-benchmarks/template.hbs --output=./runtime/westend/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs Co-authored-by:
Parity Bot <admin@parity.io>
-
Gavin Wood authored
* Allow Queries and Subscriptions * Formatting * Formatting
-
- 26 Oct, 2021 1 commit
-
-
Gavin Wood authored
* Fix weights on hard-coded XCM fragments * Formatting
-
- 25 Oct, 2021 3 commits
-
-
Bastian Köcher authored
-
dependabot[bot] authored
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.104 to 0.2.105. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.104...0.2.105 ) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Kian Paimani authored
* Enable bags-list pallet in polkadot * add files * Remove trailing semicolon * more fixes * Update runtime/polkadot/src/lib.rs * add features * remove par Co-authored-by:
Keith Yeung <kungfukeith11@gmail.com> Co-authored-by:
Shawn Tabrizi <shawntabrizi@gmail.com>
-