- 27 Apr, 2021 3 commits
-
-
thiolliere authored
* use unnamed field for parachain variant in junction * remove outdated comment
-
thiolliere authored
-
Gavin Wood authored
* Add XCM Origin and converter * IsMajority filter can be location-prefixed * Update xcm/pallet-xcm/src/lib.rs Co-authored-by:
Alexander Popiak <alexander.popiak@parity.io> * Update xcm/src/v0/multi_location.rs Co-authored-by:
Alexander Popiak <alexander.popiak@parity.io> * Introduce UsingComponents to allow reuse of fee payment in XCM * Use Drop rather than finalize * Add errors for weight. * Apply suggestions from code review Co-authored-by:
Alexander Popiak <alexander.popiak@parity.io> * Fixes * Update xcm/xcm-builder/src/weight.rs Co-authored-by:
Kian Paimani <5588131+kianenigma@users.noreply.github.com> * Various XCM fixes and improvements * Fixes * Update xcm/xcm-builder/src/weight.rs Co-authored-by:
Alexander Popiak <alexander.popiak@parity.io> * Update xcm/xcm-builder/src/weight.rs Co-authored-by:
Alexander Popiak <alexander.popiak@parity.io> * Update xcm/xcm-builder/src/weight.rs Co-authored-by:
Alexander Popiak <alexander.popiak@parity.io> * Fixes Co-authored-by:
Alexander Popiak <alexander.popiak@parity.io> Co-authored-by:
Kian Paimani <5588131+kianenigma@users.noreply.github.com>
-
- 26 Apr, 2021 4 commits
-
-
Ricardo Rius authored
* Add Statemint teleport * Fixes
-
Denis_P authored
-
Andreas Doerr authored
-
Shawn Tabrizi authored
* Add MaxApprovals for Bounded Treasury * update weight * update Substrate * cargo run --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=pallet_treasury --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/ * cargo run --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=pallet_treasury --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/ Co-authored-by: parity-processbot <> Co-authored-by:
Parity Benchmarking Bot <admin@parity.io>
-
- 25 Apr, 2021 1 commit
-
-
François Garillot authored
* Simplify some Option / Result / ? operator patterns When they identically match a combinator on those types. Tool-aided by [comby-rust](https://github.com/huitseeker/comby-rust ). * adjust review comments Co-authored-by:
Shawn Tabrizi <shawntabrizi@gmail.com>
-
- 24 Apr, 2021 1 commit
-
-
Kian Paimani authored
-
- 23 Apr, 2021 3 commits
-
-
Tomasz Drwięga authored
Update Bridges Subtree
-
Kian Paimani authored
* Add migration to kusama * Fix try-runtime stuff * Add to polkadot * add migeations to all runtiem * update Substrate Co-authored-by: parity-processbot <>
-
Shawn Tabrizi authored
* fix build * Update Cargo.lock Co-authored-by:
Bryan Chen <xlchen1291@gmail.com>
-
- 22 Apr, 2021 3 commits
-
-
Hernando Castano authored
-
André Silva authored
* runtime: remove mmr and beefy from westend runtime * runtime: westend: remove pallet_beefy config * node: only start beefy gadget on rococo * node: remove beefy keys from westend chain spec * node: add wococo testnet chain spec * node: add comments about beefy gadget task * runtime: update wococo chainspec * Remove stale comment Co-authored-by:
Tomasz Drwięga <tomasz@parity.io> Co-authored-by:
adoerr <0xad@gmx.net>
-
Denis_P authored
* CI: do not publish unnecessary things to s3 and to release registry * CI: remove the build-linux-release job * CI: publish less * CI: workspace = all * CI: more logs for the pipeline trigger * CI: chore * CI: nicer * CI: new bucket for bins * CI: no need pushing every master image to product registry * CI: default variables in image jobs * CI: optimize the bin build
-
- 21 Apr, 2021 9 commits
-
-
André Silva authored
* runtime: remove mmr and beefy from westend runtime * runtime: westend: remove pallet_beefy config * node: only start beefy gadget on rococo * node: remove beefy keys from westend chain spec
-
Hernando Castano authored
-
Hernando Castano authored
-
Hernando Castano authored
This confuses Cargo when building from the Polkadot repo
-
Hernando Castano authored
-
Hernando Castano authored
git-subtree-dir: bridges git-subtree-split: 89a76998f93c8219e9b1f785dcce73d4891e7068
-
Hernando Castano authored
-
André Silva authored
* runtime: bump westend spec_version and add beefy keys migration * bump beefy * runtime: revert westend spec_version change
-
Kian Paimani authored
* Fix bench bot * cargo run --release --features=runtime-benchmarks -- benchmark --chain=polkadot-dev --steps=50 --repeat=20 --pallet=pallet_membership --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/polkadot/src/weights/ * Fix weights files * Fix' * cargo run --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=pallet_membership --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/ Co-authored-by:
Parity Benchmarking Bot <admin@parity.io>
-
- 20 Apr, 2021 4 commits
-
-
André Silva authored
-
André Silva authored
* bump substrate * bump beefy * bump beefy again * bump beefy
-
Pierre Krieger authored
* Companion for substrate#8643 * Update node/service/src/lib.rs * update Substrate Co-authored-by: parity-processbot <>
-
Andronik Ordian authored
-
- 19 Apr, 2021 1 commit
-
-
Radu Popa authored
-
- 18 Apr, 2021 2 commits
-
-
Pierre Krieger authored
* Companion PR for substrate#8625 * Also update js-sys * Next is libp2p-core, for some reason * update Substrate * Revert "update Substrate" This reverts commit 2d0d65fb. Co-authored-by: parity-processbot <>
-
Kian Paimani authored
* Add weight types * Add missing types * update Substrate * Fix build * Fix bench build * cargo run --release --features=runtime-benchmarks -- benchmark --chain=kusama-dev --steps=50 --repeat=20 --pallet=pallet_membership --extrinsic=* --execution=wasm --wasm-execution=compiled --heap-pages=4096 --header=./file_header.txt --output=./runtime/kusama/src/weights/ Co-authored-by: parity-processbot <> Co-authored-by:
Parity Benchmarking Bot <admin@parity.io>
-
- 16 Apr, 2021 2 commits
-
-
Robert Klotzner authored
* Factor out runtime module into utils. * Add maybe_authority information to `PeerConnected` event. We already gather this information in authority discovery, so we might as well share it with others. This opens up an easy path to trigger validators differently from normal nodes, e.g. for prioritization. This change has become more important now, that we just connect to all validators and therefore just have a long peer list without any information about those nodes. * Test fix.
-
Shawn Tabrizi authored
-
- 14 Apr, 2021 5 commits
-
-
Joshy Orndorff authored
* Add it in rococo runtime * Add to rococo chain spec * bump spec version * Update runtime/rococo/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>
-
Robert Klotzner authored
-
Bastian Köcher authored
* Companion for Substrate#8588 https://github.com/paritytech/substrate/pull/8588 * update Substrate Co-authored-by: parity-processbot <>
-
Martin Pugh authored
* Update publish-draft-release.yml Co-authored-by:
Andronik Ordian <write@reusable.software>
-
Denis_P authored
* CI: new image for simnet * CI: chore * CI: separate image for collator * dockerfile: it's bad upgrading in the images * CI: correct links to Dockerfiles * CI: right dotenv usage * CI: workaround GitLab's bug that failed trigger status is not reported and 'job runs forever' * CI: debug: need instead of rules to avoid the bug * dockerfile: fix storage * CI: workaround sending the status when the trigger is failed * CI: fix needed job * CI: edit comments * CI: trigger simnet with API * CI: triggering script * CI: remove real-overseer * CI: trigger real simnet
-
- 13 Apr, 2021 2 commits
-
-
Pierre Krieger authored
-
Peter Goodspeed-Niklaus authored
* Companion for Trim compact solution for length during preparation https://github.com/paritytech/substrate/pull/8317 * eliminate potential for overflow in OffchainSolutionLengthLimit * Apply suggestions from code review Co-authored-by:
Guillaume Thiolliere <gui.thiolliere@gmail.com> * update substrate: cargo update -p sp-io Co-authored-by:
Kian Paimani <5588131+kianenigma@users.noreply.github.com> Co-authored-by:
Guillaume Thiolliere <gui.thiolliere@gmail.com>
-