- 14 Jul, 2021 1 commit
-
-
Denis_P authored
* CI: add spellcheck * revert me * CI: explicit command for spellchecker * spellcheck: edit misspells * CI: run spellcheck on diff * spellcheck: edits * spellcheck: edit misspells * spellcheck: add rules * spellcheck: mv configs * spellcheck: more edits * spellcheck: chore * spellcheck: one more thing * spellcheck: and another one * spellcheck: seems like it doesn't get to an end * spellcheck: new words after rebase * spellcheck: new words appearing out of nowhere * chore * review edits * more review edits * more edits * wonky behavior * wonky behavior 2 * wonky behavior 3 * change git behavior * spellcheck: another bunch of new edits * spellcheck: new words are koming out of nowhere * CI: finding the master * CI: fetching master implicitly * CI: undebug * new errors * a bunch of new edits * and some more * Update node/core/approval-voting/src/approval_db/v1/mod.rs Co-authored-by:
Andronik Ordian <write@reusable.software> * Update xcm/xcm-executor/src/assets.rs Co-authored-by:
Andronik Ordian <write@reusable.software> * Apply suggestions from code review Co-authored-by:
Andronik Ordian <write@reusable.software> * Suggestions from the code review * CI: scan only changed files Co-authored-by:
Andronik Ordian <write@reusable.software>
-
- 13 Jul, 2021 1 commit
-
-
Seun Lanlege authored
* adds test-runner boilerplate * revert to master * Update node/test/runtime/Cargo.toml Co-authored-by:
Andronik Ordian <write@reusable.software> * fix warning * use polkadot_development_config * remove vestigial code * ... * remove unused dependencies * adds simnet binary * adds simnet binary * merged with remote * dummy to check pipeline * add 2 docker files and a build cmd * adds logging * atempt to use binary from build host * fix simnet-binary * fix docker commands * switch branches * ... * update docker file * update the dockerfile 2 * add some message in the cheatsheet * add repo to chaches stage also * update paths * do only 1 stage build * add time when build cmd started * remove debugg commands * polkadot-simnet-substrate-working-version-v1 * reduce size of polkadot-simnet image * update test runner api * update test-runner * ... * revert to master * Merge branch 'master' of github.com:paritytech/polkadot into substrate-test-runner * bump impl version * remove unused imports, fix test * was_binary.to_vec() * Apply suggestions from code review Co-authored-by:
Andronik Ordian <write@reusable.software> * ... * remove unused import * remove unused import * adds post upgrade test * dry code * revert spec_version * update Cargo.lock * tested and it works * compare runtime spec version * fix spaces, remove docker files * replace spaces with tabs * Update runtime/polkadot/src/lib.rs Co-authored-by:
Andronik Ordian <write@reusable.software> * ... * revert Cargo.lock * bump cargo.lock Co-authored-by:
Andronik Ordian <write@reusable.software> Co-authored-by:
radupopa2010 <radupopa2010@yahoo.com> Co-authored-by: CI system <>
-
- 09 Jul, 2021 1 commit
-
-
Kian Paimani authored
* Fix weights * try something to unbreak companion * update Substrate Co-authored-by:
Andronik Ordian <write@reusable.software> Co-authored-by: parity-processbot <>
-
- 08 Jul, 2021 1 commit
-
-
Lldenaurois authored
* node/approval-voting: Introduce Backend trait and Overlaybackend This commit introduces a Backend trait and attempts to move away from the Action model via an OverlayBackend as in the ChainSelection subsystem. * node/approval-voting: Add WriteOps for StoredBlockRange and BlocksAtHeight * node/approval-voting: Add load_all_blocks to overlay * node/approval-voting: Get all module tests to pass. This commit modifies all tests to ensure tests are passing. * node/approval-voting: Address oversights in the previous commit This commit addresses some oversights in the prior commit. 1. Inner errors in backend.write were swallowed 2. One-off write functions removed to avoid useless abstraction 3. Touch-ups in general * node/approval-voting: Move from TestDB to dyn KeyValueDB This commit removes the TestDB from tests.rs and replaces it with an in-memory kvdb. * node/approval-voting: Address feedback * node/approval-voting: Add license to ops.rs * node/approval-voting: Address second-pass feedback * Add TODO * node/approval-voting: Bump spec_version * node/approval-voting: Address final comments.
-
- 07 Jul, 2021 1 commit
-
-
Shawn Tabrizi authored
* update benchmark * add host function * update Substrate * fix unused Co-authored-by: parity-processbot <>
-
- 06 Jul, 2021 1 commit
-
-
Martin Pugh authored
* update all weights * add run_all_benches.sh
-
- 05 Jul, 2021 1 commit
-
-
Igor Matuszewski authored
* Use MaxEncodedLen trait from new parity-scale-codec v2.2 * update Substrate Co-authored-by: parity-processbot <>
-
- 01 Jul, 2021 3 commits
-
-
Kian Paimani authored
Co-authored-by:
Peter Goodspeed-Niklaus <coriolinus@users.noreply.github.com> Co-authored-by:
Peter Goodspeed-Niklaus <peter.r.goodspeedniklaus@gmail.com>
-
Bastian Köcher authored
* Companion * Update branch * Update to correspond to substrate fixes * Update cargo.lock * Remove patches * update Substrate Co-authored-by: parity-processbot <>
-
Martin Pugh authored
* bump version * bump substrate * bump spec_versions
-
- 28 Jun, 2021 3 commits
-
-
Shawn Tabrizi authored
* update name * update Substrate Co-authored-by: parity-processbot <>
-
Peter Goodspeed-Niklaus authored
* Companion for Decouple Staking and Election - Part 3: Signed Phase https://github.com/paritytech/substrate/pull/7910 * remove some config types * allow up to 5 signed submissions on polkadot and kusama * signed phase is equal induration to unsigned phase * use chain defaults for base and per-byte deposits; >= 16 SignedMaxSubmissions * use a small but non-trivial solution reward * reduce signed deposit per byte fee * reduce signed reward, adjust polkadot expected soln size * copy submit benchmark from substrate * demo calculating an appropriate fee for the signed reward Unfortunately, this doesn't work: it needs to be a constant function, and AFAIK there's no way to make a trait method constant. * SignedRewardBase is 1.5x the fee to submit a signed solution * all chains use deposit byte of base per 50k * update Substrate * cargo update -p pallet-election-provider-multi-phase Co-authored-by: parity-processbot <>
-
Bastian Köcher authored
* Use wasm-builder from git This brings new features like compressed runtimes out of the box. * chore: update wasm builder dep. from 3.0.0 to master * Fix tests * Update node/core/pvf/tests/it/main.rs Co-authored-by:
Sergei Shulepov <sergei@parity.io> Co-authored-by:
chevdor <chevdor@gmail.com> Co-authored-by:
Sergei Shulepov <sergei@parity.io>
-
- 25 Jun, 2021 2 commits
-
-
Martin Pugh authored
* bump versions & spec_versions * bump Cargo.lock
-
thiolliere authored
* update generic of storages * update Substrate * Remove unused import * Remove unused import in test Co-authored-by: parity-processbot <> Co-authored-by:
Keith Yeung <kungfukeith11@gmail.com>
-
- 22 Jun, 2021 1 commit
-
-
André Silva authored
* runtime: remove randomness collective flip pallet * add storage migration to remove key Co-Authored-By: parity-processbot <> Co-authored-by:
Shawn Tabrizi <shawntabrizi@gmail.com>
-
- 20 Jun, 2021 1 commit
-
-
Andronik Ordian authored
* downgrade to debug * another thick log * bump spec versions in kusama, polkadot and westend again IV
-
- 19 Jun, 2021 2 commits
-
-
Andreas Doerr authored
-
Shawn Tabrizi authored
-
- 18 Jun, 2021 1 commit
-
-
Kian Paimani authored
* Set staking limits * Set westend limits as well * Update runtime/kusama/src/lib.rs Co-authored-by:
Gavin Wood <gavin@parity.io> Co-authored-by:
Gavin Wood <gavin@parity.io>
-
- 17 Jun, 2021 1 commit
-
-
Shawn Tabrizi authored
* Allow council to use scheduler * westend doesnt have council
-
- 16 Jun, 2021 2 commits
-
-
Shawn Tabrizi authored
* update weight apis * update Substrate Co-authored-by: parity-processbot <>
-
Keith Yeung authored
* Remove Call part imports of the offences and authority discovery pallets * Remove non-existent Call enum variants * Move ValidateUnsigned impl to be under #[pallet::validate_unsigned] in claims pallet * Remove unused imports * Remove Call part import for randomness collective flip pallet * update Substrate Co-authored-by: parity-processbot <>
-
- 14 Jun, 2021 4 commits
-
-
Martin Pugh authored
* bump spec_version and version * bump substrate * remove migrations * Revert "remove migrations" This reverts commit ceeab924. * remove stale migration for kusama + westend
-
Shawn Tabrizi authored
-
thiolliere authored
* companion * update Substrate Co-authored-by: parity-processbot <>
-
Qinxuan Chen authored
* migrate pallet-randomness-collective-flip to new pallet attr macro Signed-off-by:
koushiro <koushiro.cqx@gmail.com> * fix some nits Signed-off-by:
koushiro <koushiro.cqx@gmail.com> * fix Signed-off-by:
koushiro <koushiro.cqx@gmail.com> * some nits Signed-off-by:
koushiro <koushiro.cqx@gmail.com> * update Substrate Co-authored-by: parity-processbot <>
-
- 12 Jun, 2021 1 commit
-
-
André Silva authored
* create newtype for ValidationCodeHash * pvf: fix tests compilation * primitives: fix test compilation
-
- 11 Jun, 2021 2 commits
-
-
André Silva authored
* replace HistoricalValidationCode usages with ValidationCodeByHash * runtime-api: tabify tests file * update implementers guide
-
Shawn Tabrizi authored
* update weights * update Substrate Co-authored-by: parity-processbot <>
-
- 08 Jun, 2021 1 commit
-
-
Martin Pugh authored
-
- 04 Jun, 2021 1 commit
-
-
Gavin Wood authored
* fix build * fix tests * update * fix * update * Bump Co-authored-by:
Bryan Chen <xlchen1291@gmail.com>
-
- 03 Jun, 2021 3 commits
-
-
Martin Pugh authored
* bump spec version * bump beefy
-
Martin Pugh authored
* bump version, substrate, beefy * bump substrate
-
Shaun Wang authored
* Add type parameter for democracy genesis config. * update Substrate Co-authored-by: parity-processbot <>
-
- 28 May, 2021 1 commit
-
-
Shawn Tabrizi authored
* ProxyType MaxEncodedLen * import * import * fix dep and bump substrate * Update Cargo.lock
-
- 26 May, 2021 3 commits
-
-
Jon Häggblad authored
* runtime: create migrations for grandpa storage prefix * runtime: address review comments * runtime: update spec_version * westend: fix incorrect merge * runtime: change to v3.1 from v4 for grandpa migrations * cargo.lock: manually specify pallet-grandpa in lock file * cargo.lock: fix typo * update substrate * update substrate Co-authored-by:
André Silva <andrerfosilva@gmail.com>
-
André Silva authored
* grandpa: enable observer for light client * update Substrate * service: fix missing import * runtime: bump spec versions Co-authored-by: parity-processbot <>
-
Kian Paimani authored
* add stuff * Update runtime/polkadot/src/lib.rs * Update runtime/kusama/src/lib.rs * update Substrate Co-authored-by: parity-processbot <>
-
- 24 May, 2021 1 commit
-
-
Martin Pugh authored
-