- May 13, 2020
-
-
Alexander Popiak authored
This reverts commit 92c39821.
-
Alexander Popiak authored
This reverts commit bd27a897.
-
Alexander Popiak authored
This reverts commit 8b8cc974.
-
Alexander Popiak authored
This reverts commit f143fbe7.
-
Alexander Popiak authored
This reverts commit 3aba5593.
-
- May 12, 2020
-
-
Alexander Popiak authored
Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com>
-
- May 11, 2020
-
-
Alexander Popiak authored
-
Alexander Popiak authored
-
Alexander Popiak authored
-
Alexander Popiak authored
-
Rakan Alhneiti authored
* Add crypto identifier to RuntimeAppPublic * Update primitives/application-crypto/src/traits.rs Co-authored-by:
Gavin Wood <github@gavwood.com> Co-authored-by:
Gavin Wood <github@gavwood.com>
-
Pierre Krieger authored
-
Denis_P authored
-
Alexander Popiak authored
-
Alexander Popiak authored
-
Jon Häggblad authored
* babe: don't repeatedly lookup keys in authorship rpc function Expose a new function `claim_slot_using_keypars` in Babe so that the `babe_epochAuthorship` can lookup authorship for all slots in the epoch without repeatedly looking up keys in the keystore. Time to run the `babe_epochAuthorship` RPC call goes from 7s to 25ms on a local dev chain on my machine. * babe: pass reference to slice instead of ref to Vec * babe: fix bunch of clippy warnings
-
Kian Paimani authored
* fix this damn wrong staking test. * Update frame/staking/src/tests.rs * assert on balnce as well * Make it a bit better.
-
Nikolay Volf authored
* change propagation * add bound
-
Alexander Popiak authored
-
- May 10, 2020
-
-
Nikolay Volf authored
* add database type for impot benchmarks * add backend to name
-
- May 09, 2020
-
-
Jaco Greeff authored
-
- May 08, 2020
-
-
Arkadiy Paronyan authored
* Update wasmtime (#5822) * update wasmtime * update tests * Update client/executor/wasmtime/src/host.rs Co-Authored-By:
Bastian Köcher <bkchr@users.noreply.github.com> * wip * use master-candidate * update with patches * update versions Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * Bump version * Added parallel execution test Co-authored-by:
Nikolay Volf <nikvolf@gmail.com> Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com>
-
Joshy Orndorff authored
* WIP * WIP
-
- May 07, 2020
-
-
Wei Tang authored
* Remove "simple declaration of the `Module` type" comments * Bump runtime impl version * Update bin/node/runtime/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>
-
Bastian Köcher authored
-
Alexander Popiak authored
-
Alexander Popiak authored
-
Alexander Popiak authored
-
Alexander Popiak authored
-
Alexander Popiak authored
-
Alexander Popiak authored
-
Pierre Krieger authored
-
thiolliere authored
* fix and add benchs * Update frame/democracy/src/benchmarking.rs Co-authored-by:
Alexander Popiak <alexander.popiak@parity.io> * bump spec version * Revert "bump spec version" This reverts commit 01233117 . Co-authored-by:
Alexander Popiak <alexander.popiak@parity.io>
-
Shawn Tabrizi authored
* Update system weights * Use maximum block weight for scheduler * Update offences to use full block * Move weight inside if statement * Add one read to offences `on_initialize` * Delete factory test * Revert "Delete factory test" This reverts commit 8f95aacd. * Revert "Add one read to offences `on_initialize`" This reverts commit 7df7ebc7. * Revert "Move weight inside if statement" This reverts commit 87277d07. * Revert "Update offences to use full block" This reverts commit 0bbe0ce1 . * Use scheduler in Sudo * Apply suggestions from code review Co-authored-by:
Alexander Popiak <alexander.popiak@parity.io> * Revert "Use scheduler in Sudo" This reverts commit 95bd2768 . * remove max extrinsic weight (it does nothing useful) * fix tests * introduce `sudo_unchecked_weight` * bump spec version * scheduler 80 percent of maximum * Update `set_changes_trie_config` weight * Update bin/node/runtime/src/lib.rs * Update frame/democracy/src/tests.rs * Update tests.rs * update based on feedback Co-authored-by:
Alexander Popiak <alexander.popiak@parity.io>
-
Bastian Köcher authored
-
Bastian Köcher authored
* Merge Substrate master before checking Polkadot companion * Also merge polkadot/master into the companion pr branch * Set email and user name
-
Nikolay Volf authored
-
Arkadiy Paronyan authored
-
Bastian Köcher authored
This reverts commit c4285c95. We found some bugs that we first need to fix.
-
Shawn Tabrizi authored
* Add root dispatch to scheduler * Move encode operation upwards * fix benchmark * extend extrinsics * add some clarifying comments * start to add benchmarking * finish weights * remove double encode * bump spec * Update weights * more accurate weights * bump base weight
-