- 22 Oct, 2021 1 commit
-
-
Cheng JIANG authored
* export xcm_pallet config Signed-off-by:
Cheng JIANG <alex_cj96@foxmail.com> * run format Signed-off-by:
Cheng JIANG <alex_cj96@foxmail.com> * fix typo Signed-off-by:
Cheng JIANG <alex_cj96@foxmail.com> * add generic parameter to support different runtimes * Revert "add generic parameter to support different runtimes" This reverts commit 4405ea9f.
-
- 21 Oct, 2021 2 commits
-
-
Roman authored
-
João Paulo Silva de Souza authored
such command belongs to the script rather than the job
-
- 20 Oct, 2021 1 commit
-
-
Martin Pugh authored
* remove stale migrations * fix warnings * Update runtime/westend/src/lib.rs Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com>
-
- 19 Oct, 2021 3 commits
-
-
dependabot[bot] authored
Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.23 to 0.3.25. - [Release notes](https://github.com/TeXitoi/structopt/releases) - [Changelog](https://github.com/TeXitoi/structopt/blob/master/CHANGELOG.md) - [Commits](https://github.com/TeXitoi/structopt/compare/v0.3.23...v0.3.25 ) --- updated-dependencies: - dependency-name: structopt 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>
-
João Paulo Silva de Souza authored
the tag will be moved to Gitlab CI/CD variables
-
dependabot[bot] authored
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.103 to 0.2.104. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.103...0.2.104 ) --- 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>
-
- 18 Oct, 2021 2 commits
-
-
Andronik Ordian authored
* quotes around Job::ToJob * add new words to dictionary
-
asynchronous rob authored
-
- 16 Oct, 2021 1 commit
-
-
Gavin Wood authored
* Fix typos * Update ump.rs * Update ump.rs * Update ump.rs
-
- 15 Oct, 2021 5 commits
-
-
Keith Yeung authored
* Rename Statemint where appropriate * Rename to Rockmine Co-authored-by:
Alexander Popiak <alexander.popiak@parity.io> Co-authored-by:
Alexander Popiak <alexander.popiak@parity.io>
-
Martin Pugh authored
-
Martin Pugh authored
* bump version * update Cargo.lock Co-authored-by:
Andronik Ordian <write@reusable.software>
-
Andronik Ordian authored
* enable ApprovalCheckingVotingRule on Polkadot * fmt
-
Fabio Lama authored
* Implementers guide: update Collation types * Update roadmap/implementers-guide/src/node/collators/collation-generation.md Co-authored-by:
Andronik Ordian <write@reusable.software> * Update roadmap/implementers-guide/src/node/collators/collation-generation.md Co-authored-by:
Andronik Ordian <write@reusable.software> * Update roadmap/implementers-guide/src/node/collators/collation-generation.md Co-authored-by:
Andronik Ordian <write@reusable.software> * Update roadmap/implementers-guide/src/node/collators/collation-generation.md Co-authored-by:
Andronik Ordian <write@reusable.software> * Convert indents to 2 spaces Co-authored-by:
Andronik Ordian <write@reusable.software>
-
- 14 Oct, 2021 4 commits
-
-
João Paulo Silva de Souza authored
-
Kian Paimani authored
* companion for substrate/10013 * remove in buffer * update Substrate Co-authored-by: parity-processbot <>
-
Kian Paimani authored
Co-authored-by:
Niklas Adolfsson <niklasadolfsson1@gmail.com>
-
Shawn Tabrizi authored
-
- 13 Oct, 2021 3 commits
-
-
Chevdor authored
* Remove the upload of the non compressed runtimes * Fix template * Add loggin for local testing * Keep simple logger but remove the need for another dependency
-
Keith Yeung authored
* Create a README for XCMv1 detailing notable changes * Update xcm/src/v1/README.md Co-authored-by:
Gavin Wood <gavin@parity.io> * Update xcm/src/v1/README.md Co-authored-by:
David <dvdplm@gmail.com> * Update xcm/src/v1/README.md Co-authored-by:
David <dvdplm@gmail.com> * Update xcm/src/v1/README.md Co-authored-by:
David <dvdplm@gmail.com> * Update xcm/src/v1/README.md Co-authored-by:
David <dvdplm@gmail.com> * Link to relevant PR for a full list of changes * Typo * Add notable changes to top-level XCM rustdoc * Appease spellchecker Co-authored-by:
Gavin Wood <gavin@parity.io> Co-authored-by:
David <dvdplm@gmail.com>
-
dependabot[bot] authored
Bumps [proc-macro2](https://github.com/alexcrichton/proc-macro2) from 1.0.29 to 1.0.30. - [Release notes](https://github.com/alexcrichton/proc-macro2/releases) - [Commits](https://github.com/alexcrichton/proc-macro2/compare/1.0.29...1.0.30 ) --- updated-dependencies: - dependency-name: proc-macro2 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>
-
- 12 Oct, 2021 7 commits
-
-
Lldenaurois authored
* Move runtime to with_transaction in order to Rollback state changes * add assert_storage_noop to tests
-
Chris Sosnin authored
* Update wasmtime config to match new version * update Substrate Co-authored-by: parity-processbot <>
-
Shawn Tabrizi authored
* found issue * fix up * remove printlns
-
Gavin Wood authored
* Dispatchable XCMs should translate to v0 * Formatting * Update Westend's XCM WrapVersion
-
Vincent Ulitzsch authored
* Extend xcm-simulator with a fuzzer for xcm exec This commit adds a very basic fuzzer that fuzzes the xcm exectution, in particular the process_instruction function. * Update cargo.toml in xcm-simulator-fuzzer * Add xcm-fuzzer to honggfuzz workflow * Update Cargo.lock * Update xcm/xcm-simulator/fuzzer/Cargo.toml so honggfuzz shows up on top Co-authored-by:
Keith Yeung <kungfukeith11@gmail.com> * Update relay_chain.rs in xcm-fuzzer * Use MAX_XCM_DECODE_DEPTH instead of hardcoded decode limit in xcm-fuzzer * Add comment on how to generate coverage report in xcm-fuzzer * fix warnings, fmt, and unused result * fix compiler Co-authored-by:
Vincent Ulitzsch <vincent.ulitzsch@srlabs.de> Co-authored-by:
Vincent Ulitzsch <vincent@srlabs.de> Co-authored-by:
Shawn Tabrizi <shawntabrizi@gmail.com> Co-authored-by:
Keith Yeung <kungfukeith11@gmail.com>
-
dependabot[bot] authored
Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.49 to 1.0.50. - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.49...1.0.50 ) --- 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>
-
Squirrel authored
* Companion PR for ss58 crate * cargo fmt * Rename * into() * into() * updating substrate (ideally use bot merge)
-
- 11 Oct, 2021 4 commits
-
-
Bernhard Schuster authored
* overseer: simplify debugging some more * chore: undo gitignore change
-
dependabot[bot] authored
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.29 to 1.0.30. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.29...1.0.30 ) --- updated-dependencies: - dependency-name: thiserror 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>
-
dependabot[bot] authored
Bumps [strum](https://github.com/Peternator7/strum) from 0.21.0 to 0.22.0. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits ) --- updated-dependencies: - dependency-name: strum 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>
-
Zeke Mostov authored
* Add para pallets to polkadot benchmarks * cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=runtime_parachains::configuration --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/runtime_parachains_configuration.rs * cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=runtime_parachains::initializer --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/runtime_parachains_initializer.rs * cargo run --quiet --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=runtime_parachains::paras --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/runtime_parachains_paras.rs Co-authored-by:
Parity Bot <admin@parity.io>
-
- 08 Oct, 2021 6 commits
-
-
Alan Sapede authored
-
dependabot[bot] authored
Bumps [trybuild](https://github.com/dtolnay/trybuild) from 1.0.48 to 1.0.49. - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.48...1.0.49 ) --- 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>
-
Andronik Ordian authored
* validator-discovery: remove from peer set before inserting * bump spec versions * rework into a companion * fmt * fix * fix * one more time * one more try * one more try * Revert "one more try" This reverts commit ab6568d3. * one more try * one more try * Revert "one more try" This reverts commit 8d7369f7 . * fix a warning * fix another warn * correct log * fix compilation * ffs * less cloning * Apply suggestions from code review Co-authored-by:
Pierre Krieger <pierre.krieger1708@gmail.com> * add comments and a small refactoring * use set_reserved_peers * cargo update -p sp-io * rename added to num_peers * update Substrate Co-authored-by:
Pierre Krieger <pierre.krieger1708@gmail.com> Co-authored-by: parity-processbot <>
-
Bastian Köcher authored
* Substrate companion for #9966 * Bump spec_versions * Update Substrate
-
Bastian Köcher authored
-
Sergejs Kostjucenko authored
* Remove bridges from check_line_width * Remove bridges from spellcheck
-
- 07 Oct, 2021 1 commit
-
-
Sergey Pepyakin authored
* wip * Remove unused members
-